straubt1 / tfx

TFx is a standalone CLI for Terraform Cloud and Terraform Enterprise.
MIT License
87 stars 15 forks source link

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

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

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 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)
dependabot[bot] commented 11 months ago

Superseded by #110.