Releases: plumber-cd/terraform-backend-git
Releases · plumber-cd/terraform-backend-git
v0.1.9
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
--diroption undergitbackend - 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.