Skip to content

Releases: hashicorp/go-tfe

v1.32.0

07 Aug 17:33
438b2cc
Compare
Choose a tag to compare

Enhancements

  • Added BETA support for adding and updating custom permissions to TeamProjectAccesses. A TeamProjectAccessType of "custom" can set various permissions applied at
    the project level to the project itself (TeamProjectAccessProjectPermissionsOptions) and all of the workspaces in a project (TeamProjectAccessWorkspacePermissionsOptions) by @rberecka #745
  • Added BETA field Provisional to ConfigurationVersions by @brandonc #746

v1.31.0

21 Jul 20:53
9478787
Compare
Choose a tag to compare

Enhancements

  • Added BETA support for including projects relationship and projects-count attribute to policy_set on create by @hs26gill #737
  • Added BETA method AddProjects and RemoveProjects for attaching/detaching policy set to projects by @Netra2104 #735

v1.30.0

13 Jul 20:02
41c83f3
Compare
Choose a tag to compare

Enhancements

  • Adds SignatureSigningMethod and SignatureDigestMethod fields in AdminSAMLSetting struct by @karvounis-form3 #731
  • Adds Certificate, PrivateKey, TeamManagementEnabled, AuthnRequestsSigned, WantAssertionsSigned, SignatureSigningMethod, SignatureDigestMethod fields in AdminSAMLSettingsUpdateOptions struct by @karvounis-form3 #731

v1.29.0

28 Jun 19:03
07adc0e
Compare
Choose a tag to compare

Enhancements

  • Adds RunPreApplyCompleted run status by @Uk1288 #727
  • Added BETA support for saved plan runs, by @nfagerlund #724
    • New SavePlan fields in Run and RunCreateOptions
    • New RunPlannedAndSaved RunStatus value
    • New PlannedAndSavedAt field in RunStatusTimestamps
    • New RunOperationSavePlan constant for run list filters

v1.28.0

20 Jun 23:15
ef4e079
Compare
Choose a tag to compare

Enhancements

  • Update Workspaces to include associated project resource by @glennsarti #714
  • Adds BETA method Upload method to StateVersions and support for pending state versions by @brandonc #717
  • Adds support for the query parameter q to search Organization Tags by name by @sharathrnair87 #720
    Added ContextWithResponseHeaderHook support to IPRanges by @brandonc #717

Bug Fixes

  • ConfigurationVersions, PolicySetVersions, and RegistryModules Upload methods were sending API credentials to the specified upload URL, which was unnecessary by @brandonc #717

v1.27.0

09 Jun 18:31
d1bfc60
Compare
Choose a tag to compare

ENHANCEMENTS

  • Adds RunPreApplyRunning and RunQueuingApply run statuses by @Uk1288 #712

BUG FIXES

  • AgentPool Update is not able to remove all allowed workspaces from an agent pool. That operation is now handled by a separate UpdateAllowedWorkspaces method using AgentPoolAllowedWorkspacesUpdateOptions by @hs26gill #701

v1.26.0

30 May 21:56
33f2785
Compare
Choose a tag to compare

Enhancements

  • Adds BETA fields ResourceImports count to both Plan and Apply types as well as AllowConfigGeneration to the Run struct type. These fields are not generally available and are subject to change in a future release.

v1.25.1

23 May 17:07
b5d742f
Compare
Choose a tag to compare

Bug Fixes

  • Workspace safe delete conflict error when workspace is locked has been restored
    to the original message using the error ErrWorkspaceLockedCannotDelete instead of
    ErrWorkspaceLocked

v1.25.0

22 May 17:50
e3d8553
Compare
Choose a tag to compare

Enhancements

  • Workspace safe delete 409 conflict errors associated with resources still being managed or being processed (indicating that you should try again later) are now the named errors ErrWorkspaceStillProcessing and ErrWorkspaceNotSafeToDelete by @brandonc #703

v1.24.0

15 May 17:09
3bbb023
Compare
Choose a tag to compare

Enhancements

  • Adds support for a new variable field version-id by @arybolovlev #697
  • Adds ExpiredAt field to OrganizationToken, TeamToken, and UserToken. This enhancement will be available in TFE release, v202305-1. @juliannatetreault #672
  • Adds ContextWithResponseHeaderHook context for use with the ClientRequest Do method that allows callers to define a callback which receives raw http Response headers. @apparentlymart #689