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

chore(deps): bump hashicorp/tfe from 0.50.0 to 0.51.1 #7

Merged
merged 2 commits into from
Jan 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2023

Bumps hashicorp/tfe from 0.50.0 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
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
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.50.0 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.50.0...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 December 25, 2023 09:54
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 25, 2023

The following labels could not be found: dep/terraform, dependabot.

@github-actions github-actions bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Dec 25, 2023
Signed-off-by: tom-hauschke <[email protected]>
Copy link
Contributor

@leonsteinhaeuser leonsteinhaeuser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@leonsteinhaeuser leonsteinhaeuser merged commit f351257 into main Jan 2, 2024
5 checks passed
@leonsteinhaeuser leonsteinhaeuser deleted the dependabot/terraform/hashicorp/tfe-0.51.1 branch January 2, 2024 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants