Skip to content

Bump github.com/hashicorp/go-tfe from 1.43.0 to 1.101.0#134

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot-go_modules-github.com-hashicorp-go-tfe-1.101.0
Closed

Bump github.com/hashicorp/go-tfe from 1.43.0 to 1.101.0#134
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot-go_modules-github.com-hashicorp-go-tfe-1.101.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps github.com/hashicorp/go-tfe from 1.43.0 to 1.101.0.

Release notes

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

v1.101.0

Enhancements

  • Adds the SpeculativeEnabled field to the StackCreateOptions and StackUpdateOptions structs by @​arunatibm 1279
  • Adds Name and Provider fields to RegistryModuleCreateWithVCSConnectionOptions to support explicit module naming for monorepos with non-standard repository names, by @​jillirami #1277

v1.100.0

Enhancements

  • Adds ReadWithOptions method to RunTriggers to support including related resources when reading a run trigger by @​Maed223 #1275

v1.99.0

Enhancements

  • Adds ProjectRemoteState field to Workspace to support state sharing at the project level, by @​hs26gill #1248
  • Adds 'Migration' field to StackCreateOptions and CreationSource to stack struct to provide insights re: stack creation, by @​aaabdelgany #1266

v1.98.0

Enhancements

Bug Fixes

v1.97.0

Enhancements

  • Add variable set support for stacks with ApplyToStacks, RemoveFromStacks, and UpdateStacks API methods by @​nithishravindra #1251

v1.96.0

Enhancements

  • QueryRun API is now generally available in HCP Terraform (not available in Terraform Enterprise), by @​sowju-hashicorp #1245
  • Remove org settings validation in RegistryModulesCreateMonorepo tests, by @​jillirami (#1236)
  • Add RemoteTFENumericVersion() to the Client interface, which exposes the X-TFE-Current-Version header set by a remote TFE instance by @​skj-skj #1246

v1.95.0

Enhancements

  • Add Sort option to Agents and AgentPools, by @​twitnithegirl #1229
  • Add serialization for StacksEnabled field, CanEnableStacks & CanCreateProject permissions on Organization Read by @​a-anurag27 #1230
  • Adds new stacks resources StackDeployments, StackDiagnostics, and StackStates, by @​ctrombley #1226
  • Adds new Diagnostics methods to StackConfigurations, and StackDeploymentSteps, by @​ctrombley #1226
  • Adds new Artifacts method to StackDeploymentSteps, by @​ctrombley #1226
  • Add serialization for StacksEnabled field, CanEnableStacks & CanCreateProject permissions on Organization Read by @​a-anurag27 #1230

v1.94.0

v1.93.0

... (truncated)

Changelog

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

v1.101.0

Enhancements

  • Adds the SpeculativeEnabled field to the StackCreateOptions and StackUpdateOptions structs by @​arunatibm 1279
  • Adds Name and Provider fields to RegistryModuleCreateWithVCSConnectionOptions to support explicit module naming for monorepos with non-standard repository names, by @​jillirami #1277
  • Adds the Size field to StateVersion by @​Shaunakone #1280

v1.100.0

Enhancements

  • Adds ReadWithOptions method to RunTriggers to support including related resources when reading a run trigger by @​Maed223 #1275

v1.99.0

Enhancements

  • Adds ProjectRemoteState field to Workspace to support state sharing at the project level, by @​hs26gill #1248
  • Adds 'Migration' field to StackCreateOptions and CreationSource to stack struct to provide insights re: stack creation #1266

v1.98.0

Enhancements

  • Adds UserTokensEnabled field to Organization to support enabling/disabling user tokens for an organization by @​JarrettSpiker #1225
  • Adds DeploymentRunStatus and DeploymentStepStatus types by @​Maed223 #1261

Bug Fixes

  • Resolve differences between given and actual status composition in StackConfigurationStatus and DeploymentGroupStatus by @​Maed223 #1261

v1.97.0

Enhancements

  • Add variable set support for stacks with ApplyToStacks, RemoveFromStacks, and UpdateStacks API methods by @​nithishravindra #1251

v1.96.0

Enhancements

  • QueryRun API is now generally available in HCP Terraform (not available in Terraform Enterprise), by @​sowju-hashicorp #1245

  • Remove org settings validation in RegistryModulesCreateMonorepo tests, by @​jillirami (#1236)

  • Add RemoteTFENumericVersion() to the Client interface, which exposes the X-TFE-Current-Version header set by a remote TFE instance by @​skj-skj #1246

v1.95.0

Enhancements

  • Add Sort option to Agents and AgentPools, by @​twitnithegirl #1229
  • Add serialization for StacksEnabled field, CanEnableStacks & CanCreateProject permissions on Organization Read by @​a-anurag27 #1230

... (truncated)

Commits
  • 2782bc1 Update CHANGELOG.md (#1282)
  • 0b1817a Update subscription_updater_test.go (#1281)
  • 6b7e577 IPL-9014 Support name and provider when unconventional display identifier (#1...
  • 424f900 Merge pull request #1279 from hashicorp/arunatibm/add_speculative_enabled
  • b12307f Add assertion for SpeculativeEnabled default value
  • e5ba780 Add more explicit tests for create/udpate with SpeculativeEnabled
  • 3fbc605 Trigger build
  • 3c99360 Add author and PR details to CHANGELOG.md
  • e43f2c8 Add change details to CHANGELOG.md
  • 02c8dcb [TF-33692] Add SpeculativeEnabled in create/update options for a Stack
  • 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.43.0 to 1.101.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.43.0...v1.101.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 30, 2026

Superseded by #140.

@dependabot dependabot bot closed this Mar 30, 2026
@dependabot dependabot bot deleted the dependabot-go_modules-github.com-hashicorp-go-tfe-1.101.0 branch March 30, 2026 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency file updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants