Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2025

Bumps cloud.google.com/go/container from 1.42.2 to 1.44.0.

Release notes

Sourced from cloud.google.com/go/container's releases.

container: v1.44.0

1.44.0 (2025-07-16)

Features

  • container: A new enum Mode is added (f3c3c1a)
  • container: A new enum TransparentHugepageDefrag is added (f3c3c1a)
  • container: A new enum TransparentHugepageEnabled is added (f3c3c1a)
  • container: A new field additional_ip_ranges_configs is added to message .google.container.v1.IPAllocationPolicy (f3c3c1a)
  • container: A new field auto_ipam_config is added to message .google.container.v1.IPAllocationPolicy (f3c3c1a)
  • container: A new field boot_disk is added to message .google.container.v1.NodeConfig (f3c3c1a)
  • container: A new field boot_disk is added to message .google.container.v1.UpdateNodePoolRequest (f3c3c1a)
  • container: A new field default_compute_class_config is added to message .google.container.v1.ClusterAutoscaling (f3c3c1a)
  • container: A new field desired_additional_ip_ranges_config is added to message .google.container.v1.ClusterUpdate (f3c3c1a)
  • container: A new field desired_auto_ipam_config is added to message .google.container.v1.ClusterUpdate (f3c3c1a)
  • container: A new field desired_user_managed_keys_config is added to message .google.container.v1.ClusterUpdate (f3c3c1a)
  • container: A new field eviction_max_pod_grace_period_seconds is added to message .google.container.v1.NodeKubeletConfig (f3c3c1a)
  • container: A new field eviction_minimum_reclaim is added to message .google.container.v1.NodeKubeletConfig (f3c3c1a)
  • container: A new field eviction_soft_grace_period is added to message .google.container.v1.NodeKubeletConfig (f3c3c1a)
  • container: A new field eviction_soft is added to message .google.container.v1.NodeKubeletConfig (f3c3c1a)
  • container: A new field gke_auto_upgrade_config is added to message .google.container.v1.Cluster (f3c3c1a)
  • container: A new field gke_auto_upgrade_config is added to message .google.container.v1.ClusterUpdate (f3c3c1a)
  • container: A new field lustre_csi_driver_config is added to message .google.container.v1.AddonsConfig (f3c3c1a)
  • container: A new field max_parallel_image_pulls is added to message .google.container.v1.NodeKubeletConfig (f3c3c1a)
  • container: A new field min_node_cpus is added to message .google.container.v1.SoleTenantConfig (f3c3c1a)
  • container: A new field mode is added to message .google.container.v1.AnonymousAuthenticationConfig (f3c3c1a)
  • container: A new field single_process_oom_kill is added to message .google.container.v1.NodeKubeletConfig (f3c3c1a)
  • container: A new field subnetwork is added to message .google.container.v1.NodeNetworkConfig (f3c3c1a)
  • container: A new field transparent_hugepage_defrag is added to message .google.container.v1.LinuxNodeConfig (f3c3c1a)
  • container: A new field transparent_hugepage_enabled is added to message .google.container.v1.LinuxNodeConfig (f3c3c1a)
  • container: A new message AdditionalIPRangesConfig is added (f3c3c1a)
  • container: A new message AutoIpamConfig is added (f3c3c1a)
  • container: A new message BootDisk is added (f3c3c1a)
  • container: A new message DefaultComputeClassConfig is added (f3c3c1a)
  • container: A new message DesiredAdditionalIPRangesConfig is added (f3c3c1a)
  • container: A new message EvictionGracePeriod is added (f3c3c1a)
  • container: A new message EvictionMinimumReclaim is added (f3c3c1a)
  • container: A new message EvictionSignals is added (f3c3c1a)
  • container: A new message GkeAutoUpgradeConfig is added (f3c3c1a)
  • container: A new message LustreCsiDriverConfig is added (f3c3c1a)
  • container: A new value CLOUD_KMS_KEY_DESTROYED is added to enum Code (f3c3c1a)
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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 8, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 8, 2025 15:53
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 8, 2025
@codecov-commenter
Copy link

codecov-commenter commented Aug 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 43.50%. Comparing base (c63d1d8) to head (add065e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1397      +/-   ##
==========================================
+ Coverage   39.31%   43.50%   +4.18%     
==========================================
  Files          57       57              
  Lines        4632     4632              
==========================================
+ Hits         1821     2015     +194     
+ Misses       2567     2354     -213     
- Partials      244      263      +19     
Flag Coverage Δ
integration-test 47.84% <ø> (+4.77%) ⬆️
unit-test 2.36% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Bumps [cloud.google.com/go/container](https://github.com/googleapis/google-cloud-go) from 1.42.2 to 1.44.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@container/v1.42.2...pubsub/v1.44.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/container
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/container-1.44.0 branch from add065e to 60eefc1 Compare August 11, 2025 08:27
@programmer04 programmer04 enabled auto-merge (squash) August 11, 2025 08:27
@programmer04 programmer04 merged commit 3646c6e into main Aug 11, 2025
45 checks passed
@programmer04 programmer04 deleted the dependabot/go_modules/cloud.google.com/go/container-1.44.0 branch August 11, 2025 08:35
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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants