Releases: hashicorp/go-tfe
Releases · hashicorp/go-tfe
v1.41.0
v1.40.0
Bug Fixes
- Removed unused field
AgentPoolID
from the Workspace model. (Callers should be using theAgentPool
relation instead) by @brandonc #815
Enhancements
- Add organization scope field for oauth clients by @Netra2104 #812
- Added BETA support for including
projects
relationship to oauth_client on create by @Netra2104 #806 - Added BETA method
AddProjects
andRemoveProjects
for attaching/detaching oauth_client to projects by Netra2104 #806 - Adds a missing interface
WorkspaceResources
and theList
method by @stefan-kiss Issue#754
v1.39.2
v1.39.1
v1.39.1
Bug Fixes
- Fixes an issue where the request body is not preserved during certain retry scenarios by @sebasslash #813
v1.39.0
v1.39.0
Features
- New WorkspaceSettingOverwritesOptions field for allowing workspaces to defer some settings to a default from their organization or project by @SwiftEngineer #762
- Added support for setting a default execution mode and agent pool at the organization level by @SwiftEngineer #762
- Added validation when configuring registry module publishing by @hashimoon #804
- Removed BETA labels for StateVersion Upload method, ConfigurationVersion
provisional
field, andsave-plan
runs by @brandonc #800 - Allow soft deleting, restoring, and permanently deleting StateVersion and ConfigurationVersion backing data by @mwudka #801
- Added the
AutoApplyRunTrigger
attribute to Workspaces by @nfagerlund #798 - Removed BETA labels for
priority
attribute in variable sets by @Netra2104 #796
v1.38.0
v1.37.0
Features
- Add the tags attribute to VCSRepo to be used with registry modules by @hashimoon #793
v1.36.0
Features
- Added BETA support for private module registry test variables by @aaabdelgany #787
Bug Fixes
- Fix incorrect attribute type for
RegistryModule.VCSRepo.Tags
by @hashimoon #789 - Fix nil dereference panic within
StateVersions
upload
after not handling certain state version create errors by @brandonc #792
v1.35.0
Features
- Added BETA support for private module registry tests by @hashimoon #781
Enhancements
- Added BETA support for including
enforced
attribute to variable_set on create and update by @Netra2104 #778 - Removed beta flags for
PolicySetProjects
andPolicySetWorkspaceExclusions
by @Netra2104 #770