Releases: hashicorp/go-tfe
Releases · hashicorp/go-tfe
v0.13.2
v0.13.1
Library changes
This package used an outdated version of the jsonapi library. HashiCorp forked the jsonapi library so as to add improvements and modifications.
This release updates to use the latest jsonapi library, and fixes a few bugs in the process.
Changes:
- NotificationConfiguration.DeliveryResponses no longer uses a pointer anymore.
- Policy.Enforce no longer uses a pointer.
Bug fixes:
- The
Code
andSuccessfuly
attributes in DeliveryResponse never worked as intended. The attributes here have changed.
v0.13.0
v0.12.1
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.