Skip to content

Releases: carlpett/terraform-provider-sops

v0.5.3

06 Nov 15:31
58a26e6
Compare
Choose a tag to compare

Changes

  • Updates sops library from 3.6.0 to 3.6.1, fixing problems with AWS profiles (#53, thanks @othmane399!)

v0.5.2

31 Jul 13:34
1a94baf
Compare
Choose a tag to compare

Changes

  • Bump sops to v3.6.0

v0.5.1

24 May 14:58
f4ac688
Compare
Choose a tag to compare

Enhancements

This release is the first to support automatic downloads from the Terraform Registry for Terraform 0.13 clients (at this time only available by building Terraform from source yourself). See Terraform 0.13 beta program for more information about the timeline towards release.

There are no changes in the provider itself in this release.

v0.5.0

16 Feb 13:20
a2975e7
Compare
Choose a tag to compare

Enhancements

  • Always populate the raw attribute, allowing access to decrypted but not decoded data, eg the content of a YAML file as a string rather than a dictionary (#29 - thanks @nhuray!)

Internals

  • Bumped Go version to 1.13
  • Updated Terraform dependencies

v0.4.1

28 Sep 07:08
14569ba
Compare
Choose a tag to compare

Enhancements

v0.4.0

13 Aug 17:23
e90a9ba
Compare
Choose a tag to compare

Improvements

  • New data source sops_external: Read the encrypted data from other Terraform dependencies (thanks @jacobfoard!)

v0.3.3

10 Jul 12:54
29287c6
Compare
Choose a tag to compare

Bug fixes

  • Ensure binaries are statically linked to work on eg Alpine Linux (#23)

v0.3.2

03 Jun 20:02
Compare
Choose a tag to compare

Improvements

  • This release only adds release artifacts for multiple environments. There are no functional changes.

v0.3.1

27 May 11:08
78be6b8
Compare
Choose a tag to compare

Improvements

  • Detect .yml files as YAML (#17, thanks @lazouz!)

v0.3.0

23 May 20:45
248234a
Compare
Choose a tag to compare

Breaking changes

This release brings support for Terraform 0.12, and thus breaks support for older Terraform versions. Future features will not be backported to those older versions, so please upgrade your Terraform installations. Bug fixes may be backported if there is demand.

There are no changes apart from upgrading the Terraform SDK.