Releases: hashicorp/go-tfe
Releases · hashicorp/go-tfe
v1.66.0
Enhancements
- Adds
billable-rum-count
attribute toStateVersion
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
Enhancements
- Adds support for deleting
Stacks
that still have deployments throughForceDelete
by @hashimoon #969
Bug Fixes
- Fixed
RegistryNoCodeModules
methodUpgradeWorkspace
to return aWorkspaceUpgrade
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
v1.64.1
v1.64.0
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
v1.62.0
v1.62.0
Bug Fixes
- Fixed
RegistryNoCodeModules
methodsCreateWorkspace
andUpdateWorkspace
to return aWorkspace
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
- Adds
AllowMemberTokenManagement
permission toTeam
by @juliannatetreault #922
v1.61.0
Enhancements
- Adds support for creating no-code workspaces by @paladin-devops #927
- Adds support for upgrading no-code workspaces by @paladin-devops #935