Skip to content

Bump github.com/hashicorp/go-tfe from 1.103.0 to 1.108.0#7

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/hashicorp/go-tfe-1.108.0
Closed

Bump github.com/hashicorp/go-tfe from 1.103.0 to 1.108.0#7
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/hashicorp/go-tfe-1.108.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/hashicorp/go-tfe from 1.103.0 to 1.108.0.

Release notes

Sourced from github.com/hashicorp/go-tfe's releases.

v1.108.0

Enhancements

  • Adds BETA support for listing TFPolicyEvaluationOutcome, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @​subhro-acharjee-1 #1313
  • Add Infragraph entitlements (the infragraph and infragraph-with-nrtu attributes) to Entitlements by @​jadhavpoonam #1351
  • Adds BETA support for tag selectors (inclusion/exclusion) on policy sets via AddTagSelectors and RemoveTagSelectors by @​anubhav-goel #1345

v1.107.0

What's Changed

  • Add support for reading a registry provider by its unique identifier by @​mrinalirao #1340
  • Add SourceModuleID field to Workspace so callers can read the no-code source module identifier (e.g. private/<org>/<name>/<provider>/<version>) returned by the API by @​a9logic #1331

New Contributors

Full Changelog: hashicorp/go-tfe@v1.106.0...v1.107.0

v1.106.0

What's Changed

Enhancements

Full Changelog: hashicorp/go-tfe@v1.105.0...v1.106.0

v1.105.0

Enhancements

  • Adds OrganizationTokenTTLPolicies API support with List and Update methods to manage organization token TTL policies. Policies are managed as an array with millisecond-based TTL values, by @​sana-faraz #1291
  • Adds the ProviderType field to AdminSAMLSetting and AdminSAMLSettingsUpdateOptions to support the provider-type SAML setting by @​skj-skj #1303
  • Adds Registry Tagging support for registry modules, providers and component configurations by @​mrinalirao #1318
  • Adds RunPostApplyRunning,RunPostApplyCompleted run status by @​jose-kunnel #1323
  • Adds AdminSCIMGroupMappings to support mapping teams to SCIM groups by @​skj-skj #1324
  • Adds CanReadStateVersions and CanReadVariable fields to WorkspacePermissions by @​jondavidjohn #1325
  • Adds BETA GenerateConfigOut field to QueryRun and QueryRunCreateOptions @​mjyocca #1327
  • Adds Output field to Outcome struct by @​straubt1 #1330

New Contributors

Full Changelog: hashicorp/go-tfe@v1.104.0...v1.105.0

v1.104.0

Bug Fixes

  • Improve API error handling to decode both JSON:API error objects and regular JSON errors arrays by @​uk1288 #1304

... (truncated)

Changelog

Sourced from github.com/hashicorp/go-tfe's changelog.

v1.108.0

Enhancements

  • Adds BETA support for listing TFPolicyEvaluationOutcome, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @​subhro-acharjee-1 #1313
  • Add Infragraph entitlements (the infragraph and infragraph-with-nrtu attributes) to Entitlements by @​jadhavpoonam #1351
  • Adds BETA support for tag selectors (inclusion/exclusion) on policy sets via AddTagSelectors and RemoveTagSelectors by @​anubhav-goel #1345

v1.107.0

Enhancements

  • Add support for reading a registry provider by its unique identifier by @​mrinalirao #1340
  • Adds SourceModuleID field to Workspace so callers can read the no-code source module identifier (e.g. private/<org>/<name>/<provider>/<version>) returned by the API by @​a9logic #1331

v1.106.0

BREAKING CHANGES

  • Changes AdminSCIMSettingUpdateOptions.SiteAdminGroupSCIMID from *string to jsonapi.NullableAttr[string] so callers can explicitly unlink the site admin group with NullString() by @​skj-skj #1337

Enhancements

  • Adds SCIM attribute fields (IsSCIMManaged, SCIMUsername, SCIMUpdatedAt) to User and AdminUser, and (SCIMLinked, SCIMSyncPaused, SCIMGroupName, SCIMUpdatedAt) to Team by @​skj-skj #1335

v1.105.0

Enhancements

  • Adds OrganizationTokenTTLPolicies API support with List and Update methods to manage organization token TTL policies. Policies are managed as an array with millisecond-based TTL values, by @​sana-faraz #1291
  • Adds the ProviderType field to AdminSAMLSetting and AdminSAMLSettingsUpdateOptions to support the provider-type SAML setting by @​skj-skj #1303
  • Adds Registry Tagging support for registry modules, providers and component configurations by @​mrinalirao #1318
  • Adds RunPostApplyRunning,RunPostApplyCompleted run status by @​jose-kunnel #1323
  • Adds AdminSCIMGroupMappings to support mapping teams to SCIM groups by @​skj-skj #1324
  • Adds CanReadStateVersions and CanReadVariable fields to WorkspacePermissions by @​jondavidjohn #1325
  • Adds BETA GenerateConfigOut field to QueryRun and QueryRunCreateOptions @​mjyocca #1327
  • Adds Output field to Outcome struct by @​straubt1 #1330
  • Adds OrganizationTokenTTLPolicies API support with List and Update methods to manage organization token TTL policies. Policies are managed as an array with millisecond-based TTL values, by @​sana-faraz #1291
  • Removes BETA designation from GenerateConfigOut field in QueryRun and QueryRunCreateOptions by @​mjyocca #1333

v1.104.0

Bug Fixes

  • Improve API error handling to decode both JSON:API error objects and regular JSON errors arrays by @​uk1288 #1304

Enhancements

  • Adds SCIMSettings / AdminSCIMSetting to support managing site-level SCIM settings by @​skj-skj #1307
  • Adds BETA support for delegating policy overrides on teams by @​jbonhag #1301
  • Adds AdminSCIMTokens to support managing site-level SCIM tokens by @​skj-skj #1310
  • Add support for trigger patterns and working directories to stacks by @​aaabdelgany #1305
  • Adds PolicyUpdatePatterns to PolicySet, PolicySetCreateOptions, and PolicySetUpdateOptions to support policy-update-patterns by @​nithishravindra #1306
  • Adds AdminSCIMGroups to support fetching SCIM groups provisioned in Terraform Enterprise via an IdP by @​skj-skj #1314
  • Adds TerraformVersion field to RegistryNoCodeModuleCreateWorkspaceOptions to allow specifying the Terraform version when creating a workspace from a no-code module by @​chrisarcand #1322
Commits
  • 71df280 update changelog (#1354)
  • 66f4154 Merge pull request #1351 from hashicorp/IG-2129/expose-infragraph-entitlements
  • 8c9e542 Merge branch 'main' into IG-2129/expose-infragraph-entitlements
  • f5bf7ce Fix flaky test and remove unused code (#1352)
  • 0aaab39 fix: resolve format issue
  • 2be4e13 change-log: make a change-log entry
  • a675ef3 feat: expose infragraph entitlement fields from API
  • 0f34b8f feat: TF-35806: Added BETA support for tag selectors on policy sets (#1345)
  • aafc3dc doc: Update documentation for provider sets. (#1349)
  • 61e5fd5 Adding changes to support tfpolicy_evaluations (#1313)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/hashicorp/go-tfe](https://github.com/hashicorp/go-tfe) from 1.103.0 to 1.108.0.
- [Release notes](https://github.com/hashicorp/go-tfe/releases)
- [Changelog](https://github.com/hashicorp/go-tfe/blob/main/CHANGELOG.md)
- [Commits](hashicorp/go-tfe@v1.103.0...v1.108.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-tfe
  dependency-version: 1.108.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 3, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #9.

@dependabot dependabot Bot closed this Jun 16, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/hashicorp/go-tfe-1.108.0 branch June 16, 2026 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants