Skip to content

chore(deps): bump sigs.k8s.io/kind from 0.32.0 to 0.33.0 in the kubernetes group - #6859

Merged
devantler merged 2 commits into
mainfrom
dependabot/go_modules/kubernetes-d60e05e496
Sep 3, 2026
Merged

chore(deps): bump sigs.k8s.io/kind from 0.32.0 to 0.33.0 in the kubernetes group#6859
devantler merged 2 commits into
mainfrom
dependabot/go_modules/kubernetes-d60e05e496

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the kubernetes group with 1 update: sigs.k8s.io/kind.

Updates sigs.k8s.io/kind from 0.32.0 to 0.33.0

Release notes

Sourced from sigs.k8s.io/kind's releases.

v0.33.0

This release contains critical dependency updates, bug fixes, and defaults to Kubernetes 1.36.1.

Breaking Changes

The default node image is now kindest/node:v1.37.0@sha256:a1ed56cfb0e7b93589bdf97c8cd566405a265939e3620fc4f5de89adff580ae5.

New Features

  • Assorted dependency updates.

Images pre-built for this release:

  • v1.37.0: kindest/node:v1.37.0@sha256:a1ed56cfb0e7b93589bdf97c8cd566405a265939e3620fc4f5de89adff580ae5
  • v1.36.4: kindest/node:v1.36.4@sha256:099e049362a1526b2db71494e1947aae99bd16290d7c895f2b7ea312e3cbfaed
  • v1.35.8: kindest/node:v1.35.8@sha256:07b2536e30b803ed61d1677a79df6115f798ce64c80f9e22f6ed45afd09323c0
  • v1.34.11: kindest/node:v1.34.11@sha256:44e222ee2132dab25ff87301682f89eb82c7880ea3a1bf543bfe9708fd08d67d

NOTE: You must use the @sha256 digest to guarantee an image built for this release, until such a time as we switch to a different tagging scheme. Even then we will highly encourage digest pinning for security and reproducibility reasons.

See also:

NOTE: These node images support amd64 and arm64, both of our supported platforms. You must use the same platform as your host, for more context see #2718

Fixes

  • Respect Docker client proxy config for docker nodes. (#4192)
  • Preserve external load balancer CDS/LDS configuration across container restarts. (#4195)
  • Improve local-path-provisioner helperPod tolerations. (#4210)
  • Assorted documentation fixes and improvements.

Contributors

Committers for this release:

... (truncated)

Commits
  • 407a967 version v0.33.0
  • 2f5bf7d Merge pull request #4248 from stmcginnis/v1.37.0
  • 5bf2da5 bump default iamge to kindest/node:v1.37.0
  • fed2688 Merge pull request #4242 from BenTheElder/node-v1.37.0-rc.1
  • c20a04a bump default image to kindest/node:v1.37.0-rc.1
  • 813e832 Merge pull request #4241 from BenTheElder/update-images
  • 0d47763 Merge pull request #4233 from antoineco/picture-emoji
  • 2200065 nodeimage: bump default local-path-provisioner image to v20260820-69b56db7
  • d2dcab9 nodeimage: bump default kindnetd image to v20260820-69b56db7
  • 4062f9c nodeimage: bump default base image to v20260820-69b56db7
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the kubernetes group with 1 update: [sigs.k8s.io/kind](https://github.com/kubernetes-sigs/kind).


Updates `sigs.k8s.io/kind` from 0.32.0 to 0.33.0
- [Release notes](https://github.com/kubernetes-sigs/kind/releases)
- [Changelog](https://github.com/kubernetes-sigs/kind/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/kind@v0.32.0...v0.33.0)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/kind
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kubernetes
...

Signed-off-by: dependabot[bot] <support@github.com>
@ksail-bot
ksail-bot Bot enabled auto-merge (squash) September 3, 2026 17:16
@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

MegaLinter analysis: Success

✅ Linters with no issues

actionlint, bash-exec, git_diff, hadolint, jscpd, jsonlint, lychee, markdown-table-formatter, markdownlint, prettier, prettier, shellcheck, shfmt, stylelint, syft, trivy-sbom, trufflehog, v8r, v8r, yamllint

Notices

⚠️ Your configuration references items that have been removed from MegaLinter and are ignored: REPOSITORY_GITLEAKS. See Removed linters to find their replacements.

See detailed reports in MegaLinter artifacts

MegaLinter is provided by OX Security
Show us your support by starring ⭐ the repository

@devantler
devantler marked this pull request as draft September 3, 2026 18:10
auto-merge was automatically disabled September 3, 2026 18:10

Pull request was converted to draft

The desktop module mirrors the root graph through its indirect pins, so the
root bump leaves it stale and the required Test job fails on
TestClaircoreLinkedPackagesStayInert/desktop (ksail#6862).

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@devantler

Copy link
Copy Markdown
Contributor

🤖 Generated by the Agentic Engineer

Adaptation commit pushed: 454fd595d26194159e73754e43e6ad04f89d1863 — the desktop module tidied for kind 0.33.0.

At Dependabot's head ea1f9ae9 the required 🧪 Test job failed on TestClaircoreLinkedPackagesStayInert/desktop (go: updates to go.mod needed), and the 🧩 Desktop App builds failed the same way: desktop/go.mod still pinned sigs.k8s.io/kind v0.32.0 // indirect. CI detected the drift but, since #6851, no longer pushes it onto Dependabot branches — so nothing could finish this head. The systemic side is tracked in #6862.

The commit is one pin line plus its two go.sum entries. Converted to draft (which dropped auto-merge) before the push, per the dependency-PR adaptation rule; the adapted head now takes the ordinary current-head review gate before promotion and re-arming. Dependabot can no longer rebase this branch (#6832), so it is merged promptly rather than left to age.

@devantler

Copy link
Copy Markdown
Contributor

🤖 Generated by the Agentic Engineer

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Sep 3, 2026

Copy link
Copy Markdown

@devantler I will review the current pull request head.

✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@coderabbitai

coderabbitai Bot commented Sep 3, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: ASSERTIVE

Plan: Team

Run ID: 1d26ac8c-b341-4f71-b3f7-4df356e33bf3

📥 Commits

Reviewing files that changed from the base of the PR and between 0a382f9 and 454fd59.

⛔ Files ignored due to path filters (2)
  • desktop/go.sum is excluded by !**/*.sum
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (2)
  • desktop/go.mod
  • go.mod

Included review availability: Your plan provides up to 2 included reviews per hour; 0 remain after this review.

📜 Recent review details
🔇 Additional comments (2)
go.mod (1)

47-47: LGTM!

desktop/go.mod (1)

850-850: LGTM!


📝 Walkthrough

Walkthrough

The root Go module updates the direct sigs.k8s.io/kind dependency from v0.32.0 to v0.33.0. The desktop module updates its indirect dependency to the same version.

Merge Risk: ⚪ Minimal · up to 454fd

The Kind dependency update aligns the root and desktop modules on v0.33.0 without an identified current-head compatibility or build risk.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the dependency update from sigs.k8s.io/kind 0.32.0 to 0.33.0 in the Kubernetes group.
Description check ✅ Passed The description directly explains the sigs.k8s.io/kind update and includes relevant release details.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (2 skipped: 2 unsupported.)


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@devantler

Copy link
Copy Markdown
Contributor

🤖 Generated by the Agentic Engineer

Ready at 454fd595 — the adapted head satisfies all three readiness conditions:

  1. Programmatically tested: CI green (77 checks, mergeStateStatus: CLEAN), 0 review threads, no body findings, no conflict with main.
  2. Reviewed: finding-free CodeRabbit review at 454fd595d26194159e73754e43e6ad04f89d1863 — auto-generated summary "No actionable comments" naming the head (19:34:33Z) and status Review completed (19:34:35Z), both after the 19:30Z request. green_review=cr@454fd595.
  3. Tried as a user: the adaptation is the desktop-module tidy the bump needed; its effect is observed directly on this head's runs — the 🧪 Test job (including TestClaircoreLinkedPackagesStayInert/desktop) and both 🧩 Desktop App builds that failed at ea1f9ae9 with go: updates to go.mod needed now pass, and the tidy was run locally with the same result CI's 🧩 Verify Desktop Module Tidy job reports.

Promoting and merging with --match-head-commit 454fd595d26194159e73754e43e6ad04f89d1863.

@devantler
devantler marked this pull request as ready for review September 3, 2026 19:36
@devantler
devantler merged commit 11a3226 into main Sep 3, 2026
78 checks passed
@devantler
devantler deleted the dependabot/go_modules/kubernetes-d60e05e496 branch September 3, 2026 19:37
@github-project-automation github-project-automation Bot moved this from 🫴 Ready to ✅ Done in 🌊 Project Board Sep 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

1 participant