Releases: cloudposse/testing.cloudposse.co
Releases · cloudposse/testing.cloudposse.co
v0.17.0
v0.16.0
v0.15.0
v0.14.0
v0.13.0
Nuke IAMRolePolicy and EC2NetworkInterface associated with lambdas @osterman (#108)
what
- Nuke inline IAM policies (
IAMRolePolicy
) - Nuke EC2NetworkInterface with empty tags since Lambda's do not set the
tag:Name
(onlyDescription
which is not available)' - Do not nuke the zone used by atlantis
us-west-2-ecs.testing.cloudposse.co
why
- Github Actions were failing their nightly executions leaving orphaned resources
v0.12.0
Add auto-release, update docker build and push @Nuru (#107)
what
- Add auto-release
- Update Docker build and push
why
- Automatically label and release when new code is available
- Tag Docker image with release label
Update Geodesic version, Terraform version and package set @Nuru (#105)
what
- Update to new Terraform packages that better support simultaneous installation
- Update Terraform 0.13 to 0.13.3
- Update to current Geodesic 0.136.1
why
- New Terraform packages use "alternatives" to better support various use cases of different versions being used in the same Docker container
- Some Terraform modules require bug fixes first available in Terraform 0.13.3.
- Keep up to date, reduce surprises due to divergeence
add terraform 0.13 support @osterman (#102)
what
- add terraform 0.13 binary
why
- so we can use it in our test-infra
Add R53 and ES configuration for aws-nuke @3h4x (#100)
what
- AWS Nuke resources:
- R53 records
- R53 Zones
- ElasticSearch
- chatops
gh action
file added
why
- to remove resources used in tests that were not deleted automatically
Nuke EMR, IAM Groups, EC2 Key Pairs @osterman (#99)
what
- Nuke additional resources
why
- More orphans from tests
Nuke IAM and Cloudwatch Logs @osterman (#98)
what
- Nuke IAM related resources
- Nuke Cloudwatch Logs
why
- Orphaned by EKS testing
Nuke EKS clusters @osterman (#97)
what
- Update
aws-nuke
to 2.15.0-beta.1 which has support for EKS node pools - Nuke EKS clusters
why
- Clean up orphaned clusters from tests
0.11.0: add aws-nuke (#92)
* add aws-nuke * fix syntax * Disable PR action * Update .github/aws-nuke.yaml Co-authored-by: Andriy Knysh <[email protected]> Co-authored-by: Andriy Knysh <[email protected]>
0.10.0 Add `dynamodb`
what
- Add
dynamodb
module
why
- To provision a DynamoDB table with optional autoscaling and backup
0.9.0 Update atlantis version
0.8.0 Bump `geodesic` version. Bump `atlantis` version. Bump `terraform` version
what
- Bump
geodesic
version - Bump
atlantis
version - Bump
terraform
version
why
- Keep up to date
- Test new atlantis version with the updates from the upstream repo