Skip to content

Commit

Permalink
chore(main): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 19, 2024
1 parent c89038b commit e72c4cf
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.3.0](https://github.com/CloudNationHQ/terraform-azure-aks/compare/v0.2.0...v0.3.0) (2024-01-19)


### Features

* add missing properties node pools ([#13](https://github.com/CloudNationHQ/terraform-azure-aks/issues/13)) ([29a155f](https://github.com/CloudNationHQ/terraform-azure-aks/commit/29a155f480240bf731231a6dd3764770070e4808))
* **deps:** bump github.com/gruntwork-io/terratest in /tests ([#15](https://github.com/CloudNationHQ/terraform-azure-aks/issues/15)) ([c89038b](https://github.com/CloudNationHQ/terraform-azure-aks/commit/c89038b68bf7e9cd8728d3c88092c74e9ffe0ff3))
* **deps:** bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /tests ([#6](https://github.com/CloudNationHQ/terraform-azure-aks/issues/6)) ([f035e1b](https://github.com/CloudNationHQ/terraform-azure-aks/commit/f035e1b7fbb30d174d6ebdab0dfce946ebdfb9db))
* small refactor workflows ([#22](https://github.com/CloudNationHQ/terraform-azure-aks/issues/22)) ([d8d47b1](https://github.com/CloudNationHQ/terraform-azure-aks/commit/d8d47b19d5b8a0c3cdc7d7162a1d9442efb285cf))

## [0.2.0](https://github.com/CloudNationHQ/terraform-azure-aks/compare/v0.1.0...v0.2.0) (2023-12-18)


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.2"
version = "~> 0.3"
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.2"
version = "~> 0.3"
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.2"
version = "~> 0.3"
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.2"
version = "~> 0.3"
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.2"
version = "~> 0.3"
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.2"
version = "~> 0.3"
keyvault = module.kv.vault.id
Expand Down

0 comments on commit e72c4cf

Please sign in to comment.