Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #18 from FairwindsOps/update-changelogs
Browse files Browse the repository at this point in the history
Update changelogs with release notes.
  • Loading branch information
hopson authored Oct 7, 2020
2 parents cd25610 + d8c3e98 commit e03cc0b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions aks_cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## aks_cluster-v0.9.0
### Breaking

The explicit `azurerm` and `azuread` providers have been removed from this module, and are now listed as dependencies. To migrate:
1. Make a backup copy of the terraform state file
1. `terraform init` to update this module
1. `terraform refresh` to update the state file and remove the existing module-level providers. This happens silently.

## aks_cluster-v0.8.0
### Added
- `load_balancer_idle_timeout_in_minutes`
Expand Down
8 changes: 8 additions & 0 deletions aks_node_pool/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## aks_node_pool-v0.5.0
### Breaking

The explicit `azurerm` and `azuread` providers have been removed from this module, and are now listed as dependencies. To migrate:
1. Make a backup copy of the terraform state file
1. `terraform init` to update this module
1. `terraform refresh` to update the state file and remove the existing module-level providers. This happens silently.

## aks_node_pool-v0.4.0
### Added
- `kubernetes_version` is now a required variable
Expand Down
8 changes: 8 additions & 0 deletions virtual_network/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## virtual_network-v0.7.0
### Breaking

The explicit `azurerm` and `azuread` providers have been removed from this module, and are now listed as dependencies. To migrate:
1. Make a backup copy of the terraform state file
1. `terraform init` to update this module
1. `terraform refresh` to update the state file and remove the existing module-level providers. This happens silently.

## virtual_network-v0.6.0

### Updated
Expand Down

0 comments on commit e03cc0b

Please sign in to comment.