Releases: cloudposse/terraform-provider-awsutils
Releases · cloudposse/terraform-provider-awsutils
v0.19.1
Go auto release workflows @goruha (#67)
# 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.ymlWhy
- Consolidate go releases workflows pattern
🤖 Automatic Updates
0.19.0
What's Changed
- Switch to using GHA runner set by @Nuru in #51
- Consolidate auto-release workflow by @goruha in #54
- Update AWS config to fix SSO login by @petrzjunior in #53
- Update Scaffolding by @osterman in #55
- Auto release fix by @goruha in #56
- Fix release workflow by @goruha in #57
- Install git to fix release workflow by @goruha in #58
- Update release workflow to install GPG by @Nuru in #59
New Contributors
- @goruha made their first contribution in #54
- @petrzjunior made their first contribution in #53
- @osterman made their first contribution in #55
Full Changelog: 0.18.1...0.19.0
v0.19.0-rc2
v0.19.0-rc1 Update AWS config to fix SSO login
Update AWS config to fix SSO login @petrzjunior (#53)
what
- update aws/aws-sdk-go-v2/config and aws/aws-sdk-go-v2/credentials to the newest versions
why
- old version does not allow SSO login to AWS and crashes, see #52
Error: error configuring Terraform AWS Provider: loading configuration: profile "profile" is configured to use SSO but is missing required configuration: sso_region, sso_start_url
references
- closes #52
- relevant discussion in AWS provier: hashicorp/terraform-provider-aws#28263 (comment)
P.S. This is my first ever Go PR, feel free to correct me. This is currently a blocking issue for me so I am trying to push it.
0.16.0
Released May 3, 2023. Accidentally re-released March 25, 2024.
v0.18.2
0.18.1
0.18.0
v0.17.0
add org settings resource @mcalhoun (#48)
what
- Add a new resource
awsutils_macie2_organization_settings
why
- Designating an account as the Macie2 Administrator account in an AWS Organization can optionally enable all newly created accounts and accounts that join the organization after the setting is enabled, however, it does not enable existing accounts. Use this resource to enable a list of existing accounts.
0.15.1 Do not use (build issues)
Binaries for Windows and FreeBSD were not signed in this release. Use v0.16.0 instead.
add caller identity data source @mcalhoun (#39)
what
- Add a data source to get the sts caller identity
why
- we want to be able to get the caller identity when we are already using this provider without having to configure an additional instance of the official AWS provider
Split release build into 2 parts to fit in available disk space @Nuru (#43)
what
- Split release build into 2 parts to fit in available disk space
why
- Workflow runs out of disk space trying to build all artifacts in one step
Run disk space check on goreleaser failure @Nuru (#42)
what
- Run disk space check on
goreleaser
failure
why
- Debugging why releases fail with "no space left on device"
Add disk space debugging to release workflow @Nuru (#41)
what
- Add disk space debugging to release workflow
why
- Workflow is inexplicably running out of disk space