Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

Bumps github.com/hashicorp/go-tfe from 1.76.0 to 1.81.0.

Release notes

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

v1.81.0

Enhancements

v1.80.0

Enhancements

  • Adds BETA support for PolicyPaths to the Runs interface, by sebasslash #1104

v1.79.0

BREAKING CHANGES

  • Updates team token Description to be a pointer, allowing for both nil descriptions and empty string descriptions. Team token descriptions and the ability to create multiple team tokens is in BETA, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users, by @​mkam #1088

Enhancements

  • Adds AgentPool field to the OAuthClientUpdateOptions struct, which is used to associate a VCS Provider with an AgentPool for PrivateVCS support by @​jpogran #1075

  • Add BETA support for use of OPA and Sentinel with Linux arm64 agents, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users @​natalie-todd #1090

v1.78.0

Enhancements

  • Adds Links field to EffectiveTagBindings to check whether an effective tag binding is inherited, by @​sebasslash #1087

v1.77.0

Enhancements

Remove DefaultProject from OrganizationUpdateOptions to prevent updating an organization's default project, by @​netramali hashicorp/go-tfe#1078 Adds support for creating multiple team tokens by adding Description to TeamTokenCreateOptions. This provides BETA support, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users, by @​mkam hashicorp/go-tfe#1083 Adds support for reading and deleting team tokens by ID, by @​mkam hashicorp/go-tfe#1083

BREAKING CHANGES

In the last release, Runs interface method ListForOrganization included pagination fields TotalCount and TotalPages, but these are being removed as this feature approaches general availablity by @​brandonc hashicorp/go-tfe#1074

Changelog

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

v1.81.0

Enhancements

v1.80.0

Enhancements

  • Adds BETA support for PolicyPaths to the Runs interface, by sebasslash #1104

v1.79.0

BREAKING CHANGES

  • Updates team token Description to be a pointer, allowing for both nil descriptions and empty string descriptions. Team token descriptions and the ability to create multiple team tokens is in BETA, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users, by @​mkam #1088

Enhancements

  • Adds AgentPool field to the OAuthClientUpdateOptions struct, which is used to associate a VCS Provider with an AgentPool for PrivateVCS support by @​jpogran #1075

  • Add BETA support for use of OPA and Sentinel with Linux arm64 agents, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users @​natalie-todd #1090

v1.78.0

Enhancements

  • Adds Links field to EffectiveTagBindings to check whether an effective tag binding is inherited, by @​sebasslash #1087

v1.77.0

Enhancements

  • Remove DefaultProject from OrganizationUpdateOptions to prevent updating an organization's default project, by @​netramali #1078
  • Adds support for creating multiple team tokens by adding Description to TeamTokenCreateOptions. This provides BETA support, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users, by @​mkam #1083
  • Adds support for reading and deleting team tokens by ID, by @​mkam #1083

BREAKING CHANGES

In the last release, Runs interface method ListForOrganization included pagination fields TotalCount and TotalPages, but these are being removed as this feature approaches general availablity by @​brandonc #1074

Commits
  • 153d67e docs: update changelog (#1114)
  • 78c2148 Add ConfirmedBy to Run (#1113)
  • 6d8c67f Merge pull request #1112 from hashicorp/brandonc/bypass_api_bug_test
  • cb7d39b Update agent_token_integration_test.go
  • bffc95e Add IngressAttributes to PolicySetVersion (#1108)
  • ec54b2f Merge pull request #1106 from hashicorp/sebasslash/v_1_80-changelog
  • 56edfaa v1.80.0 changelog
  • 17b2cd5 Merge pull request #1104 from hashicorp/sebasslash/tf-25028_add-policies-path...
  • f58a3f0 beta: add policy-paths run param
  • 74ac650 Merge pull request #1103 from hashicorp/TF-26104/pci-template
  • 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.76.0 to 1.81.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.76.0...v1.81.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 1, 2025 00:19
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 1, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2025

Superseded by #621.

@dependabot dependabot bot closed this Jul 1, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/hashicorp/go-tfe-1.81.0 branch July 1, 2025 05:33
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 size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants