Skip to content

Commit

Permalink
chore(main): release 0.4.0 (#23)
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 Jun 7, 2024
1 parent c7dfd17 commit 511727d
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 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.4.0](https://github.com/CloudNationHQ/terraform-azure-vmss/compare/v0.3.0...v0.4.0) (2024-06-07)


### Features

* add pull request template ([#22](https://github.com/CloudNationHQ/terraform-azure-vmss/issues/22)) ([ac4f783](https://github.com/CloudNationHQ/terraform-azure-vmss/commit/ac4f7836b0675689119b16043b51621b3cf8c6dc))
* **deps:** bump github.com/Azure/azure-sdk-for-go/sdk/azidentity ([#17](https://github.com/CloudNationHQ/terraform-azure-vmss/issues/17)) ([f62fa78](https://github.com/CloudNationHQ/terraform-azure-vmss/commit/f62fa783121f00daacef758f76dbc9c8c36b4875))
* **deps:** bump github.com/hashicorp/go-getter in /tests ([#19](https://github.com/CloudNationHQ/terraform-azure-vmss/issues/19)) ([c7dfd17](https://github.com/CloudNationHQ/terraform-azure-vmss/commit/c7dfd1732cee9f21bfff4dc8bbe2e5e343a831bd))

## [0.3.0](https://github.com/CloudNationHQ/terraform-azure-vmss/compare/v0.2.0...v0.3.0) (2024-03-26)


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.3"
version = "~> 0.4"
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.3"
version = "~> 0.4"
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.3"
version = "~> 0.4"
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.3"
version = "~> 0.4"
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.3"
version = "~> 0.4"
keyvault = module.kv.vault.id
naming = local.naming
Expand Down

0 comments on commit 511727d

Please sign in to comment.