Releases: hashicorp/go-tfe
Releases · hashicorp/go-tfe
v0.12.0
ENHANCEMENTS
- Add support for managing Terraform Cloud Agent authentication tokens (#169)
- Add support for managing User authentication tokens (#157)
- Add the Terraform Cloud IP Ranges meta API (#142)
- Add
Runs.ReadWithOptions
(allowinginclude
values when fetching a single run) andRun.CreatedBy
relationship. (#168) - Add
Include
field toRunListOptions
(#167) - Add the associated run as a relationship to
PolicyCheck
(#162) - Add additional entitlement values to an organization's Entitlement struct (#156)
BUG FIXES
- Add ID to struct to maintain consistency with the module registry API (#139)
v0.11.1
v0.11.0
v0.10.2
v0.10.1
v0.10.0
FEATURES
- Add
RegistryModule
to support for registry modules #128
ENHANCEMENTS
- Add support for
DestinationType
ofemail
toNotificationConfiguration
#128 - Add
ExternalID
attribute toOrganization
#128 - Add
DisplayIdentifier
toVCSRepo
struct #128
NOTES
RegistryModules
currently supports the endpoints documented here, not the module registry HTTP API endpoints documented here.
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)