Skip to content

Releases: invidian/terraform-provider-gpg

v0.3.1

03 Feb 13:58
v0.3.1
e025eba
Compare
Choose a tag to compare

Added

  • Added CI using GitHub Actions.

Changed

  • Go 1.17 is now used for building.
  • Exlucuded darwin/arm, freebsd/arm64, windows/arm and windows/arm64 platforms from
    release builds to speed up the release process, as they are not officially supported by
    either Terraform itself or Terraform Registry.

Fixed

  • Fixed all issues found by linter.

New Contributors

v0.3.0

18 Aug 21:47
v0.3.0
bc43b7f
Compare
Choose a tag to compare

Added

Fixed

  • Fixed gpg_encrypted_message resource destroying.
  • Fixed found linter warnings.

Changed

  • Migrated to use Terraform Plugin SDK.
  • Changelog is now published in Keep a Changelog format.
  • Updated all dependencies to latest versions.

v0.2.1

19 Jun 23:09
v0.2.1
1a4a8a5
Compare
Choose a tag to compare

Release 0.2.1

Changelog:

  • fix gpg_encrypted_message updates issue with Terraform 0.12.x
  • use sensitive for content field to make sure it does not leak
  • drop using SchemaStateFunc for result, as it has no effect with Terraform 0.12.x
  • make gpg_encrypted_message resource use sha256 of content as ID

v0.2.0

15 Jun 17:49
v0.2.0
f874ede
Compare
Choose a tag to compare

Release 0.2.0

Changelog:

  • Add Terraform 0.12 compatibility
  • Restructure code to standard layout
  • Add Makefile to document common tasks

v0.1.0

08 May 22:20
eb3e257
Compare
Choose a tag to compare

Release 0.1.0