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

ci(terraform): Bump hashicorp/tfe from 0.49.2 to 0.51.1 in /terraform-cloud #17

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 1, 2024

Bumps hashicorp/tfe from 0.49.2 to 0.51.1.

Release notes

Sourced from hashicorp/tfe's releases.

v0.51.1

A patch release containing several bug fixes:

  • r/tfe_admin_organization_settings: Fixed default provider organization usage, by @​brandonc 1183
  • r/tfe_registry_gpg_key: Fixed update plans when using default organization, by @​brandonc 1190
  • /r/tfe_workspace_settings: Fix compatibility with older versions of Terraform Enterprise when using agent execution by @​brandonc 1193

v0.51.0

DEPRECATIONS and BREAKING CHANGES: This release contains some argument deprecations and subtle behavior changes when unsetting the deprecated arguments.

  • r/tfe_workspace: execution_mode and agent_pool_id attributes have been deprecated in favor of a new resource, tfe_workspace_settings. Note that these fields no longer compute defaults which is consistent with using a new resource to manage these same settings. In practice, this means that if you unset execution_mode or agent_pool_id without also creating a tfe_workspace_settings, the setting will no longer revert to the default "remote" mode. To migrate, relocate the execution_mode and agent_pool_id arguments to tfe_workspace_settings.

BUG FIXES:

  • r/tfe_policy: Fix the provider ignoring updates to the query field, by @​skeggse 1108
  • Fix the undetected change when modifying the organization default in the provider configuration by @​brandonc 1152
  • New resource r/tfe_workspace_settings: Can be used to break any circular dependency between tfe_workspace and tfe_agent_pool_allowed_workspaces by managing the agent_pool_id for a Workspace by @​brandonc 1159

FEATURES:

  • d/tfe_registry_module: Add vcs_repo.tags and vcs_repo.branch attributes to allow configuration of publishing_mechanism. Add test_config to support running tests on branch-based registry modules, by @​hashimoon 1096
  • New Resource: r/tfe_organization_default_settings is a new resource to set the default_execution_mode and default_agent_pool_id for an organization, by @​SwiftEngineer 1137'
  • New Resource: r/tfe_workspace_settings Uses the tfe_organization_default_settings default_execution_mode and default_agent_pool_id as the default execution_mode by @​brandonc and @​laurenolivia 1159
  • New Resource: r/tfe_registry_gpg_key is a new resource for managing private registry GPG keys, by @​tmatilai 1160
  • New Data Source: d/tfe_registry_gpg_key is a new data source to retrieve a private registry GPG key, by @​tmatilai 1160
  • New Data Source: d/tfe_registry_gpg_keys is a new data source to retrieve all private registry GPG keys of an organization, by @​tmatilai 1160

ENHANCEMENTS:

  • d/tfe_organization: Make name argument optional if configured for the provider, by @​tmatilai 1133

v0.50.0

v0.50.0

FEATURES:

BUG FIXES:

  • r/tfe_policy_set: Fix detecting spurious changes on every run when providing file contents with tfe_slug. This may require an updated version of tfc-agent for the full fix to take effect. Fixed by upgrading go-slug to v0.13.1 1123
  • r/tfe_variable: Fix nil pointer dereference segfault on client error during Update operations, by @​nfagerlund 1131
  • provider: Fix an issue where the request body is not preserved during certain retry scenarios, by @​sebasslash 1135
  • provider: Fix a build failure for 32 bit linux architectures by @​brandonc 1139

v0.49.2 (October 4, 2023)

BUG FIXES:

... (truncated)

Changelog

Sourced from hashicorp/tfe's changelog.

v0.51.1

BUG FIXES:

  • r/tfe_admin_organization_settings: Fixed default provider organization usage, by @​brandonc 1183
  • r/tfe_registry_gpg_key: Fixed update plans when using default organization, by @​brandonc 1190
  • /r/tfe_workspace_settings: Fix compatibility with older versions of Terraform Enterprise when using agent execution by @​brandonc 1193

v0.51.0

DEPRECATIONS and BREAKING CHANGES:

  • r/tfe_workspace: execution_mode and agent_pool_id attributes have been deprecated in favor of a new resource, tfe_workspace_settings. Note that these fields no longer compute defaults which is consistent with using a new resource to manage these same settings. In practice, this means that if you unset execution_mode or agent_pool_id without also creating a tfe_workspace_settings, the setting will no longer revert to the default "remote" mode. To migrate, relocate the execution_mode and agent_pool_id arguments to tfe_workspace_settings.

BUG FIXES:

  • r/tfe_policy: Fix the provider ignoring updates to the query field, by @​skeggse 1108
  • Fix the undetected change when modifying the organization default in the provider configuration by @​brandonc 1152
  • New resource r/tfe_workspace_settings: Can be used to break any circular dependency between tfe_workspace and tfe_agent_pool_allowed_workspaces by managing the agent_pool_id for a Workspace by @​brandonc 1159

FEATURES:

  • d/tfe_registry_module: Add vcs_repo.tags and vcs_repo.branch attributes to allow configuration of publishing_mechanism. Add test_config to support running tests on branch-based registry modules, by @​hashimoon 1096
  • New Resource: r/tfe_organization_default_settings is a new resource to set the default_execution_mode and default_agent_pool_id for an organization, by @​SwiftEngineer 1137'
  • New Resource: r/tfe_workspace_settings Uses the tfe_organization_default_settings default_execution_mode and default_agent_pool_id as the default execution_mode by @​brandonc and @​laurenolivia 1159
  • New Resource: r/tfe_registry_gpg_key is a new resource for managing private registry GPG keys, by @​tmatilai 1160
  • New Data Source: d/tfe_registry_gpg_key is a new data source to retrieve a private registry GPG key, by @​tmatilai 1160
  • New Data Source: d/tfe_registry_gpg_keys is a new data source to retrieve all private registry GPG keys of an organization, by @​tmatilai 1160

ENHANCEMENTS:

  • d/tfe_organization: Make name argument optional if configured for the provider, by @​tmatilai 1133

v0.50.0

FEATURES:

BUG FIXES:

  • r/tfe_policy_set: Fix detecting spurious changes on every run when providing file contents with tfe_slug. This may require an updated version of tfc-agent for the full fix to take effect. Fixed by upgrading go-slug to v0.13.1 1123
  • r/tfe_variable: Fix nil pointer dereference segfault on client error during Update operations, by @​nfagerlund 1131
  • provider: Fix an issue where the request body is not preserved during certain retry scenarios, by @​sebasslash 1135
  • provider: Fix a build failure for 32 bit linux architectures by @​brandonc 1139
Commits
  • ff46e01 Merge pull request #1194 from hashicorp/brandonc/prep_v0.51.1
  • a8b8f42 Update CHANGELOG for release
  • 462aa62 Merge pull request #1190 from hashicorp/TF-11775-terraform-provider-tfe-gh-is...
  • e0e60dd Merge branch 'main' into TF-11775-terraform-provider-tfe-gh-issue-1189-provid...
  • bbae4b8 Merge pull request #1193 from hashicorp/brandonc/IPL-5516-tfe_compatibility
  • c1b44b4 Merge pull request #1192 from hashicorp/sebasslash/tf-11779_fix-ghi-docs
  • d8e2c87 Update CHANGELOG.md
  • 39c3fba Update CHANGELOG
  • 21a610e Fix plan modification error when updating tfe_registry_gpg_key
  • e006191 Update CHANGELOG.md
  • 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 [hashicorp/tfe](https://github.com/hashicorp/terraform-provider-tfe) from 0.49.2 to 0.51.1.
- [Release notes](https://github.com/hashicorp/terraform-provider-tfe/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-tfe/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-tfe@v0.49.2...v0.51.1)

---
updated-dependencies:
- dependency-name: hashicorp/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 03:56
@dependabot dependabot bot added the dependabot Updates by Dependabot label Jan 1, 2024
@actions-python-ci
Copy link
Contributor

Plan Result (terraform-cloud)

CI link

No changes. Your infrastructure matches the configuration.

⚠️ Warnings ⚠️

Warning: Argument is deprecated

   with module.tfe_workspace_github.tfe_workspace.default,
   on modules/terraform-cloud-workspace/main.tf line 16, in resource "tfe_workspace" "default":
   16:   execution_mode      = var.execution_mode

 Use resource tfe_workspace_settings to modify the workspace execution
 settings. This attribute will be removed in a future release of the
 provider.

╷
 Warning: Argument is deprecated

   with module.tfe_workspace_terraform_cloud.tfe_workspace.default,
   on modules/terraform-cloud-workspace/main.tf line 16, in resource "tfe_workspace" "default":
   16:   execution_mode      = var.execution_mode

 Use resource tfe_workspace_settings to modify the workspace execution
 settings. This attribute will be removed in a future release of the
 provider.


No changes. Your infrastructure matches the configuration.

OpenTofu has compared your real infrastructure against your configuration and
found no differences, so no changes are needed.

@actions-python-ci
Copy link
Contributor

Plan Result (github)

CI link

No changes. Your infrastructure matches the configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot Updates by Dependabot
Development

Successfully merging this pull request may close these issues.

0 participants