Releases: carlpett/terraform-provider-sops
Releases · carlpett/terraform-provider-sops
v1.1.1
This release has the same content as v1.1.0, but a fix for the release workflow to handle changes in Github Actions software
What's Changed
- Replace 'hub' with 'gh' for managing Github releases by @carlpett in #124
Full Changelog: v1.1.0...v1.1.1
v1.1.0
⚠️ The release artifacts failed to be generated for this release due to changes in Github Actions runner software. Please use v1.1.1, which has identical content, but is built with a fixed workflow.
What's Changed
- bumped sops up to version 3.9.0 to support EKS pod identities by @ryanrf in #122
New Contributors
Full Changelog: v1.0.0...v1.1.0
v0.7.2
Bug fixes
- Fix conversion of
null
to <nil>
string (#95, thanks @chroju!)
Docs
- Document that environment variables required for sops key managers must be set (#93, thanks @fardarter!)
v0.7.0
Breaking changes ⚠️
This release upgrades to the v2 Terraform SDK, which means Terraform v0.12 or later is required! That means the 0.6.x series is the last version of the provider is the last version you can use if using Terraform 0.11 or earlier.
Enhancements
- Better error messages (#82, thanks @adebasi!)
- Bump to sops v3.7.2
- Bump to Terraform SDK v2
v0.6.3
Enhancements
- Add support for darwin/arm64
v0.6.2
Bug fixes
- Actually include the updated sops dependency (#64)
v0.6.1
Improvements
- Bumped sops dependency to v3.7.0 (#63)
v0.6.0
Enhancements
- Ensure the
sensitive
flag is set on output attibutes (#57, thanks @samcday!)
- Add support for .ini and .env files (#60)