Skip to content

Bump github.com/hashicorp/go-tfe from 1.43.0 to 1.99.0#131

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2026

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

Release notes

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

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

Enhancements

Deprecations

  • The beta StackDeployments, StackPlan, StackPlanOperation, and StackSource resources have been removed, by @​sahar-azizighannad #1205

... (truncated)

Changelog

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

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
  • 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

Enhancements

v1.93.0

... (truncated)

Commits
  • a61f6dd chore: prepare release (#1269)
  • 986a6e5 Parallelize test execution (#1265)
  • e0d9be4 [COMPLIANCE] Update Copyright and License Headers (Batch 2 of 2) (#1258)
  • 37abe66 Add migration field to create stack payload and creationsource to the stack s...
  • ea440f1 Merge pull request #1248 from hashicorp/hs26gill/TF-31708-Add-the-ProjectRemo...
  • 78271e5 Update the changelog and project remote state test
  • 7575fb4 Added another test
  • d5cb83b Fix the skip beta to enterprise
  • 535cc55 Fix lint issues
  • d60d339 Fixed lint issues and added comments
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.99.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.99.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-tfe
  dependency-version: 1.99.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 Feb 9, 2026

Superseded by #133.

@dependabot dependabot bot closed this Feb 9, 2026
@dependabot dependabot bot deleted the dependabot-go_modules-github.com-hashicorp-go-tfe-1.99.0 branch February 9, 2026 23:36
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