Skip to content

Releases: plumber-cd/terraform-backend-git

v0.1.11

Choose a tag to compare

@github-actions github-actions released this 16 Mar 20:23
239fd58
  • Publish ARM64 image (for Apple Silicon) (#59) (thanks @agross!)

v0.1.10

Choose a tag to compare

@github-actions github-actions released this 28 Feb 19:11
d520e22
  • Support rotating Git credentials (#58) (thanks @oneingan!)

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 08 Dec 15:35
999fcab

Added

  • Clone only most recent commits (thanks @jmholla!)
  • Added age option for SOPS encryption (thanks @Renerick!)
  • Upgrade to go 1.24 and all dependencies

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 17 Nov 01:49
1c31ae7

Added

  • handle force-unlock error better (thanks @cgroschupp!)

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 15 Oct 03:54
9793fb7

Added

  • New --amend flag to use commit amend + force push when updating state to maintain repo size (thanks @rucciva!)

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 21 Sep 20:55
761efaf

Fixed

  • Fix incorrect state file path on Windows (#40)

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 19 Jul 05:59
35073ac

Added

  • Added GCP KMS option for sops encryption (#38) (thanks @shaggyone!)

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 17 Mar 01:26
1c0b237

Added

  • Add some additional debug output for SOPS decryption

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 16 Feb 03:05
a95b480

Fixed

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

Choose a tag to compare

@github-actions github-actions released this 15 May 12:18
78d912e

Added

  • Added Dockerfile
  • Publish image to ghcr.io