Releases: hashicorp/go-tfe
Releases · hashicorp/go-tfe
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
v1.60.0
v1.59.0
v1.58.0
v1.57.0
ENHANCEMENTS
- Adds the
IsUnified
field toProject
,Organization
andTeam
by @roncodingenthusiast #915 - Adds Workspace auto-destroy notification types to
NotificationTriggerType
by @notchairmk #918 - Adds
CreatedAfter
andCreatedBefore
Date Time filters toAdminRunsListOptions
by @Maed223 #916
v1.56.0
Enhancements
- Adds
ManageAgentPools
permission to teamOrganizationAccess
by @emlanctot #901