Releases: hashicorp/go-tfe
Releases · hashicorp/go-tfe
v1.70.0
v1.69.0
Enhancements
- Adds BETA support for a variable set
Parent
relation, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @jbonhag #992 - Add support for adding/updating key/value tags by @brandonc #991
- Add support for reading a registry module by its unique identifier by @dsa0x #988
- Add support for enabling Stacks on an organization by @brandonc #987
- Add support for filtering by key/value tags by @brandonc #987
- Adds
SpeculativePlanManagementEnabled
field toOrganization
by @lilincmu #983
v1.68.0
Enhancements
- Add support for reading a no-code module's variables by @paladin-devops #979
- Add Waypoint entitlements (the
waypoint-actions
andwaypoint-templates-and-addons
attributes) toEntitlements
by @ignatius-j #984
v1.67.1
v1.67.0
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