Skip to content

Releases: hashicorp/go-tfe

v0.9.0

15 Jun 23:41
45afb2a
Compare
Choose a tag to compare

ENHANCEMENTS

v0.8.2

29 May 18:59
8ba8245
Compare
Choose a tag to compare

ENHANCEMENTS

  • Add Subscribable workspace relation to NotificationConfiguration struct #122

v0.8.1

19 May 16:32
115548c
Compare
Choose a tag to compare

ENHANCEMENTS

  • Add new CostEstimateStatus and CostEstimateStatusTimestamp to support a new cost estimation status for targeted runs (skipped_due_to_targeting) #121
  • Add utility Client.SetFakeRemoteAPIVersion to allow other packages to test their handling of different RemoteAPIVersions #121

v0.8.0

15 May 22:53
Compare
Choose a tag to compare

ENHANCEMENTS

  • New Client method to access API version information for the remote API, where available. The server-side support for this is still rolling out as we cut this release, so some servers will return an empty-string result until the new API release phases in. (#120)
  • Can now set TargetAddrs when creating a new run, which translates to additional -target options when launching Terraform in the remote execution environment. Server-side support for this came in API version 2.3.0, so it may be necessary for clients to use the new RemoteAPIVersion header first to confirm that the field is supported; it will be silently ignored on older API versions. (#117)

v0.7.0

23 Apr 14:25
216a389
Compare
Choose a tag to compare

ENHANCEMENTS

  • Added the visibility field to the Team type from the Teams API. #113

v0.6.0

09 Apr 01:10
7a20a8c
Compare
Choose a tag to compare

FEATURES

  • Add support for managing team membership via organization membership #111

ENHANCEMENTS

  • Add exported test helpers TestAccountDetails (subset of User) and FetchTestAccountDetails #112

NOTES

  • Specified Go 1.12 in go.mod #110

v0.5.0

18 Feb 14:59
7eec24c
Compare
Choose a tag to compare

FEATURES

  • Add support for run triggers #102

v0.4.0

03 Feb 22:37
54b2002
Compare
Choose a tag to compare

BREAKING CHANGES

  • Update workspace variables to use new nested route under workspace #97

FEATURES

  • Added support for policy set parameters #97

ENHANCEMENTS

  • Workspace variable description support #100

NOTES

  • Workspace ID must now be passed to workspace variable methods to support the updated nested route. See GoDoc for reference.

v0.3.31

13 Jan 17:16
e54e291
Compare
Choose a tag to compare

FEATURES

  • Add organization memberships resource #98

v0.3.30

13 Dec 17:15
8b656f1
Compare
Choose a tag to compare

BUG FIXES

  • Used isValidString check instead of checking for nil #96