Skip to content

Releases: hashicorp/go-tfe

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

v1.34.0

11 Sep 17:46
6ec09de
Compare
Choose a tag to compare

FEATURES

BUG FIXES

  • "project" was being rejected as an invalid Include option when listing workspaces by @brandonc #765

v1.33.0

05 Sep 18:08
b0a0914
Compare
Choose a tag to compare

ENHANCEMENTS

  • Removed beta tags for TeamProjectAccess by @rberecka #756
  • Added BETA support for including workspaceExclusions relationship to policy_set on create by @Netra2104 #757
  • Added BETA method AddWorkspaceExclusions and RemoveWorkspaceExclusions for attaching/detaching workspace-exclusions to a policy-set by @hs26gill #761

v1.32.1

18 Aug 19:08
a3a695b
Compare
Choose a tag to compare

Dependency Update

  • Updated go-slug dependency to v0.12.1

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