Releases: plumber-cd/terraform-backend-git
Releases · plumber-cd/terraform-backend-git
v0.1.8
Added
- handle force-unlock error better (thanks @cgroschupp!)
v0.1.7
v0.1.6
v0.1.5
Added
- Added GCP KMS option for sops encryption (#38) (thanks @shaggyone!)
v0.1.4
Added
- Add some additional debug output for SOPS decryption
v0.1.3
Fixed
- Fixed #31 (thanks @joaquinrovira!)
Updated
- Go to 1.19
- Debian image to
bullseye
- Various Go dependencies (except for go-git due to backward incompatible changes in go-git/go-git#548)
v0.1.2
Added
- Added
Dockerfile
- Publish image to
ghcr.io
v0.1.0
Added
- Implemented TLS mode
- New state file encryption provider using
sops
. Currently integrated with PGP, AWS KMS and Hashicorp Vault. - Introduced
--dir
option undergit
backend - now current working directory can be changed dynamically
Changed
- Existing AES256 state file encryption is no longer recommended.
v0.0.18
Changed
- Updated Go to 1.18 and all dependencies
Fixed
ERROR: You're using an RSA key with SHA-1, which is no longer allowed. Please use a newer client or a different key type.
v0.0.17
Changed
- Use cross-platform detection for SSH-agent, now supports Pageant on Windows #21 (Authored-by: @blaubaer)
- Updated dependencies, fixed CVE-2020-16845
- Updated to use Go 1.17, and Ubuntu 20.04 builder
- Updated Alpine 3.15
- Build
arm64
version of binaries for Mac and Linux; stop building386
for Mac