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 #19 from FairwindsOps/fix-changelog-formatting
Browse files Browse the repository at this point in the history
Fix list formatting in changelogs
  • Loading branch information
hopson authored Oct 7, 2020
2 parents e03cc0b + d7622ac commit 58473c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions aks_cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
### 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.
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
Expand Down
6 changes: 3 additions & 3 deletions aks_node_pool/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
### 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.
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
Expand Down
6 changes: 3 additions & 3 deletions virtual_network/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
### 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.
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

Expand Down

0 comments on commit 58473c4

Please sign in to comment.