Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Releases: secrethub/terraform-provider-secrethub

v1.3.1

25 Feb 08:53
v1.3.1
9079b2f
Compare
Choose a tag to compare

Added

  • Add documentation for secrethub_dir resource and datasource (#127)

v1.3.0

09 Feb 10:50
v1.3.0
d0ae963
Compare
Choose a tag to compare

Added

  • Add secrethub_dir resource and data source (#121)

Changed

  • Allow setting credential_passphrase without explicitly setting credential (#125)
  • Remove secret at old path when secret path is updated (#120)
  • Upgrade secrethub-go (#124, #125)

v1.2.3

14 Sep 07:18
v1.2.3
cf96dea
Compare
Choose a tag to compare

Changelog

Added

  • Add installation instructions to the docs (#116)

v1.2.2

09 Sep 13:34
v1.2.2
87ff5f2
Compare
Choose a tag to compare

Changelog

Added

Deprecated

  • The old archive format for releases is deprecated and will be dropped for releases starting April 2021 (#114). If you have any scripts fetching the provider from GitHub releases, you can fetch the provider from the community registry or you can change your scripts to fetch the archives in the new format.

v1.2.1

09 Sep 10:18
v1.2.1
2f221d2
Compare
Choose a tag to compare

Changelog

Added

  • You can now leave out the credential field of the provider and have automatic detection pick it up. It will check SECRETHUB_IDENTITY_PROVIDER, SECRETHUB_CREDENTIAL environment variable and the credential file (defaults to ~/.secrethub/credential, but can be configured with SECRETHUB_CONFIG_DIR). (#105)
  • The releases from now on include binaries for FreeBSD and for ARM architectures (#108, #112)

v1.1.0

08 Jul 15:26
v1.1.0
debbea0
Compare
Choose a tag to compare

Added

  • New secrethub_service_gcp resource: Introducing keyless apps for Google Cloud Platform: applications running on Google's compute services (GCE, GKE, etc.) can now natively authenticate to SecretHub to fetch their secrets, without needing to manage another key. (#93)

v1.0.0

09 Apr 16:09
v1.0.0
1bb5786
Compare
Choose a tag to compare