Skip to content

Releases: silinternational/tfc-ops

v4.0.1

04 Oct 07:43
7ac4229
Compare
Choose a tag to compare

Changelog

  • 7ac4229 Merge pull request #78 from silinternational/release/v4.0.0
  • 10f4354 update module path to v4

Merge pull request #77 from silinternational/release/v4.0.0

02 Oct 07:57
03cbff7
Compare
Choose a tag to compare

Added

Changed

  • CallApi returns an error instead of panic

Removed

  • Deleted commented out code
  • Removed TFVars struct as it was a strict subset of the Vars struct.
  • Removed deprecated --dry-run-mode flag

v3.5.4

05 Feb 20:54
d485ca1
Compare
Choose a tag to compare

Fixed

  • Fixed workspaces clone command to omit the VCS config parameters if the token is not specified.

fix goreleaser

31 Aug 18:10
8978293
Compare
Choose a tag to compare

Fixed

Better error handling

31 Aug 16:06
b934b3b
Compare
Choose a tag to compare

Fixed

  • Better error handling in GetVarsFromWorkspace to indicate the cause of a 404 from the Terraform Cloud API. Addresses #60.

v3.5.0

20 Jun 12:32
e3f66d8
Compare
Choose a tag to compare

Added

  • New library function CreateRunTrigger to configure workspaces to trigger a run from another workspace.
  • New library function ListRunTriggers to list configured run triggers for a given workspace.
  • New library function FindRunTrigger to find a run trigger given the source and destination workspaces.

v3.4.0

19 Jun 12:48
7a04682
Compare
Choose a tag to compare

Added

  • Added a new library function, CreateRun, to start a Run

v3.3.0

15 Jun 13:06
6b65ad8
Compare
Choose a tag to compare

Added

  • Added new function AddRemoteStateConsumers
  • Added new CLI command "workspaces consumers"

Fixed

  • Use the proper /v3 reference for internal package references. It conveniently worked before correcting the module line in go.mod (v3.2.1).

v3.2.1

15 Jun 06:58
4e2572e
Compare
Choose a tag to compare

Fixed

  • Added the missing /v3 on the module line in go.mod

Include variable sets in workspace clone

15 Jun 06:42
ce4eb07
Compare
Choose a tag to compare

Added

  • Added a workspace clone option to apply the source workspace's variable sets to the new workspace.