Skip to content

Commit

Permalink
chore(main): release 0.6.0 (#31)
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 28, 2024
1 parent c84a644 commit 33ee92a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 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.6.0](https://github.com/CloudNationHQ/terraform-azure-vmss/compare/v0.5.0...v0.6.0) (2024-08-28)


### Features

* **deps:** bump github.com/gruntwork-io/terratest in /tests ([#32](https://github.com/CloudNationHQ/terraform-azure-vmss/issues/32)) ([c84a644](https://github.com/CloudNationHQ/terraform-azure-vmss/commit/c84a644a8e1929065f0cbf0590da21e0bbe65da9))
* update contribution docs ([#30](https://github.com/CloudNationHQ/terraform-azure-vmss/issues/30)) ([025a336](https://github.com/CloudNationHQ/terraform-azure-vmss/commit/025a33679c49e41594025e9e9f0fda7184a881fa))

## [0.5.0](https://github.com/CloudNationHQ/terraform-azure-vmss/compare/v0.4.0...v0.5.0) (2024-07-02)


Expand Down
2 changes: 1 addition & 1 deletion examples/autoscale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This example details the setup of autoscaling, ensuring dynamic scalability in r
```hcl
module "scaleset" {
source = "cloudnationhq/vmss/azure"
version = "~> 0.5"
version = "~> 0.6"
keyvault = module.kv.vault.id
naming = local.naming
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 default virtual machine scale set setup, in its sim
```hcl
module "scaleset" {
source = "cloudnationhq/vmss/azure"
version = "~> 0.5"
version = "~> 0.6"
keyvault = module.kv.vault.id
naming = local.naming
Expand Down
2 changes: 1 addition & 1 deletion examples/extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This example illustrates the implementation of extensions.
```hcl
module "scaleset" {
source = "cloudnationhq/vmss/azure"
version = "~> 0.5"
version = "~> 0.6"
keyvault = module.kv.vault.id
naming = local.naming
Expand Down
2 changes: 1 addition & 1 deletion examples/nics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This section outlines the configuration of multiple network interfaces, enabling
```hcl
module "scaleset" {
source = "cloudnationhq/vmss/azure"
version = "~> 0.5"
version = "~> 0.6"
keyvault = module.kv.vault.id
naming = local.naming
Expand Down
2 changes: 1 addition & 1 deletion examples/windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This example shows how to configure a scale set, using the windows operating sys
```hcl
module "scaleset" {
source = "cloudnationhq/vmss/azure"
version = "~> 0.5"
version = "~> 0.6"
keyvault = module.kv.vault.id
naming = local.naming
Expand Down

0 comments on commit 33ee92a

Please sign in to comment.