Skip to content

Releases: hashicorp/go-tfe

v1.3.0

10 Jun 20:52
3fbaf67
Compare
Choose a tag to compare

v1.3.0

Enhancements

v1.2.0

05 May 17:53
836895d
Compare
Choose a tag to compare

v1.2.0

Enhancements

  • Adds support for reading current state version outputs to StateVersionOutputs, which can be useful for reading outputs when users don't have the necessary permissions to read the entire state, by @brandonc #370
  • Adds Variable Set methods for ApplyToWorkspaces and RemoveFromWorkspaces by @byronwolfman #375
  • Adds Names query param field to TeamListOptions by @sebasslash #393
  • Adds Emails query param field to OrganizationMembershipListOptions by @sebasslash #393
  • Adds Run Tasks API support by @glennsarti #381, #382 and #383

Bug fixes

  • Fixes ignored comment when performing apply, discard, cancel, and force-cancel run actions by @brandonc #388

v1.1.0

25 Mar 21:28
17bef98
Compare
Choose a tag to compare

v1.1.0

Enhancements

v1.0.0

17 Mar 18:17
e14f543
Compare
Choose a tag to compare

v1.0.0

Breaking Changes

  • Renamed methods named Generate to Create for AgentTokens, OrganizationTokens, TeamTokens, UserTokens by @sebasslash #327
  • Methods that express an action on a relationship have been prefixed with a verb, e.g Current() is now ReadCurrent() by @sebasslash #327
  • All list option structs are now pointers @uturunku1 #309
  • All errors have been refactored into constants in errors.go @uturunku1 #310
  • The ID field in Create/Update option structs has been renamed to Type in accordance with the JSON:API spec by @omarismail, @uturunku1 #190, #323, #332
  • Nested URL params (consisting of an organization, module and provider name) used to identify a RegistryModule have been refactored into a struct RegistryModuleID by @sebasslash #337

Enhancements

  • Added missing include fields for AdminRuns, AgentPools, ConfigurationVersions, OAuthClients, Organizations, PolicyChecks, PolicySets, Policies and RunTriggers by @uturunku1 #339
  • Cleanup documentation and improve consistency by @uturunku1 #331
  • Add more linters to our CI pipeline by @sebasslash #326
  • Resolve TFE_HOSTNAME as fallback for TFE_ADDRESS by @sebasslash #340
  • Adds a fetching status to RunStatus and adds the Archive method to the ConfigurationVersions interface by @mpminardi #338
  • Added a Download method to the ConfigurationVersions interface by @tylerwolf #358
  • API Coverage documentation by @laurenolivia #334

Bug Fixes

  • Fixed invalid memory address error when AdminSMTPSettingsUpdateOptions.Auth field is empty and accessed by @uturunku1 #335

v1.0.0-rc1

07 Mar 18:44
fc4c887
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release

v1.0.0-rc1 (Unreleased)

Breaking Changes

  • Renamed methods named Generate to Create for AgentTokens, OrganizationTokens, TeamTokens, UserTokens #327
  • Methods that express an action on a relationship have been prefixed with a verb, e.g Current() is now ReadCurrent() #327
  • All list option structs are now pointers #309
  • All errors have been refactored into constants in errors.go #310
  • The ID field in Create/Update option structs has been renamed to Type in accordance with the JSON:API spec #190, #323, #332
  • Nested URL params (consisting of an organization, module and provider name) used to identify a RegistryModule have been refactored into a struct RegistryModuleID. #337

Enhancements

  • Added missing include fields for AdminRuns, AgentPools, ConfigurationVersions, OAuthClients, Organizations, PolicyChecks, PolicySets, Policies and RunTriggers #334
  • Cleanup documentation and improve consistency #331
  • Add more linters to our CI pipeline #326
  • Resolve TFE_HOSTNAME as fallback for TFE_ADDRESS #340

Bug Fixes

  • Fixed invalid memory address error when AdminSMTPSettingsUpdateOptions.Auth field is empty and accessed #335

v0.26.0

17 Feb 17:53
ed78c1e
Compare
Choose a tag to compare

Enhancements

v0.25.0

11 Feb 16:19
ad3525a
Compare
Choose a tag to compare

Enhancements

  • add support for GlobalModuleSharing flag on AdminOrganization by @nhomble in #278
  • Add team organization permissions manage-providers and manage-modules by @ministicraft in #306

Bug Fixes

  • API does not allow ssh key text value updating by @brandonc in #297
  • Return correct error msg when unlocking a workspace during a run by @sebasslash in #302

New Contributors

Full Changelog: v0.24.0...v0.25.0

v0.24.0

21 Jan 20:56
3cf634a
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Added query params to search or filter admin Terraform versions by @sebasslash in #292
  • Added support for deprecated admin Terraform versions by @brandonc in #289

Full Changelog: v0.23.0...v0.24.0

v0.23.0

19 Jan 17:05
b4d99ef
Compare
Choose a tag to compare

Enhancements

Full Changelog: v0.22.0...v0.23.0

v0.22.0

05 Jan 18:10
73c3b41
Compare
Choose a tag to compare

ENHANCEMENTS:

Full Changelog: v0.21.0...v0.22.0