Skip to content

Releases: XenitAB/github-actions

2021.10.1

02 Oct 13:41
af05f12

Choose a tag to compare

Enable config of tfstate location & re-add --rm to docker command (#32)

* Enable config of tfstate location #31 
* The user can now define RG_LOCATION_LONG & RG_LOCATION_SHORT
to overwrite the default tfstate location westeurope & we.
* Use TEMP_ENV_FILE to store env variabels instead
* Add --rm in docker
* cleanup envup function

2021.08.1

19 Aug 08:36
1c2871c

Choose a tag to compare

This release changes how you are expected to use the tools container. Previously, the container set up an internal user with ID 1000 and you were expected to provide a files system with this ID. This release removes the internal user and instead assumes you docker run --user the container. This removes the ID dependency and also resolves the permissions issues that resulted from Docker creating the mount point as root.

2021.05.2

18 May 14:36

Choose a tag to compare

Update terraform version

2021.05.1

03 May 14:53
c73ba41

Choose a tag to compare

Changes:

  • Add select_workspace to validate (#24)

2021.03.1

03 Mar 09:53
fa0c544

Choose a tag to compare

validate command enables:

  • terraform validate
  • terraform fmt
  • tflint
  • tfsec

2021.02.2

23 Feb 15:48
0d87ebf

Choose a tag to compare

Changes:

  • Updated terraform from 0.13.5 to 0.14.7

2021.02.1

22 Feb 09:35
5a60259

Choose a tag to compare

Merge pull request #19 from XenitAB/fix-sp-object-id

Get correct objectID for service principal

2020.12.12

23 Dec 10:55
638e51b

Choose a tag to compare

Merge pull request #17 from XenitAB/fix/tf-prepare-adapter-auth

Update authentication for adapter

2020.12.11

23 Dec 09:50
a646199

Choose a tag to compare

Merge pull request #16 from XenitAB/fix/tf-prepare-cred-chain

Make what credential is used configurable

2020.12.10

23 Dec 09:03
b659d01

Choose a tag to compare

Merge pull request #15 from XenitAB/feature/go-tf-preparer

Use Golang binary for terraform.sh prepare