Skip to content

Commit

Permalink
chore(main): release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 2, 2024
1 parent 50e2126 commit f712e3f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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


### Features

* add issue template ([#38](https://github.com/CloudNationHQ/terraform-azure-vwan/issues/38)) ([63737f3](https://github.com/CloudNationHQ/terraform-azure-vwan/commit/63737f3ebb2b3f33ba73b15b89728f2ba0c609e1))
* **deps:** bump github.com/gruntwork-io/terratest in /tests ([#37](https://github.com/CloudNationHQ/terraform-azure-vwan/issues/37)) ([50e2126](https://github.com/CloudNationHQ/terraform-azure-vwan/commit/50e21269814b5415777750e86df4b536bc9b0f9b))
* **deps:** bump github.com/hashicorp/go-getter in /tests ([#36](https://github.com/CloudNationHQ/terraform-azure-vwan/issues/36)) ([c4659b4](https://github.com/CloudNationHQ/terraform-azure-vwan/commit/c4659b46fba730b13440e7d07f73aade145e193f))

## [0.9.0](https://github.com/CloudNationHQ/terraform-azure-vwan/compare/v0.8.0...v0.9.0) (2024-06-08)


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

0 comments on commit f712e3f

Please sign in to comment.