Skip to content

Releases: hashicorp/go-tfe

v1.42.0

02 Jan 22:48
e70c2bc
Compare
Choose a tag to compare

Deprecations

  • The Sourceable field has been deprecated on RunTrigger. Instead, use SourceableChoice to locate the non-empty field representing the actual sourceable value by @brandonc #816

Features

  • Added AdminOPAVersion and AdminSentinelVersion Terraform Enterprise admin endpoints by @mrinalirao #758

Enhancements

  • Adds LockedBy relationship field to Workspace by @brandonc #816
  • Adds CreatedBy relationship field to TeamToken, UserToken, and OrganizationToken by @brandonc #816
  • Added Sentinel field to PolicyResult by @stefan-kiss. #790

v1.41.0

06 Dec 21:55
b68fdd6
Compare
Choose a tag to compare

Enhancements

  • Allow managing workspace and organization data retention policies by @mwudka #801

v1.40.0

22 Nov 18:54
61f9b7e
Compare
Choose a tag to compare

Bug Fixes

  • Removed unused field AgentPoolID from the Workspace model. (Callers should be using the AgentPool 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 and RemoveProjects for attaching/detaching oauth_client to projects by Netra2104 #806
  • Adds a missing interface WorkspaceResources and the List method by @stefan-kiss Issue#754

v1.39.2

10 Nov 17:45
888e188
Compare
Choose a tag to compare

Bug Fixes

  • Fixes a dependency build failure for 32 bit linux architectures by @brandonc #814

v1.39.1

08 Nov 23:32
09f6c3a
Compare
Choose a tag to compare

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

07 Nov 19:39
3b62deb
Compare
Choose a tag to compare

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, and save-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

30 Oct 18:07
aed8770
Compare
Choose a tag to compare

v.1.38.0

FEATURES

  • Added BETA support for including priority attribute to variable_set on create and update by @Netra2104 #778

v1.37.0

23 Oct 16:30
9784638
Compare
Choose a tag to compare

Features

  • Add the tags attribute to VCSRepo to be used with registry modules by @hashimoon #793

v1.36.0

12 Oct 16:46
95916b7
Compare
Choose a tag to compare

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

09 Oct 17:39
5cb9571
Compare
Choose a tag to compare

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 and PolicySetWorkspaceExclusions by @Netra2104 #770