Releases: plumber-cd/terraform-backend-git
Releases · plumber-cd/terraform-backend-git
v0.0.16
Added
- GitHub Action (Authored-by: @mambax)
Fixed
- GitHub deprecated
set-env
; replaced with https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#environment-files
v0.0.14
Added
- HTTP Basic Authentication
v0.0.13
Added
terraform-backend-git version
command
v0.0.12
Added
- Git storage: support
StrictHostKeyChecking=no
v0.0.11
Fix
- Git storage: SSH Agent auth type was crashing the backend
v0.0.10
Fix
- If
git.state
contained elements of relative path (i.e.foo/./bar
orfoo//bar
) - now correctly handle this scenario
v0.0.8
Fix
- Git storage:
GIT_TOKEN
was used instead ofGITHUB_TOKEN
env variable
v0.0.6
Fix
- If host user did not had a display name, commit author was empty
v0.0.5
Fix
- Do not print an error message if config file was not found
v0.0.4
Added
- Implemented config files for wrapper mode