Skip to content

Commit

Permalink
chore(main): release 0.6.0 (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 10, 2024
1 parent 90fcdca commit 6138cca
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.0](https://github.com/CloudNationHQ/terraform-azure-vwan/compare/v0.5.1...v0.6.0) (2024-02-10)


### Features

* add ip groups submodule and small refactors ([#20](https://github.com/CloudNationHQ/terraform-azure-vwan/issues/20)) ([90fcdca](https://github.com/CloudNationHQ/terraform-azure-vwan/commit/90fcdca57122cbfd03cfb0e07f62becb5513871d))

## [0.5.1](https://github.com/CloudNationHQ/terraform-azure-vwan/compare/v0.5.0...v0.5.1) (2024-02-06)


Expand Down
2 changes: 1 addition & 1 deletion examples/collection-rule-groups/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This example demonstrates managing collection groups within secure virtual hubs.
```hcl
module "vwan" {
source = "cloudnationhq/vwan/azure"
version = "~> 0.1"
version = "~> 0.6"
naming = local.naming
location = module.rg.groups.demo.location
Expand Down
2 changes: 1 addition & 1 deletion examples/default/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This example illustrates the defaul tvirtual wan setup, in its simplest form.
```hcl
module "vwan" {
source = "cloudnationhq/vwan/azure"
version = "~> 0.5"
version = "~> 0.6"
naming = local.naming
Expand Down
2 changes: 1 addition & 1 deletion examples/intrustion-detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This example highlights intrusion detection within secure virtual hubs.
```hcl
module "vwan" {
source = "cloudnationhq/vwan/azure"
version = "~> 0.5"
version = "~> 0.6"
naming = local.naming
location = module.rg.groups.demo.location
Expand Down
2 changes: 1 addition & 1 deletion examples/ip-groups/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This example highlights the seamless integration of IP groups and collection rul
```hcl
module "vwan" {
source = "cloudnationhq/vwan/azure"
version = "~> 0.1"
version = "~> 0.6"
naming = local.naming
location = module.rg.groups.demo.location
Expand Down
2 changes: 1 addition & 1 deletion examples/policy-inheritance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This example illustrates firewall policy inheritance using multiple secure vhubs
```hcl
module "vwan" {
source = "cloudnationhq/vwan/azure"
version = "~> 0.5"
version = "~> 0.6"
naming = local.naming
location = module.rg.groups.demo.location
Expand Down
2 changes: 1 addition & 1 deletion examples/secure-vhubs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This example illustrates configuring multiple secure virtual hubs with their ass
```hcl
module "vwan" {
source = "cloudnationhq/vwan/azure"
version = "~> 0.5"
version = "~> 0.6"
naming = local.naming
location = module.rg.groups.demo.location
Expand Down

0 comments on commit 6138cca

Please sign in to comment.