Releases: silinternational/tfc-ops
Releases · silinternational/tfc-ops
v4.0.2
Changelog
- 9a8296c Merge pull request #79 from silinternational/update-install-directions
- 389f3d1 Merge pull request #80 from silinternational/briskt-patch-1
- ee9e9fd Merge pull request #81 from silinternational/hide-debug-detail
- 288d46b Remove the second install option in README.md
- d97336d Update README.md
- 1b7f579 don't print credentialsPath unless in debug mode
- ad098e7 try rhysd/changelog-from-release to generate CHANGELOG
v4.0.1
Merge pull request #77 from silinternational/release/v4.0.0
v3.5.4
fix goreleaser
Fixed
- Removed
replacements
option removed in goreleaser 1.19
Better error handling
Fixed
- Better error handling in
GetVarsFromWorkspace
to indicate the cause of a 404 from the Terraform Cloud API. Addresses #60.
v3.5.0
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.