Releases: cloudposse/terraform-aws-cloudformation-stack
Releases · cloudposse/terraform-aws-cloudformation-stack
v0.7.1
🤖 Automatic Updates
Update context.tf @cloudpossebot (#14)
what
This is an auto-generated PR that updates the context.tf
file to the latest version from cloudposse/terraform-null-label
why
To support all the features of the context
interface.
v0.7.0
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @maximmi (#12)
what
- update context.tf to v0.24.1
- minimum required Terraform version bumped to 0.13.0
- readme updated, Bridgecrew compliance badges added
why
- It allows for setting the letter case of tag names and labels, back compatibility with context v0.22.0 and below
- we have dropped support for Terraform 0.12
- To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant
v0.6.1
🤖 Automatic Updates
Update context.tf @cloudpossebot (#13)
what
This is an auto-generated PR that updates the context.tf
file to the latest version from cloudposse/terraform-null-label
why
To support all the features of the context
interface.
v0.6.0
minimum required Terraform version bumped to 0.13.0, context.tf updated, readme updated @maximmi (#11)
what
- update context.tf to v0.23.0
- minimum required Terraform version bumped to 0.13.0
- readme updated, Bridgecrew compliance badges added
why
- It allows for setting the letter case of tag names and labels
- we have dropped support for Terraform 0.12
- To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant
v0.5.0
0.4.1
0.4.0: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#4)
## What 1. Update Version Pinning for Terraform to support 0.13 ## Why 1. This is a relatively minor update that the CloudPosse module already likely supports. 1. This allows module consumers to not individually update our Terraform module to support Terraform 0.13.
0.3.0: Updates to ChatOps
What
- Adds chatops commands
- '/test all'
- '/test bats'
- '/test readme'
- '/test terratest'
- Drops codefresh
- Drops slash-command-dispatch
- Removes codefresh badge
- Rebuilds README
Why
- Change over from codefresh to GH Actions
- Facilitate testing of PRs from forks
0.2.0 Add usage example. Add tests. Add Codefresh test pipeline
what
- Add usage example for testing
- Add
bats
andterratest
for the example - Add Codefresh test pipeline
- Add Codefresh badge to point to the test pipeline in
terraform-modules
project - Update README
why
- Better regression control
- Automatically test the example on every pull request
- Provision resources on AWS in the test account and check the outputs for the correct values
0.1.0: Added initial terraform code (#1)
* Added initial terraform code