Skip to content

Releases: hashicorp/go-tfe

v1.68.0

02 Oct 15:47
5bcd87a
Compare
Choose a tag to compare

Enhancements

  • Add support for reading a no-code module's variables by @paladin-devops #979
  • Add Waypoint entitlements (the waypoint-actions and waypoint-templates-and-addons attributes) to Entitlements by @ignatius-j #984

v1.67.1

25 Sep 20:11
0b3525a
Compare
Choose a tag to compare

Bug Fixes

  • Fixes a bug in NewRequest that did not allow query parameters to be specified in the first parameter, which broke several methods: RegistryModules ReadVersion, VariableSets UpdateWorkspaces, and Workspaces Readme by @brandonc #982

v1.67.0

24 Sep 21:42
1598ee3
Compare
Choose a tag to compare

Enhancements

  • Workspaces: The Unlock method now returns a ErrWorkspaceLockedStateVersionStillPending error if the latest state version upload is still pending within the platform. This is a retryable error. by @brandonc #978

v1.66.0

17 Sep 19:45
ec9ee35
Compare
Choose a tag to compare

Enhancements

  • Adds billable-rum-count attribute to StateVersion by @shoekstra #974

Bug Fixes

  • Fixed the incorrect error "workspace already unlocked" being returned when attempting to unlock a workspace that was locked by a Team or different User @ctrombley / @lucasmelin #975

v1.65.0

10 Sep 21:49
c53e306
Compare
Choose a tag to compare

Enhancements

  • Adds support for deleting Stacks that still have deployments through ForceDelete by @hashimoon #969

Bug Fixes

  • Fixed RegistryNoCodeModules method UpgradeWorkspace to return a WorkspaceUpgrade type. This resulted in a BREAKING CHANGE, yet the previous type was not properly decoded nor reflective of the actual API result by @paladin-devops #955

v1.64.2

27 Aug 23:00
e75d2b5
Compare
Choose a tag to compare

Enhancements

  • Adds support for including no-code permissions to the OrganizationPermissions struct #967

v1.64.1

23 Aug 23:01
26f46b9
Compare
Choose a tag to compare

Bug Fixes

  • Fixes BETA feature regression in Stacks associated with decoding StackVCSRepo data by @brandonc #964

v1.64.0

20 Aug 22:12
9be0628
Compare
Choose a tag to compare

Enhancements

  • Adds support for creating different organization token types by @glennsarti #943
  • Adds more BETA support for Stacks resources, which is is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @DanielMSchmidt #963

v1.63.0

14 Aug 20:55
33407ff
Compare
Choose a tag to compare

Enhancements

v1.62.0

07 Aug 18:21
fd766c1
Compare
Choose a tag to compare

v1.62.0

Bug Fixes

  • Fixed RegistryNoCodeModules methods CreateWorkspace and UpdateWorkspace to return a Workspace type. This resulted in a BREAKING CHANGE, yet the previous type was not properly decoded nor reflective of the actual API result by @paladin-devops #954

Enhancements