Skip to content

Releases: carlpett/terraform-provider-sops

v0.4.0

13 Aug 17:23
e90a9ba

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

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

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

Choose a tag to compare

Improvements

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

v0.3.0

23 May 20:45
248234a

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.

v0.2.0

27 Apr 10:47
bdb1264

Choose a tag to compare

New features

  • Support for lists in yaml/json files, including lists with nested dictionaries. For example, this now works:
my_list:
-   name: foo
    some_number: 12
-   name: bar
    some_number: 16

You can then read foo from ${data.sops_file.some_name.data.my_list.0.name}, and so on.

v0.1.0

23 Jan 15:06
401dfd1

Choose a tag to compare

New features

  • Supports nested structures for yaml or json files
  • Supports "raw" mode for full file encryption

Fixes

  • Basic feature tests on CI
  • Better error handling for yaml decoding

v0.0.3

26 Jun 14:41
2aa3e34

Choose a tag to compare

v0.0.3 Pre-release
Pre-release
Merge pull request #2 from carlpett/docker-hooks

Use docker build hooks to inject correct plugin version

v0.0.2

26 Jun 12:44

Choose a tag to compare

v0.0.2 Pre-release
Pre-release
Disable CGO

v0.0.1

26 Jun 11:31

Choose a tag to compare

v0.0.1 Pre-release
Pre-release

Initial release