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

fix(deps): Bump hashicorp/google from 4.81.0 to 4.82.0 #10

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps hashicorp/google from 4.81.0 to 4.82.0.

Release notes

Sourced from hashicorp/google's releases.

v4.82.0

IMPROVEMENTS:

  • compute: added in-place update support for field enable_proxy_protocol in google_compute_service_attachment resource (#15716)
  • compute: added in-place update support for field reconcile_connections in google_compute_service_attachment resource (#15706)
  • compute: added in-place update support for field allowPscGlobalAccess in google_compute_forwarding_rule resource (#15691)
  • compute: promoted google_compute_region_instance_template to GA (#15710)
  • container: added additional options for field monitoring_config.enable_components in google_container_cluster resource (#15727)
  • gkehub: added labels field to google_gke_hub_scope_rbac_role_binding resource (#15729)
  • logging: added in-place update support for field unique_writer_identity in google_logging_project_sink resource (#15721)
  • networkconnectivity: added psc_connections.error.details field to google_network_connectivity_service_connection_policy resource (#15726)
  • secretmanager: added in-place update support for field replication.user_managed.replicas.customer_managed_encryption in google_secret_manager_secret resource (#15685)

BUG FIXES:

  • bigquery: made params.destination_table_name_template and params.data_path immutable as updating these fields if value of data_source_id is amazon_s3 in google_bigquery_data_transfer_config resource (#15723)
  • dns: fixed hash function for network_url in google_dns_managed_zone and google_dns_policy resources to make sure that the private DNS zone or DNS policy can be attatched to all of the networks in different projects, even though the network name is the same across of those projects. (#15728)
Changelog

Sourced from hashicorp/google's changelog.

4.82.0 (September 11, 2023)

IMPROVEMENTS:

  • compute: added in-place update support for field enable_proxy_protocol in google_compute_service_attachment resource (#15716)
  • compute: added in-place update support for field reconcile_connections in google_compute_service_attachment resource (#15706)
  • compute: added in-place update support for field allowPscGlobalAccess in google_compute_forwarding_rule resource (#15691)
  • compute: promoted google_compute_region_instance_template to GA (#15710)
  • container: added additional options for field monitoring_config.enable_components in google_container_cluster resource (#15727)
  • gkehub: added labels field to google_gke_hub_scope_rbac_role_binding resource (#15729)
  • logging: added in-place update support for field unique_writer_identity in google_logging_project_sink resource (#15721)
  • networkconnectivity: added psc_connections.error.details field to google_network_connectivity_service_connection_policy resource (#15726)
  • secretmanager: added in-place update support for field replication.user_managed.replicas.customer_managed_encryption in google_secret_manager_secret resource (#15685)

BUG FIXES:

  • bigquery: made params.destination_table_name_template and params.data_path immutable as updating these fields if value of data_source_id is amazon_s3 in google_bigquery_data_transfer_config resource (#15723)
  • dns: fixed hash function for network_url in google_dns_managed_zone and google_dns_policy resources to make sure that the private DNS zone or DNS policy can be attatched to all of the networks in different projects, even though the network name is the same across of those projects. (#15728)
Commits
  • 357d27d Update CHANGELOG.md (#15778)
  • e906252 add google_logging_project_sink to version 5 upgrade doc for #8779 (#8837) (#...
  • 20699e9 Adding labels field to the GKEHub Scope RBAC RoleBinding resource (#8869) (#1...
  • c3817ef fix: [dns] fix hash function for network_url in ManagedZone and Policy resour...
  • 7b5b298 add additional metric GKE components options (#8850) (#15727)
  • 8a527ac adding error.details field to ServiceConnectionPolicies (#8833) (#15726)
  • ff4d3a7 Remove unnecessarry if statements for operationWaiter errors (#8860) (#15724)
  • c3acecd Add replacing with immutable parameter when S3 is set in DataTransferConfig (...
  • 6a09249 Disable ForceNew for project sink unique_writer_identity field (#8845) (#15721)
  • 0b063b1 make enableProxyProtocol field updatable in service_attachment (#8840) (#15716)
  • 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/google](https://github.com/hashicorp/terraform-provider-google) from 4.81.0 to 4.82.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@v4.81.0...v4.82.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 18, 2023
@github-actions github-actions bot added the automerge Allow kodiak to automerge commit when all checks pass label Sep 18, 2023
@kodiakhq kodiakhq bot merged commit cde0051 into main Sep 18, 2023
8 checks passed
@kodiakhq kodiakhq bot deleted the dependabot/terraform/hashicorp/google-4.82.0 branch September 18, 2023 06:37
@github-actions
Copy link

🎉 This PR is included in version 1.2.9 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Allow kodiak to automerge commit when all checks pass dependencies Pull requests that update a dependency file released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants