Releases: hashicorp/go-tfe
Releases · hashicorp/go-tfe
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
v1.34.0
v1.33.0
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
v1.32.0
Enhancements
- Added BETA support for adding and updating custom permissions to
TeamProjectAccesses
. ATeamProjectAccessType
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
toConfigurationVersions
by @brandonc #746
v1.31.0
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
Enhancements
- Adds
SignatureSigningMethod
andSignatureDigestMethod
fields inAdminSAMLSetting
struct by @karvounis-form3 #731 - Adds
Certificate
,PrivateKey
,TeamManagementEnabled
,AuthnRequestsSigned
,WantAssertionsSigned
,SignatureSigningMethod
,SignatureDigestMethod
fields inAdminSAMLSettingsUpdateOptions
struct by @karvounis-form3 #731
v1.29.0
Enhancements
- Adds
RunPreApplyCompleted
run status by @Uk1288 #727 - Added BETA support for saved plan runs, by @nfagerlund #724
- New
SavePlan
fields inRun
andRunCreateOptions
- New
RunPlannedAndSaved
RunStatus
value - New
PlannedAndSavedAt
field inRunStatusTimestamps
- New
RunOperationSavePlan
constant for run list filters
- New
v1.28.0
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