Skip to content

Releases: plumber-cd/terraform-backend-git

v0.0.16

09 Feb 07:06
2b0f912
Compare
Choose a tag to compare

Added

  • GitHub Action (Authored-by: @mambax)

Fixed

v0.0.14

31 May 03:20
2010d61
Compare
Choose a tag to compare

Added

  • HTTP Basic Authentication

v0.0.13

30 May 21:46
566f690
Compare
Choose a tag to compare

Added

  • terraform-backend-git version command

v0.0.12

18 Apr 09:19
Compare
Choose a tag to compare

Added

  • Git storage: support StrictHostKeyChecking=no

v0.0.11

18 Apr 08:32
Compare
Choose a tag to compare

Fix

  • Git storage: SSH Agent auth type was crashing the backend

v0.0.10

17 Apr 23:40
Compare
Choose a tag to compare

Fix

  • If git.state contained elements of relative path (i.e. foo/./bar or foo//bar) - now correctly handle this scenario

v0.0.8

17 Apr 22:40
aa13187
Compare
Choose a tag to compare

Fix

  • Git storage: GIT_TOKEN was used instead of GITHUB_TOKEN env variable

v0.0.6

16 Apr 04:50
3e9d40e
Compare
Choose a tag to compare

Fix

  • If host user did not had a display name, commit author was empty

v0.0.5

16 Apr 04:48
Compare
Choose a tag to compare

Fix

  • Do not print an error message if config file was not found

v0.0.4

16 Apr 04:19
77d1ad3
Compare
Choose a tag to compare

Added

  • Implemented config files for wrapper mode