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 the terraform group in /terraform/gcp/modules/external_secrets with 1 update #866

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps the terraform group in /terraform/gcp/modules/external_secrets with 1 update: hashicorp/google.

Release notes

Sourced from hashicorp/google's releases.

v5.6.0

FEATURES:

  • New Resource: google_integration_connectors_connection (#16468)

IMPROVEMENTS:

  • assuredworkloads: added enable_sovereign_controls, partner, partner_permissions, violation_notifications_enabled, and several other output-only fields to google_assured_workloads_workloads (#16433)
  • composer: added storage_config to google_composer_environment (#16455)
  • container: added fleet field to google_container_cluster resource (#16466)
  • containeraws: added admin_groups to google_container_aws_cluster (#16433)
  • containerazure: added admin_groups to google_container_azure_cluster (#16433)
  • dataproc: added support for instance_flexibility_policy in google_dataproc_cluster (#16417)
  • dialogflowcx: added is_default_start_flow field to google_dialogflow_cx_flow resource to allow management of default flow resources via Terraform (#16441)
  • dialogflowcx: added is_default_welcome_intent and is_default_negative_intent fields to google_dialogflow_cx_intent resource to allow management of default intent resources via Terraform (#16441)
  • gkehub: added fleet_default_member_config field to google_gke_hub_feature resource (#16457)
  • gkehub: added metrics_gcp_service_account_email to google_gke_hub_feature_membership (#16433)
  • logging: added index_configs field to logging_bucket_config resource (#16437)
  • logging: added index_configs field to logging_project_bucket_config resource (#16437)
  • monitoring: added pings_count, user_labels, and custom_content_type fields to google_monitoring_uptime_check_config resource (#16420)
  • spanner: added autoscaling_config field to google_spanner_instance (#16473)
  • sql: added ssl_mode field to google_sql_database_instance resource (#16394)
  • vertexai: added private_service_connect_config to google_vertex_ai_index_endpoint (#16471)
  • workstations: added domain_config field to resource google_workstations_workstation_cluster (beta) (#16464)

BUG FIXES:

  • assuredworkloads: made the violation_notifications_enabled field on the google_assured_workloads_workload resource default to values returned from the API when unset in a users configuration (#16465)
  • provider: made terraform_labels immutable in immutable resources to not block the upgrade. This will create a Terraform plan that recreates the resource on 4.X -> 5.6.0 upgrade for affected resources. A mitigation to backfill the values during the upgrade is planned, and will release resource-by-resource. (#16469)
Changelog

Sourced from hashicorp/google's changelog.

5.6.0 (Nov 13, 2023)

FEATURES:

  • New Resource: google_integration_connectors_connection (#16468)

IMPROVEMENTS:

  • assuredworkloads: added enable_sovereign_controls, partner, partner_permissions, violation_notifications_enabled, and several other output-only fields to google_assured_workloads_workloads (#16433)
  • composer: added storage_config to google_composer_environment (#16455)
  • container: added fleet field to google_container_cluster resource (#16466)
  • containeraws: added admin_groups to google_container_aws_cluster (#16433)
  • containerazure: added admin_groups to google_container_azure_cluster (#16433)
  • dataproc: added support for instance_flexibility_policy in google_dataproc_cluster (#16417)
  • dialogflowcx: added is_default_start_flow field to google_dialogflow_cx_flow resource to allow management of default flow resources via Terraform (#16441)
  • dialogflowcx: added is_default_welcome_intent and is_default_negative_intent fields to google_dialogflow_cx_intent resource to allow management of default intent resources via Terraform (#16441)
    • gkehub: added fleet_default_member_config field to google_gke_hub_feature resource (#16457)
  • gkehub: added metrics_gcp_service_account_email to google_gke_hub_feature_membership (#16433)
  • logging: added index_configs field to logging_bucket_config resource (#16437)
  • logging: added index_configs field to logging_project_bucket_config resource (#16437)
  • monitoring: added pings_count, user_labels, and custom_content_type fields to google_monitoring_uptime_check_config resource (#16420)
  • spanner: added autoscaling_config field to google_spanner_instance (#16473)
  • sql: added ssl_mode field to google_sql_database_instance resource (#16394)
  • vertexai: added private_service_connect_config to google_vertex_ai_index_endpoint (#16471)
  • workstations: added domain_config field to resource google_workstations_workstation_cluster (beta) (#16464)

BUG FIXES:

  • assuredworkloads: made the violation_notifications_enabled field on the google_assured_workloads_workload resource default to values returned from the API when unset in a users configuration (#16465)
  • provider: made terraform_labels immutable in immutable resources to not block the upgrade. This will create a Terraform plan that recreates the resource on 4.X -> 5.6.0 upgrade for affected resources. A mitigation to backfill the values during the upgrade is planned, and will release resource-by-resource. (#16469)
Commits
  • a31e2be ga-release-5.6.0 notes (#16491)
  • 080d049 Revert "Add client config and permissions to google_identity_platform_config"...
  • bbbc925 fix: do not store the ssl_mode field locally if it has never been used. (#942...
  • 44ecb78 feat(spanner): add instance autoscaling attributes to spanner instance resour...
  • 478fda5 Adding support for new Instance Settings resource and a test into a beta prov...
  • 83063a6 feat(vertexai): Make it possible to use Private Service Connect in Vertex AI ...
  • 2f25eb8 Make terraform_labels field immutable for immutable resources (#9394) (#16469)
  • 524e017 Add connection resource of Integration Connectors. (#9328) (#16468)
  • 5d71478 Add client config and permissions to google_identity_platform_config (#9417) ...
  • 52408de Add fleet field to google_container_cluster resource (#9385) (#16466)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the terraform group in /terraform/gcp/modules/external_secrets with 1 update: [hashicorp/google](https://github.com/hashicorp/terraform-provider-google).

- [Release notes](https://github.com/hashicorp/terraform-provider-google/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-google/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-google@v5.5.0...v5.6.0)

---
updated-dependencies:
- dependency-name: hashicorp/google
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Nov 20, 2023
@bobcallaway bobcallaway merged commit 45cb775 into main Nov 21, 2023
9 checks passed
@bobcallaway bobcallaway deleted the dependabot/terraform/terraform/gcp/modules/external_secrets/terraform-765e2dc578 branch November 21, 2023 15:19
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 terraform Pull requests that update Terraform code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant