Skip to content

Renovate: Update k8s.io/utils digest to cf1189d - #42

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/k8s.io-utils-digest
Open

renovate[bot] wants to merge 1 commit into
masterfrom
renovate/k8s.io-utils-digest

Conversation

@renovate

@renovate renovate Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
k8s.io/utils require digest ff6756fcf1189d

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 8am on Friday"
  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate
renovate Bot force-pushed the renovate/k8s.io-utils-digest branch 2 times, most recently from 7890b0e to 0e03952 Compare August 11, 2026 13:18
@renovate
renovate Bot force-pushed the renovate/k8s.io-utils-digest branch from 0e03952 to f60f3ea Compare August 14, 2026 20:57
@renovate
renovate Bot force-pushed the renovate/k8s.io-utils-digest branch 2 times, most recently from fb8f0e9 to 4289628 Compare August 28, 2026 11:00
Copilot AI lite review requested due to automatic review settings August 28, 2026 11:00

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Kubernetes k8s.io/utils dependency to a newer pseudo-version (commit cf1189d), updating both go.mod and the corresponding checksums in go.sum.

Changes:

  • Bump k8s.io/utils from ff6756f to cf1189d in go.mod.
  • Refresh go.sum entries for the new k8s.io/utils pseudo-version.
  • (Unrelated to the stated Renovate update) Move github.com/gardener/gardener-extension-provider-openstack from indirect to direct requirements.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
go.mod Updates k8s.io/utils version; also reclassifies an OpenStack extension dependency as direct.
go.sum Updates checksums for the new k8s.io/utils pseudo-version.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread go.mod
require (
github.com/blang/semver/v4 v4.0.0
github.com/distribution/distribution/v3 v3.1.1
github.com/gardener/gardener-extension-provider-openstack v1.54.0
@renovate renovate Bot changed the title Renovate: Update k8s.io/utils digest to cf1189d Renovate: Update k8s.io/utils digest to cf1189d - autoclosed Sep 1, 2026
@renovate renovate Bot closed this Sep 1, 2026
@renovate
renovate Bot deleted the renovate/k8s.io-utils-digest branch September 1, 2026 10:19
@renovate renovate Bot changed the title Renovate: Update k8s.io/utils digest to cf1189d - autoclosed Renovate: Update k8s.io/utils digest to cf1189d Sep 4, 2026
@renovate renovate Bot reopened this Sep 4, 2026
@renovate
renovate Bot force-pushed the renovate/k8s.io-utils-digest branch 2 times, most recently from 4289628 to 36ca043 Compare September 4, 2026 00:39
@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown

Merging this branch will increase overall coverage

Impacted Packages Coverage Δ 🤖
github.com/cobaltcore-dev/cloud-profile-sync/api/v1alpha1 36.79% (ø)
github.com/cobaltcore-dev/cloud-profile-sync/cloudprofilesync/k8ssync/source/landscape 79.53% (ø)
github.com/cobaltcore-dev/cloud-profile-sync/cloudprofilesync/ossync 95.00% (ø)
github.com/cobaltcore-dev/cloud-profile-sync/cloudprofilesync/ossync/provider/openstack 95.12% (ø)
github.com/cobaltcore-dev/cloud-profile-sync/cloudprofilesync/ossync/source/glance 72.58% (ø)
github.com/cobaltcore-dev/cloud-profile-sync/cloudprofilesync/ossync/source/oci 86.90% (ø)
github.com/cobaltcore-dev/cloud-profile-sync/controllers 74.80% (+0.27%) 👍

Coverage by file

Changed files (no unit tests)

Changed File Coverage Δ Total Covered Missed 🤖
github.com/cobaltcore-dev/cloud-profile-sync/api/v1alpha1/managedcloudprofile.go 0.00% (ø) 0 0 0
github.com/cobaltcore-dev/cloud-profile-sync/api/v1alpha1/zz_generated.deepcopy.go 35.89% (ø) 209 75 134
github.com/cobaltcore-dev/cloud-profile-sync/cloudprofilesync/k8ssync/source/landscape/landscape_source.go 79.53% (ø) 127 101 26
github.com/cobaltcore-dev/cloud-profile-sync/cloudprofilesync/ossync/os_image_updater.go 95.00% (ø) 120 114 6
github.com/cobaltcore-dev/cloud-profile-sync/cloudprofilesync/ossync/provider/openstack/provider.go 95.12% (ø) 41 39 2
github.com/cobaltcore-dev/cloud-profile-sync/cloudprofilesync/ossync/source/glance/os_source.go 72.58% (ø) 124 90 34
github.com/cobaltcore-dev/cloud-profile-sync/cloudprofilesync/ossync/source/oci/os_source.go 86.90% (ø) 84 73 11
github.com/cobaltcore-dev/cloud-profile-sync/controllers/cloud_profile.go 59.17% (ø) 120 71 49
github.com/cobaltcore-dev/cloud-profile-sync/controllers/managedcloudprofile_controller.go 100.00% (ø) 42 42 0

Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code.

Changed unit test files

  • github.com/cobaltcore-dev/cloud-profile-sync/cloudprofilesync/k8ssync/source/landscape/landscape_source_test.go
  • github.com/cobaltcore-dev/cloud-profile-sync/cloudprofilesync/ossync/os_image_updater_test.go
  • github.com/cobaltcore-dev/cloud-profile-sync/cloudprofilesync/ossync/source/glance/os_source_test.go
  • github.com/cobaltcore-dev/cloud-profile-sync/cloudprofilesync/ossync/source/oci/os_source_test.go
  • github.com/cobaltcore-dev/cloud-profile-sync/controllers/managedcloudprofile_controller_test.go
  • github.com/cobaltcore-dev/cloud-profile-sync/controllers/suite_test.go

Copilot AI review requested due to automatic review settings September 7, 2026 17:10
@renovate
renovate Bot force-pushed the renovate/k8s.io-utils-digest branch from 36ca043 to 7317a48 Compare September 7, 2026 17:10

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔵 Needs a closer look

The PR description/title claims only a k8s.io/utils digest update, but the diff also includes an additional dependency classification change that should be reflected or split for clarity.

Review details

Suppressed comments (1)

go.mod:9

  • The PR description/title indicates only a k8s.io/utils digest update, but this hunk also changes the dependency classification of github.com/gardener/gardener-extension-provider-openstack from indirect to direct. Please update the PR description to reflect this additional change (or split it into a separate PR) so reviewers understand what is being modified.
	github.com/blang/semver/v4 v4.0.0
	github.com/distribution/distribution/v3 v3.1.1
	github.com/gardener/gardener-extension-provider-openstack v1.54.0
	github.com/gardener/gardener/pkg/apis v1.145.0
  • Files reviewed: 1/2 changed files
  • Comments generated: 0 new
  • Review effort level: Lite

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