Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/hashicorp/go-tfe from 1.38.0 to 1.40.0 #108

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 23, 2023

Bumps github.com/hashicorp/go-tfe from 1.38.0 to 1.40.0.

Release notes

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

v1.40.0

Bug Fixes

  • Removed unused field AgentPoolID from the Workspace model. (Callers should be using the AgentPool relation instead) by @​brandonc #815

Enhancements

  • Add organization scope field for oauth clients by @​Netra2104 #812
  • Added BETA support for including projects relationship to oauth_client on create by @​Netra2104 #806
  • Added BETA method AddProjects and RemoveProjects for attaching/detaching oauth_client to projects by Netra2104 #806
  • Adds a missing interface WorkspaceResources and the List method by @​stefan-kiss Issue#754

v1.39.2

Bug Fixes

  • Fixes a dependency build failure for 32 bit linux architectures by @​brandonc #814

v1.39.1

Bug Fixes

  • Fixes an issue where the request body is not preserved during certain retry scenarios by @​sebasslash #813

v1.39.0

Features

  • New WorkspaceSettingOverwritesOptions field for allowing workspaces to defer some settings to a default from their organization or project by @​SwiftEngineer #762
  • Added support for setting a default execution mode and agent pool at the organization level by @​SwiftEngineer #762
  • Added validation when configuring registry module publishing by @​hashimoon #804
  • Removed BETA labels for StateVersion Upload method, ConfigurationVersion provisional field, and save-plan runs by @​brandonc #800
  • Allow soft deleting, restoring, and permanently deleting StateVersion and ConfigurationVersion backing data by @​mwudka #801
  • Added the AutoApplyRunTrigger attribute to Workspaces by @​nfagerlund #798
  • Removed BETA labels for priority attribute in variable sets by @​Netra2104 #796
Changelog

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

v1.40.0

Bug Fixes

  • Removed unused field AgentPoolID from the Workspace model. (Callers should be using the AgentPool relation instead) by @​brandonc #815

Enhancements

  • Add organization scope field for oauth clients by @​Netra2104 #812
  • Added BETA support for including projects relationship to oauth_client on create by @​Netra2104 #806
  • Added BETA method AddProjects and RemoveProjects for attaching/detaching oauth_client to projects by Netra2104 #806
  • Adds a missing interface WorkspaceResources and the List method by @​stefan-kiss Issue#754

v1.39.2

Bug Fixes

  • Fixes a dependency build failure for 32 bit linux architectures by @​brandonc #814

v1.39.1

Bug Fixes

  • Fixes an issue where the request body is not preserved during certain retry scenarios by @​sebasslash #813

v1.39.0

Features

  • New WorkspaceSettingOverwritesOptions field for allowing workspaces to defer some settings to a default from their organization or project by @​SwiftEngineer #762
  • Added support for setting a default execution mode and agent pool at the organization level by @​SwiftEngineer #762
  • Added validation when configuring registry module publishing by @​hashimoon #804
  • Removed BETA labels for StateVersion Upload method, ConfigurationVersion provisional field, and save-plan runs by @​brandonc #800
  • Allow soft deleting, restoring, and permanently deleting StateVersion and ConfigurationVersion backing data by @​mwudka #801
  • Added the AutoApplyRunTrigger attribute to Workspaces by @​nfagerlund #798
  • Removed BETA labels for priority attribute in variable sets by @​Netra2104 #796
Commits
  • 61f9b7e release prep for v1.40.0 (#822)
  • bc90873 Merge pull request #823 from hashicorp/ISSUE-754-add-workspaceresources-inter...
  • b3df155 Merge branch 'main' into ISSUE-754-add-workspaceresources-interface
  • b6b72cc name-index can be nil
  • c990c76 Merge pull request #821 from hashicorp/Netra2104/change-changelog
  • 29f7225 move project and organization scope
  • 19f4398 feat: WorkspaceResources interface and List method
  • 976b812 project relationship (#806)
  • 51a9039 TF-9705 Add organizationScoped to oauth_client resource (#812)
  • a17cfb1 Merge pull request #815 from hashicorp/brandonc/remove_unused_agent-pool-id_f...
  • 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.38.0 to 1.40.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.38.0...v1.40.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from straubt1 as a code owner November 23, 2023 07:54
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 23, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 7, 2023

Superseded by #110.

@dependabot dependabot bot closed this Dec 7, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/hashicorp/go-tfe-1.40.0 branch December 7, 2023 07:37
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants