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 hashicorp/google from 5.34.0 to 6.6.0 in /3-ilb-keepalived #954

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 8, 2024

Bumps hashicorp/google from 5.34.0 to 6.6.0.

Release notes

Sourced from hashicorp/google's releases.

v6.6.0

FEATURES:

  • New Resource: google_dataproc_batch (#19686)
  • New Resource: google_healthcare_pipeline_job (#19717)
  • New Resource: google_site_verification_owner (#19641)

IMPROVEMENTS:

  • assuredworkloads: added HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS and HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_WITH_US_SUPPORT enum values to compliance_regime in the google_assuredworkload_workload resource (#19714)
  • compute: added bgp_best_path_selection_mode ,bgp_bps_always_compare_med and bgp_bps_inter_region_cost fields to google_compute_network resource (#19708)
  • compute: added next_hop_origin ,next_hop_med and next_hop_inter_region_cost output fields to google_compute_route resource (#19708)
  • compute: added enum STATEFUL_COOKIE_AFFINITY and strong_session_affinity_cookie field to google_compute_backend_service and google_compute_region_backend_service resource (#19665)
  • compute: moved TDX instance option for confidential_instance_type in google_compute_instance from Beta to GA (#19706)
  • containeraws: added kubelet_config field group to the google_container_aws_node_pool resource (#19714)
  • pubsub: added GCS ingestion settings and platform log settings to google_pubsub_topic resource (#19669)
  • sourcerepo: added create_ignore_already_exists field to google_sourcerepo_repository resource (#19716)
  • sql: added in-place update support for settings.time_zone in google_sql_database_instance resource (#19654)
  • tags: increased maximum accepted input length for the short_name field in google_tags_tag_key and google_tags_tag_value resources (#19712)

BUG FIXES:

  • bigquery: fixed google_bigquery_dataset_iam_member to be able to delete itself and overwrite the existing iam members for bigquery dataset keeping the authorized datasets as they are. (#19682)
  • bigquery: fixed an error which could occur with service account field values containing non-lower-case characters in google_bigquery_dataset_access (#19705)
  • compute: fixed an issue where the boot_disk.initialize_params.resource_policies field in google_compute_instance forced a resource recreation when used in combination with google_compute_disk_resource_policy_attachment (#19692)
  • compute: fixed the issue that labels is not set when creating the resource google_compute_interconnect (#19632)
  • tags: removed google_tags_location_tag_binding resource from the Terraform state when its parent resource has been removed outside of Terraform (#19693)
  • workbench: fixed a bug in the google_workbench_instance resource where the removal of labels was not functioning as expected. (#19620)

v6.5.0

DEPRECATIONS:

  • compute: deprecated macsec.pre_shared_keys.fail_open field in google_compute_interconnect resource. Use the new macsec.fail_open field instead (#19572)

FEATURES:

  • New Data Source: google_compute_region_instance_group_manager (#19589)
  • New Data Source: google_privileged_access_manager_entitlement (#19580)
  • New Data Source: google_secret_manager_regional_secret_version_access (#19538)
  • New Data Source: google_secret_manager_regional_secret_version (#19514)
  • New Data Source: google_secret_manager_regional_secrets (#19532)
  • New Resource: google_compute_router_nat_address (#19550)
  • New Resource: google_logging_log_scope (#19559)

IMPROVEMENTS:

  • apigee: added activate field to google_apigee_nat_address resource (#19591)
  • bigquery: added biglake_configuration field to google_bigquery_table resource to support BigLake Managed Tables (#19541)
  • cloudrunv2: promoted scaling field in google_cloud_run_v2_service resource to GA (#19588)
  • composer: promoted config.workloads_config.cloud_data_lineage_integration field in google_composer_environment resource to GA (#19612)
  • compute: added existing_reservations field to google_compute_region_commitment resource (#19585)
  • compute: added hostname field to google_compute_instance data source (#19607)
  • compute: added initial_nat_ip field to google_compute_router_nat resource (#19550)
  • compute: added macsec.fail_open field to google_compute_interconnect resource (#19572)

... (truncated)

Changelog

Sourced from hashicorp/google's changelog.

6.6.0 (October 7, 2024)

FEATURES:

  • New Resource: google_dataproc_batch (#19686)
  • New Resource: google_healthcare_pipeline_job (#19717)
  • New Resource: google_site_verification_owner (#19641)

IMPROVEMENTS:

  • assuredworkloads: added HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS and HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_WITH_US_SUPPORT enum values to compliance_regime in the google_assuredworkload_workload resource (#19714)
  • compute: added bgp_best_path_selection_mode ,bgp_bps_always_compare_med and bgp_bps_inter_region_cost fields to google_compute_network resource (#19708)
  • compute: added next_hop_origin ,next_hop_med and next_hop_inter_region_cost output fields to google_compute_route resource (#19708)
  • compute: added enum STATEFUL_COOKIE_AFFINITY and strong_session_affinity_cookie field to google_compute_backend_service and google_compute_region_backend_service resource (#19665)
  • compute: moved TDX instance option for confidential_instance_type in google_compute_instance from Beta to GA (#19706)
  • containeraws: added kubelet_config field group to the google_container_aws_node_pool resource (#19714)
  • pubsub: added GCS ingestion settings and platform log settings to google_pubsub_topic resource (#19669)
  • sourcerepo: added create_ignore_already_exists field to google_sourcerepo_repository resource (#19716)
  • sql: added in-place update support for settings.time_zone in google_sql_database_instance resource (#19654)
  • tags: increased maximum accepted input length for the short_name field in google_tags_tag_key and google_tags_tag_value resources (#19712)

BUG FIXES:

  • bigquery: fixed google_bigquery_dataset_iam_member to be able to delete itself and overwrite the existing iam members for bigquery dataset keeping the authorized datasets as they are. (#19682)
  • bigquery: fixed an error which could occur with service account field values containing non-lower-case characters in google_bigquery_dataset_access (#19705)
  • compute: fixed an issue where the boot_disk.initialize_params.resource_policies field in google_compute_instance forced a resource recreation when used in combination with google_compute_disk_resource_policy_attachment (#19692)
  • compute: fixed the issue that labels is not set when creating the resource google_compute_interconnect (#19632)
  • tags: removed google_tags_location_tag_binding resource from the Terraform state when its parent resource has been removed outside of Terraform (#19693)
  • workbench: fixed a bug in the google_workbench_instance resource where the removal of labels was not functioning as expected. (#19620)

6.5.0 (September 30, 2024)

DEPRECATIONS:

  • compute: deprecated macsec.pre_shared_keys.fail_open field in google_compute_interconnect resource. Use the new macsec.fail_open field instead (#19572)

FEATURES:

  • New Data Source: google_compute_region_instance_group_manager (#19589)
  • New Data Source: google_privileged_access_manager_entitlement (#19580)
  • New Data Source: google_secret_manager_regional_secret_version_access (#19538)
  • New Data Source: google_secret_manager_regional_secret_version (#19514)
  • New Data Source: google_secret_manager_regional_secrets (#19532)
  • New Resource: google_compute_router_nat_address (#19550)
  • New Resource: google_logging_log_scope (#19559)

IMPROVEMENTS:

  • apigee: added activate field to google_apigee_nat_address resource (#19591)
  • bigquery: added biglake_configuration field to google_bigquery_table resource to support BigLake Managed Tables (#19541)
  • cloudrunv2: promoted scaling field in google_cloud_run_v2_service resource to GA (#19588)
  • composer: promoted config.workloads_config.cloud_data_lineage_integration field in google_composer_environment resource to GA (#19612)
  • compute: added existing_reservations field to google_compute_region_commitment resource (#19585)
  • compute: added hostname field to google_compute_instance data source (#19607)
  • compute: added initial_nat_ip field to google_compute_router_nat resource (#19550)
  • compute: added macsec.fail_open field to google_compute_interconnect resource (#19572)
  • compute: added SUSPENDED as a possible value to desired_state field in google_compute_instance resource (#19586)

... (truncated)

Commits

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/google](https://github.com/hashicorp/terraform-provider-google) from 5.34.0 to 6.6.0.
- [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.34.0...v6.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 15, 2024

Superseded by #965.

@dependabot dependabot bot closed this Oct 15, 2024
@dependabot dependabot bot deleted the dependabot/terraform/3-ilb-keepalived/hashicorp/google-6.6.0 branch October 15, 2024 11:36
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants