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.37.0 to 1.41.0 #316

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps github.com/hashicorp/go-tfe from 1.37.0 to 1.41.0.

Release notes

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

v1.41.0

Enhancements

  • Allow managing workspace and organization data retention policies by @​mwudka #801

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

v1.38.0

v.1.38.0

FEATURES

  • Added BETA support for including priority attribute to variable_set on create and update by @​Netra2104 #778
Changelog

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

v1.41.0

Enhancements

  • Allow managing workspace and organization data retention policies by @​mwudka #801

Deprecations

  • The Sourceable field has been deprecated on RunTrigger. Instead, use SourceableChoice to locate the non-empty field representing the actual sourceable value by @​brandonc #816

Features

  • Adds LockedBy relationship field to Workspace by @​brandonc #816
  • Adds CreatedBy relationship field to TeamToken, UserToken, and OrganizationToken by @​brandonc #816

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

v1.38.0

Features

  • Added BETA support for including priority attribute to variable_set on create and update by @​Netra2104 #778
Commits
  • b68fdd6 Merge pull request #828 from hashicorp/brandonc/release_1_41_0_changelog
  • 2857dde Update CHANGELOG.md
  • 807810d Merge pull request #826 from hashicorp/dependabot/go_modules/github.com/hashi...
  • d7f6d1a Bump github.com/hashicorp/go-slug from 0.13.2 to 0.13.3
  • 481bfa8 Merge pull request #817 from hashicorp/mwudka/TF-8621-data-retention-policy-m...
  • 375bcdc Merge pull request #825 from hashicorp/dependabot/go_modules/golang.org/x/tim...
  • 67663e5 Bump golang.org/x/time from 0.4.0 to 0.5.0
  • 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
  • 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 will merge this PR once CI passes on it, as requested by @arybolovlev.


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.37.0 to 1.41.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.37.0...v1.41.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 a team as a code owner January 1, 2024 00:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 1, 2024
@github-actions github-actions bot added documentation Improvements or additions to documentation size/S labels Jan 1, 2024
@arybolovlev
Copy link
Contributor

@dependabot squash and merge

@dependabot dependabot bot merged commit c09b89e into main Jan 2, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/hashicorp/go-tfe-1.41.0 branch January 2, 2024 09:30
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 documentation Improvements or additions to documentation go Pull requests that update Go code size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant