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): update terraform #393

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Sep 23, 2024

This PR contains the following updates:

Package Type Update Change
google (source) required_provider minor >= 6.1.0 -> >= 6.7.0
kubernetes (source) required_provider minor ~> 2.32.0 -> ~> 2.33.0
kubernetes (source) required_provider minor >= 2.32.0 -> >= 2.33.0
terraform-google-modules/kubernetes-engine/google (source) module minor >= 33.0.4 -> >= 33.1.0

Release Notes

hashicorp/terraform-provider-google (google)

v6.7.0

Compare Source

v6.6.0

Compare Source

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

Compare Source

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)
  • compute: added import support for projects/{{project}}/meta-data/{{key}} format for google_compute_project_metadata_item resource (#​19613)
  • compute: marked customer_name and location fields as optional in google_compute_interconnect resource to support cross cloud interconnect (#​19619)
  • container: added linux_node_config.hugepages_config field to google_container_node_pool resource (#​19521)
  • container: promoted gcfs_config field in google_container_cluster resource to GA (#​19617)
  • looker: added psc_enabled and psc_config fields to google_looker_instance resource (#​19523)
  • networkconnectivity: added include_import_ranges field to google_network_connectivity_spoke resource for linked_vpn_tunnels, linked_interconnect_attachments and linked_router_appliance_instances (#​19530)
  • secretmanagerregional: added version_aliases field to google_secret_manager_regional_secret resource (#​19514)
  • workbench: increased create timeout to 20 minutes for google_workbench_instance resource (#​19551)

BUG FIXES:

  • bigquery: fixed in-place update of google_bigquery_table resource when external_data_configuration.schema field is set (#​19558)
  • bigquerydatapolicy: fixed permadiff on policy_tag field in google_bigquery_datapolicy_data_policy resource (#​19563)
  • composer: fixed storage_config.bucket field to support a bucket name with or without "gs://" prefix (#​19552)
  • container: added support for setting addons_config.gcp_filestore_csi_driver_config and enable_autopilot in the same google_container_cluster (#​19590)
  • container: fixed node_config.kubelet_config updates in google_container_cluster resource (#​19562)
  • container: fixed a bug where specifying node_pool_defaults.node_config_defaults with enable_autopilot = true would cause google_container_cluster resource creation failure (#​19543)
  • workbench: fixed a bug in the google_workbench_instance resource where the removal of labels was not functioning as expected (#​19620)

v6.4.0

Compare Source

DEPRECATIONS:

  • securitycenterv2: deprecated google_scc_v2_organization_scc_big_query_exports. Use google_scc_v2_organization_scc_big_query_export instead. (#​19457)

FEATURES:

  • New Data Source: google_secret_manager_regional_secret_version (#​19514)
  • New Data Source: google_secret_manager_regional_secret (#​19491)
  • New Resource: google_database_migration_service_migration_job (#​19488)
  • New Resource: google_discovery_engine_target_site (#​19469)
  • New Resource: google_healthcare_workspace (#​19476)
  • New Resource: google_scc_folder_scc_big_query_export (#​19480)
  • New Resource: google_scc_organization_scc_big_query_export (#​19465)
  • New Resource: google_scc_project_scc_big_query_export (#​19466)
  • New Resource: google_scc_v2_organization_scc_big_query_export (#​19457)
  • New Resource: google_secret_manager_regional_secret_version (#​19504)
  • New Resource: google_secret_manager_regional_secret (#​19461)
  • New Resource: google_site_verification_web_resource (#​19477)
  • New Resource: google_spanner_backup_schedule (#​19449)

IMPROVEMENTS:

  • alloydb: added enable_outbound_public_ip field to google_alloydb_instance resource (#​19444)
  • apigee: added in-place update for consumer_accept_list field in google_apigee_instance resource (#​19442)
  • compute: added interface field to google_compute_attached_disk resource (#​19440)
  • compute: added in-place update in google_compute_interconnect resource, except for remote_location and requested_features fields (#​19508)
  • filestore: added deletion_protection_enabled and deletion_protection_reason fields to google_filestore_instance resource (#​19446)
  • looker: added fips_enabled field to google_looker_instance resource (#​19511)
  • metastore: added deletion_protection field to google_dataproc_metastore_service resource (#​19505)
  • netapp: added allow_auto_tiering field to google_netapp_storage_pool resource (#​19454)
  • netapp: added tiering_policy field to google_netapp_volume resource (#​19454)
  • secretmanagerregional: added version_aliases field to google_secret_manager_regional_secret resource (#​19514)
  • spanner: added edition field to google_spanner_instance resource (#​19449)

BUG FIXES:

  • compute: fixed a permadiff on iap field in google_compute_backend and google_compute_region_backend resources (#​19509)
  • container: fixed a bug where specifying node_pool_defaults.node_config_defaults with enable_autopilot = true will cause google_container_cluster resource creation failure (#​19543)
  • container: fixed a permadiff on node_config.gcfs_config field in google_container_cluster and google_container_node_pool resources (#​19512)
  • container: fixed the in-place update for node_config.gcfs_config field in google_container_cluster and google_container_node_pool resources (#​19512)
  • container: made node_config.kubelet_config.cpu_manager_policy field optional to fix its update in google_container_cluster resource (#​19464)
  • dns: fixed a permadiff on dnssec_config field in google_dns_managed_zone resource (#​19456)
  • pubsub: allowed filter field to contain line breaks in google_pubsub_subscription resource (#​19451)
hashicorp/terraform-provider-kubernetes (kubernetes)

v2.33.0

Compare Source

ENHANCEMENTS:

  • Add backoff_per_limit_index and max_failed_indexes fields in structure_job.go [GH-2421]
  • Added support for namespace_selector field in PodAffinityTerm to enhance pod affinity and anti-affinity rules, allowing selection of namespaces based on label selectors. [GH-2577]
  • kubernetes_manifest - handling "404 Not Found" errors during the deletion of Kubernetes resources, particularly in cases where the resource may have already been deleted by an operator managing the CRD before Terraform attempts to delete it. [GH-2592]
  • schema_container.go: Add VolumeDevices [GH-2573]
terraform-google-modules/terraform-google-kubernetes-engine (terraform-google-modules/kubernetes-engine/google)

v33.1.0

Compare Source

Features
  • add a flag to allow access through Google Cloud public IP addresses (#​2078) (2f412bb)
  • added confidential-nodes flag for node-pools (#​2110) (b2a597b)
  • enable L4 ILB subsetting support for safer clusters (#​2105) (0733908)
Bug Fixes

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot changed the title chore(deps): update terraform google to >= 6.4.0 chore(deps): update terraform google to >= 6.5.0 Sep 30, 2024
@renovate-bot renovate-bot changed the title chore(deps): update terraform google to >= 6.5.0 chore(deps): update terraform google to >= 6.6.0 Oct 7, 2024
@renovate-bot renovate-bot force-pushed the renovate/terraform branch 2 times, most recently from 1dc4046 to cb6c441 Compare October 9, 2024 16:52
@renovate-bot renovate-bot changed the title chore(deps): update terraform google to >= 6.6.0 chore(deps): update terraform Oct 9, 2024
@renovate-bot renovate-bot force-pushed the renovate/terraform branch 2 times, most recently from 4e6576a to 209c5b6 Compare October 11, 2024 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant