Skip to content

Commit

Permalink
chore(main): release 0.11.0 (#41)
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 Aug 29, 2024
1 parent 5c45050 commit 9b06acd
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.11.0](https://github.com/CloudNationHQ/terraform-azure-vwan/compare/v0.10.0...v0.11.0) (2024-08-29)


### Features

* **deps:** bump github.com/gruntwork-io/terratest in /tests ([#42](https://github.com/CloudNationHQ/terraform-azure-vwan/issues/42)) ([5c45050](https://github.com/CloudNationHQ/terraform-azure-vwan/commit/5c450502d04698c33117208de17f87821cc4d231))
* update contribution docs ([#40](https://github.com/CloudNationHQ/terraform-azure-vwan/issues/40)) ([4e96312](https://github.com/CloudNationHQ/terraform-azure-vwan/commit/4e96312c73dac1b354be0eaaa2ddf0057e3c0e94))

## [0.10.0](https://github.com/CloudNationHQ/terraform-azure-vwan/compare/v0.9.0...v0.10.0) (2024-07-02)


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.10"
version = "~> 0.11"
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.10"
version = "~> 0.11"
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.10"
version = "~> 0.11"
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.10"
version = "~> 0.11"
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.10"
version = "~> 0.11"
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.10"
version = "~> 0.11"
naming = local.naming
location = module.rg.groups.demo.location
Expand Down

0 comments on commit 9b06acd

Please sign in to comment.