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.42.0 #114

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

v1.42.0

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 hashicorp/go-tfe#816

Features

Enhancements

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
Changelog

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

v1.42.0

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

  • Added AdminOPAVersion and AdminSentinelVersion Terraform Enterprise admin endpoints by @​mrinalirao #758

Enhancements

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
Commits
  • e70c2bc prep for go-tfe release v1.42.0 (#833)
  • 966669f Merge pull request #758 from hashicorp/mr/pprv_policy_provider
  • 2223803 rename Opa->OPA and Sha->SHA
  • 039fbb8 Add link to docs
  • 8cce040 minor changes as per review feedback
  • d2db438 add CHANGELOG
  • 262f58b add support for opa-versions and sentinel-versions admin api
  • 31758cf Merge pull request #831 from hashicorp/brandonc/fix_CHANGELOG_prior_to_v1.42.0
  • 25f97fe Update CHANGELOG.md
  • ab34263 Merge pull request #832 from hashicorp/stefan-kiss/main
  • 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.42.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.42.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 January 3, 2024 07:57
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 3, 2024
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