Releases: cloudposse/terraform-provider-utils
Releases · cloudposse/terraform-provider-utils
v1.28.0
Update to Atmos 1.130.0 @aknysh (#458)
## what
why
- Use the fixes, improvements and tests from the latest Atmos releases
Install terraform @goruha (#459)
## what
* Install terraform
why
- New Github action public runners do not have terraform by default
references
v1.27.0
Update Atmos to `1.122.0` @aknysh (#451)
## what
- Update Atmos to
1.122.0
- Update tests
why
- Use the new features introduced in the latest Atmos releases
- Use the latest tests
v1.26.0
Update to Atmos `1.88.0` @aknysh (#425)
## what
why
- Use the latest features and improvements introduced in Atmos
1.88.0
references
v1.25.0
Update to Atmos 1.87.0 @aknysh (#421)
## what
- Update Atmos to 1.87.0
- Update Go to 1.23
why
- Use the latest features
- Use the latest version
v1.24.0
Update to Atmos 1.84.0 @aknysh (#414)
## what
why
- Use the latest features and improvements
v1.23.0
Atmos 1.79.0 @aknysh (#400)
## what
why
- Use latest features, improvements and bug fixes
v1.22.0
Update to Atmos 1.70.0 @aknysh (#386)
## what
why
- Use the latest features and improvements from 1.70.0 release
references
v1.21.0
Go auto release workflows @goruha (#383)
# What
* Use go auto-release workflow `cloudposse/.github/.github/workflows/shared-go-auto-release.yml@main`
* Remove `.goreleaser.yml`. Now will use https://github.com/cloudposse/.github/blob/main/.github/goreleaser.yml
* Drop `auto-release.yaml`. Now will use https://github.com/cloudposse/.github/blob/main/.github/auto-release.yml and https://github.com/cloudposse/.github/blob/main/.github/auto-release-hotfix.yml
Why
- Consolidate go releases workflows pattern
1.20.0
Update to Atmos 1.68.0 @aknysh (#377)
what
why
🤖 Automatic Updates
Add GitHub Settings @osterman (#373)
what
- Install a repository config (
.github/settings.yaml
)
why
- Programmatically manage GitHub repo settings
1.19.2
Auto release fix @goruha (#370)
What
- Use auto relesase shared workflow
Why