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

Update Terraform tfe to v0.51.1 #910

Merged
merged 1 commit into from
Dec 28, 2023
Merged

Update Terraform tfe to v0.51.1 #910

merged 1 commit into from
Dec 28, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
tfe (source) required_provider minor 0.50.0 -> 0.51.1

Release Notes

hashicorp/terraform-provider-tfe (tfe)

v0.51.1

Compare Source

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

Compare Source

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependency/terraform Dependency Terraform kind/renovate Categorizes issue or PR as related to Renovate lifecycle/active Indicates that an issue or PR is actively being worked on by a contributor. priority/medium This issue or PR may be useful, and needs some attention size/xs Size XS status/review_needed The issue or PR needs to be reviewed labels Dec 21, 2023
@github-actions github-actions bot added size/s Size S cloud/exoscale Cloud Provider / Exoscale cloud/azure Cloud Provider / Microsoft Azure cloud/alicloud Cloud Provider / Alicloud cloud/scaleway Cloud Provider / Scaleway cloud/digitalocean Cloud Provider / Digital Ocean area/terraform Terraform cloud/aws Cloud Provider / Amazon AWS cloud/civo Cloud Provider / Civo cloud/gcp Cloud Provider / Google Cloud Provider labels Dec 21, 2023
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/tfe-0.x branch from 4b2136b to 22d3555 Compare December 23, 2023 00:23
@renovate renovate bot changed the title Update Terraform tfe to v0.51.0 Update Terraform tfe to v0.51.1 Dec 23, 2023
@nlamirault nlamirault merged commit 64ebcf4 into main Dec 28, 2023
85 of 90 checks passed
@nlamirault nlamirault deleted the renovate/tfe-0.x branch December 28, 2023 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/terraform Terraform cloud/alicloud Cloud Provider / Alicloud cloud/aws Cloud Provider / Amazon AWS cloud/azure Cloud Provider / Microsoft Azure cloud/civo Cloud Provider / Civo cloud/digitalocean Cloud Provider / Digital Ocean cloud/exoscale Cloud Provider / Exoscale cloud/gcp Cloud Provider / Google Cloud Provider cloud/scaleway Cloud Provider / Scaleway dependency/terraform Dependency Terraform kind/renovate Categorizes issue or PR as related to Renovate lifecycle/active Indicates that an issue or PR is actively being worked on by a contributor. priority/medium This issue or PR may be useful, and needs some attention size/s Size S size/xs Size XS status/review_needed The issue or PR needs to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant