Skip to content

Releases: carlpett/terraform-provider-sops

v1.1.1

17 Aug 21:02
43af302
Compare
Choose a tag to compare

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

17 Aug 20:05
dcccb25
Compare
Choose a tag to compare

⚠️ 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

v1.0.0

16 Sep 16:22
1dd24bc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.2...v1.0.0

v0.7.2

07 Jan 19:19
3a7966e
Compare
Choose a tag to compare

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.1

14 May 16:20
3c92e66
Compare
Choose a tag to compare

Enhancements

v0.7.0

28 Mar 10:56
375a6b4
Compare
Choose a tag to compare

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

11 Jun 13:30
Compare
Choose a tag to compare

Enhancements

  • Add support for darwin/arm64

v0.6.2

07 Apr 12:06
20059a3
Compare
Choose a tag to compare

Bug fixes

  • Actually include the updated sops dependency (#64)

v0.6.1

27 Mar 10:24
5eeb9c8
Compare
Choose a tag to compare

Improvements

  • Bumped sops dependency to v3.7.0 (#63)

v0.6.0

28 Jan 09:03
44a56af
Compare
Choose a tag to compare

Enhancements

  • Ensure the sensitive flag is set on output attibutes (#57, thanks @samcday!)
  • Add support for .ini and .env files (#60)