Releases: hashicorp/go-tfe
Releases · hashicorp/go-tfe
v0.9.0
ENHANCEMENTS
- Added support for custom workspace permissions #123
v0.8.2
v0.8.1
v0.8.0
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 newRemoteAPIVersion
header first to confirm that the field is supported; it will be silently ignored on older API versions. (#117)
v0.7.0
v0.6.0
v0.5.0
v0.4.0
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.