Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2025

Bumps github.com/hashicorp/go-tfe from 1.96.1-0.20251202213845-d4f17aa3fe70 to 1.97.0.

Release notes

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

v1.97.0

Enhancements

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

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

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

Enhancements

Deprecations

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

v1.92.0

Enhancements

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
github.com/hashicorp/go-tfe [>= 0.23.a, < 0.24]
github.com/hashicorp/go-tfe [>= 0.26.a, < 0.27]

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.96.1-0.20251202213845-d4f17aa3fe70 to 1.97.0.
- [Release notes](https://github.com/hashicorp/go-tfe/releases)
- [Changelog](https://github.com/hashicorp/go-tfe/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/go-tfe/commits/1.97.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies go Pull requests that update Go code labels Dec 4, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 4, 2025 13:02
@dependabot dependabot bot added dependencies go Pull requests that update Go code labels Dec 4, 2025
@datadog-terraform-cloud-hashicorp
Copy link

datadog-terraform-cloud-hashicorp bot commented Dec 4, 2025

⚠️ Tests

⚠️ Warnings

🧪 7 Tests failed

TestAccTFERegistryModuleDataSource_basicNoCodePrivate from data_source_registry_module_test.go (Datadog)
Step 1/1 error: Error running apply: exit status 1

Error: Error creating registry module from repository ctrombley/terraform-random-module: unprocessable entity

Validation failed: Failed to create webhook on repository: ctrombley/terraform-random-module: 404 Not Found

  with tfe_registry_module.foobar,
  on terraform_plugin_test.tf line 25, in resource "tfe_registry_module" "foobar":
  25: resource "tfe_registry_module" "foobar" {

...
TestAccTFERegistryModuleDataSource_basicPrivate from data_source_registry_module_test.go (Datadog)
Step 1/1 error: Error running apply: exit status 1

Error: Error creating registry module from repository ctrombley/terraform-random-module: unprocessable entity

Validation failed: Failed to create webhook on repository: ctrombley/terraform-random-module: 404 Not Found

  with tfe_registry_module.foobar,
  on terraform_plugin_test.tf line 26, in resource "tfe_registry_module" "foobar":
  26: resource "tfe_registry_module" "foobar" {

...
TestAccTFENoCodeModule_with_version_pin from resource_tfe_no_code_module_test.go (Datadog)
Step 1/1 error: Error running apply: exit status 1

Error: Error creating registry module from repository ctrombley/terraform-random-module: unprocessable entity

Validation failed: Failed to create webhook on repository: ctrombley/terraform-random-module: 404 Not Found

  with tfe_registry_module.sensitive,
  on terraform_plugin_test.tf line 25, in resource "tfe_registry_module" "sensitive":
  25: 	resource "tfe_registry_module" "sensitive" {

...
View all

ℹ️ Info

❄️ No new flaky tests detected

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 1bae8d8 | Docs | Was this helpful? Give us feedback!

@ctrombley
Copy link
Collaborator

Superseded by #1918.

@ctrombley ctrombley closed this Dec 4, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/hashicorp/go-tfe-1.97.0 branch December 4, 2025 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant