Skip to content

Commit

Permalink
chore(main): release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 29, 2024
1 parent 3ad41be commit 305265b
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.4.0](https://github.com/CloudNationHQ/terraform-azure-aks/compare/v0.3.0...v0.4.0) (2024-01-29)


### Features

* **deps:** bump github.com/Azure/azure-sdk-for-go/sdk/azidentity ([#24](https://github.com/CloudNationHQ/terraform-azure-aks/issues/24)) ([ca0fc89](https://github.com/CloudNationHQ/terraform-azure-aks/commit/ca0fc89470bb03fddd1b3aef2b89b71c046c37fc))
* **deps:** bump github.com/gruntwork-io/terratest in /tests ([#23](https://github.com/CloudNationHQ/terraform-azure-aks/issues/23)) ([3ad41be](https://github.com/CloudNationHQ/terraform-azure-aks/commit/3ad41be622a77a5b6c7976fcd744f7639fcd8d2f))
* improve naming node pools ([#25](https://github.com/CloudNationHQ/terraform-azure-aks/issues/25)) ([c83c82b](https://github.com/CloudNationHQ/terraform-azure-aks/commit/c83c82ba85d3a29c3706b0a5233b768f3f63a9c4))
* improving autoscaler block iteration to exist only once ([#27](https://github.com/CloudNationHQ/terraform-azure-aks/issues/27)) ([5495709](https://github.com/CloudNationHQ/terraform-azure-aks/commit/54957097e5bf18f91e3bf1c196612e407cebd1c2))

## [0.3.0](https://github.com/CloudNationHQ/terraform-azure-aks/compare/v0.2.0...v0.3.0) (2024-01-19)


Expand Down
2 changes: 1 addition & 1 deletion examples/container-registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This example highlights integrating a container registry.
```hcl
module "aks" {
source = "cloudnationhq/aks/azure"
version = "~> 0.3"
version = "~> 0.4"
keyvault = module.kv.vault.id
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 azure kubernetes service setup, in its simp
```hcl
module "aks" {
source = "cloudnationhq/aks/azure"
version = "~> 0.3"
version = "~> 0.4"
keyvault = module.kv.vault.id
Expand Down
2 changes: 1 addition & 1 deletion examples/maintenance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This example showcases the implementation of maintenance windows
```hcl
module "aks" {
source = "cloudnationhq/aks/azure"
version = "~> 0.3"
version = "~> 0.4"
keyvault = module.kv.vault.id
Expand Down
2 changes: 1 addition & 1 deletion examples/multiple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This example demonstrates the use of both configuration and resource based outpu
```hcl
module "aks" {
source = "cloudnationhq/aks/azure"
version = "~> 0.3"
version = "~> 0.4"
resourcegroup = module.rg.groups.demo.name
location = module.rg.groups.demo.location
Expand Down
2 changes: 1 addition & 1 deletion examples/node-pools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This example demonstrates the use of multiple node pools, optimizing scalability
```hcl
module "aks" {
source = "cloudnationhq/aks/azure"
version = "~> 0.3"
version = "~> 0.4"
keyvault = module.kv.vault.id
Expand Down
2 changes: 1 addition & 1 deletion examples/windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This example highlights the utilization of windows node pools.
```hcl
module "aks" {
source = "cloudnationhq/aks/azure"
version = "~> 0.3"
version = "~> 0.4"
keyvault = module.kv.vault.id
Expand Down

0 comments on commit 305265b

Please sign in to comment.