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

build(deps): bump @google-cloud/container from 2.3.0 to 5.4.0 #536

Conversation

dependabot[bot]
Copy link

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

Bumps @google-cloud/container from 2.3.0 to 5.4.0.

Release notes

Sourced from @​google-cloud/container's releases.

container: v5.4.0

5.4.0 (2023-11-03)

Features

  • [container] add ResourceManagerTags API to attach tags on the underlying Compute Engine VMs of GKE Nodes which can be used to selectively enforce Cloud Firewall network firewall policies (0bccdc4)
  • [container] add ResourceManagerTags API to attach tags on the underlying Compute Engine VMs of GKE Nodes which can be used to selectively enforce Cloud Firewall network firewall policies (0bccdc4)
  • [container] added EnterpriseConfig (0bccdc4)
  • [container] added EnterpriseConfig (#4774) (0bccdc4)
  • Add a new cluster field for the cluster tier of GKE clusters (0bccdc4)
  • Add a new cluster field for the cluster tier of GKE clusters (0bccdc4)

container: v5.3.0

5.3.0 (2023-09-19)

Features

  • [container] add SecurityPostureConfig Enterprise vuln mode to allow customers to enable Advanced Vulnerability Scanning for their clusters (#4666) (9876892)

os-login: v5.3.0

5.3.0 (2023-10-24)

Features

  • [oslogin] location-based HTTP binding for SignSshPublicKey (#4741) (d119ad9)

dataproc: v5.3.0

5.3.0 (2023-11-03)

Features

  • [dataproc] support required_registration_fraction for secondary workers (#4786) (8d1ae22)

dataproc: v5.2.0

5.2.0 (2023-09-19)

Features

  • [dataproc] add optional parameters (tarball_gcs_dir, diagnosis_interval, jobs, yarn_application_ids) in DiagnoseClusterRequest (#4661) (9c2bd8e)

containeranalysis: v5.1.1

5.1.1 (2023-09-11)

Bug Fixes

... (truncated)

Changelog

Sourced from @​google-cloud/container's changelog.

5.4.0 (2023-11-03)

Features

  • [container] add ResourceManagerTags API to attach tags on the underlying Compute Engine VMs of GKE Nodes which can be used to selectively enforce Cloud Firewall network firewall policies (0bccdc4)
  • [container] add ResourceManagerTags API to attach tags on the underlying Compute Engine VMs of GKE Nodes which can be used to selectively enforce Cloud Firewall network firewall policies (0bccdc4)
  • [container] added EnterpriseConfig (0bccdc4)
  • [container] added EnterpriseConfig (#4774) (0bccdc4)
  • Add a new cluster field for the cluster tier of GKE clusters (0bccdc4)
  • Add a new cluster field for the cluster tier of GKE clusters (0bccdc4)

5.3.0 (2023-09-19)

Features

  • [container] add SecurityPostureConfig Enterprise vuln mode to allow customers to enable Advanced Vulnerability Scanning for their clusters (#4666) (9876892)

5.2.0 (2023-09-06)

Features

  • [container] Add preview support for monitoring a cluster's pods for compliance with a provided Binary Authorization platform policy via Binary Authorization Continuous Validation (#4541) (9a4f139)
  • [container] add UpdateNodePoolRequest.machine_type, disk_type, disk_size_gb (#4591) (b07e25f)

Bug Fixes

  • [Many APIs] simplify logic for HTTP/1.1 REST fallback option (#4589) (07967ad)

5.1.0 (2023-08-09)

Features

  • [container] add APIs for GKE OOTB metrics packages (#4519) (0f6b33d)

5.0.0 (2023-08-06)

⚠ BREAKING CHANGES

  • migrate to Node 14 (#4443)

Bug Fixes

... (truncated)

Commits
  • 1a3497a feat: Add field for enabled Beta K8s APIs in proto (#3823)
  • 076de4c feat: Release GKE CloudDNS Cluster Scope (#3820)
  • 40cc503 chore: release main (#3804)
  • 175d9d1 feat: Add support for specifying stack type for clusters. This will allow clu...
  • a6b3e1f chore: release main (#3529)
  • 283d098 feat: Add support for specifying stack type for clusters. This will allow clu...
  • b907f45 feat: add compact placement feature for node pools (#3636)
  • e680660 🦉 Updates from OwlBot post-processor
  • 2f215fe Merge branch 'nodejs-cloud-container-migration' of https://github.com/googlea...
  • 26812a3 🦉 Updates from OwlBot post-processor
  • 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 [@google-cloud/container](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-container) from 2.3.0 to 5.4.0.
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-container/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/speech-v5.4.0/packages/google-container)

---
updated-dependencies:
- dependency-name: "@google-cloud/container"
  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 Nov 9, 2023
Copy link

This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If you are the author and the PR has been closed, feel free to re-open the PR and continue the contribution!

@github-actions github-actions bot added the stale label Nov 16, 2023
@github-actions github-actions bot closed this Nov 21, 2023
Copy link
Author

dependabot bot commented on behalf of github Nov 21, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/google-cloud/container-5.4.0 branch November 21, 2023 05:14
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 stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants