Skip to content

build(deps): bump the gomod-version group across 1 directory with 15 updates#432

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-version-05096fd926
Open

build(deps): bump the gomod-version group across 1 directory with 15 updates#432
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-version-05096fd926

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the gomod-version group with 9 updates in the / directory:

Package From To
github.com/authzed/controller-idioms 0.13.0 0.14.0
github.com/magefile/mage 1.15.0 1.17.2
github.com/samber/lo 1.52.0 1.53.0
k8s.io/api 0.36.0-alpha.0 0.37.0-alpha.0
k8s.io/apiserver 0.36.0-alpha.0 0.37.0-alpha.0
k8s.io/cli-runtime 0.36.0-alpha.0 0.37.0-alpha.0
k8s.io/controller-manager 0.36.0-alpha.0 0.37.0-alpha.0
k8s.io/kubectl 0.36.0-alpha.0 0.37.0-alpha.0
sigs.k8s.io/kind 0.31.0 0.32.0

Updates github.com/authzed/controller-idioms from 0.13.0 to 0.14.0

Release notes

Sourced from github.com/authzed/controller-idioms's releases.

v0.14.0

What's Changed

New Contributors

Full Changelog: authzed/controller-idioms@v0.13.0...v0.14.0

Commits
  • 4ea3a6d Merge pull request #84 from authzed/cancelfix
  • 06642a5 fix: store cancel func before launching controller goroutine
  • 5cdd104 Merge pull request #83 from ecordell/state
  • c14a40e chore: bump go and gha dependencies
  • 2b20cfb state: add new state package as a foundation for v2
  • e508a12 Merge pull request #82 from ecordell/fix-typed-indexer
  • ddc1c42 typed: prevent panics on missing objects
  • 36e5882 Merge pull request #81 from ecordell/fix-typed-indexer
  • 16008d3 Fix GetByKey return type to match generic type
  • f039610 Merge pull request #80 from authzed/chore-deanonymize-field
  • Additional commits viewable in compare view

Updates github.com/magefile/mage from 1.15.0 to 1.17.2

Release notes

Sourced from github.com/magefile/mage's releases.

v1.17.2 - Tab Completion

What's New

Tab completion is now available by running mage -install <shell> where the currently supported shells are zsh, bash, fish, and powershell. This was a long-requested feature that always made me nervous because it presumes a lot about your local machine... but I guess we're in for it now. Please report any issues you see.... it's rather a hard feature to test. But... it works on my machine? 😬

Fixed a backtick bug in comments and mage -l and mage -h no longer require compiling a binary, so they're way faster now.

Changelog

  • 0953947c1673fd745a51c032aadeb3c63f9f3368 make -h no long require compiling (#552)
  • 791a5b40794d4bcdd840f7e7523d886ac25b2a96 Support Tab Completion (#551)
  • cff82a6fab83f756a382e841029a537714bd9a02 fix bug #537 - backticks in comments break output (#544)

v1.17.1 - Fix for Asset Naming

Changelog

  • 00dd13d9f6e84a3d212618dc1456cef0c661b231 chore(goreleaser): fix release asset names (#547)
  • 88c49b7253eafc9256130e095dac79d11655ccef support for inline doc comments on optional flags (#549)

What's Changed

New Contributors

Full Changelog: magefile/mage@v1.17.0...v1.17.1

v1.17.0 - Multiline help text output

Changelog

  • 707313f6ee76e8547dd185dc3ef817dea3389429 add support for retaining multiline comments (#546)
  • 0ac910f894e5a9fed8b5f94c47af7d07468eaff6 add a bunch more tests (#543)
  • b11eb445c2a1eb62f55766f48ea7d6cce56ca143 update goreleaser to v2 (#541)
  • 35943471019e2d9c616eb09a5d347c90c76a00e0 Set up linter (#539)

v1.16.0 Optional Arguments!

What's Changed

New Contributors

... (truncated)

Commits

Updates github.com/samber/lo from 1.52.0 to 1.53.0

Release notes

Sourced from github.com/samber/lo's releases.

v1.53.0

Announcing the latest release of lo with lots of good gifts! 🎁

🌊 First, a big thanks to @​d-enk for making lots of performance improvements in the recent weeks.

🧪 Second, this release introduces a new simd experimental package. If you run on an amd64 architecture and a recent CPU, you can perform very fast operations thanks to SIMD CPU instructions. -> Documentation: https://lo.samber.dev/docs/experimental/simd

💥 Third, this version adds *Err variants of many lo helpers (like MapErr, FlatMapErr, ReduceErr, etc.) whose callbacks can return an error and short-circuit execution when one occurs.

[!NOTE] The simd sub-package is considered not stable. We might break the initial API based on developers' feedback in the coming months.


Features & improvements

Deprecation

Performance improvements

... (truncated)

Commits

Updates golang.org/x/exp from 0.0.0-20250106191152-7588d65b2ba8 to 0.0.0-20260212183809-81e46e3db34a

Commits

Updates k8s.io/api from 0.36.0-alpha.0 to 0.37.0-alpha.0

Commits
  • b273fdc Update dependencies to v0.37.0-alpha.0 tag
  • 2b6c3c9 Merge pull request #134947 from aojea/dra_status_check
  • 0471ef7 Add granular authorization for DRA ResourceClaim status updates
  • 91061ea Merge pull request #136589 from tosi3k/preemption-mode
  • e6b81e2 Add Workload-Aware Preemption fields to Workload and PodGroup APIs
  • f8fce2e Merge pull request #136989 from nojnhuh/podgroup-resourceclaim
  • b928f5e Workload API: PodGroup ResourceClaims (KEP-5729)
  • 61bd78e Merge pull request #137190 from everpeace/KEP-5491-alpha
  • 6bf46eb Merge pull request #137028 from nmn3m/feature/dra-resource-pool-status
  • 95c5538 KEP-5491: change ResourceSliceMaxDevicesWithTaintsOrConsumesCounters to Resou...
  • Additional commits viewable in compare view

Updates k8s.io/apimachinery from 0.36.0-alpha.0 to 0.37.0-alpha.0

Commits
  • 6fd9088 Update dependencies to v0.37.0-alpha.0 tag
  • a76ee74 Merge pull request #137864 from yongruilin/dv-dra-mismatch
  • a8822f7 Add slice and map union member support with tests
  • 7dba2d0 Use IsZero instead of IsNil for union ratcheting check
  • d95710f Fix union validation ratcheting when oldObj is nil
  • 729062d Merge pull request #137849 from bryantbiggs/deps/update-kube-openapi
  • 13b12e6 dependencies: bump kube-openapi to drop ginkgo/gomega indirect deps
  • 27f4670 Merge pull request #136657 from Jefftree/sharding-test
  • 175ed01 sharding: address review comments (deads2k)
  • 3f48e27 generated: regenerate proto, openapi, deepcopy, conversion, and testdata
  • Additional commits viewable in compare view

Updates k8s.io/apiserver from 0.36.0-alpha.0 to 0.37.0-alpha.0

Commits
  • 14c2015 Update dependencies to v0.37.0-alpha.0 tag
  • 46d298f Merge pull request #137482 from aman4433/fix-apf-timeout-header-test-race
  • 2f7d9d4 Merge pull request #137906 from aramase/aramase/c/grpc_v1.79.0
  • 8b6713d update google.golang.org/grpc to v1.79.3
  • 9775cf0 Rename etcd_bookmark_counts to etcd_bookmark_total and change it from a g...
  • d745a63 Merge pull request #136355 from enj/enj/i/tls_cache_gc
  • c2576b4 Merge pull request #137849 from bryantbiggs/deps/update-kube-openapi
  • 128a0e3 Merge pull request #137843 from pacoxu/cobra-v1.10.2
  • f4e0040 dependencies: bump kube-openapi to drop ginkgo/gomega indirect deps
  • 400c002 bump spf13/cobra to v1.10.2
  • Additional commits viewable in compare view

Updates k8s.io/cli-runtime from 0.36.0-alpha.0 to 0.37.0-alpha.0

Commits
  • 80fb12c Update dependencies to v0.37.0-alpha.0 tag
  • 411a918 Merge pull request #137849 from bryantbiggs/deps/update-kube-openapi
  • 579d47f Merge pull request #137843 from pacoxu/cobra-v1.10.2
  • e545712 dependencies: bump kube-openapi to drop ginkgo/gomega indirect deps
  • f392d21 bump spf13/cobra to v1.10.2
  • b0a204f Merge pull request #137298 from dims/dsri/cri-streaming-option-a-hardcut
  • e723dad Merge pull request #136792 from rata/userns-goes-ga
  • 18f8342 Merge pull request #137495 from pohly/klog-update
  • 65b1d88 Merge pull request #137497 from atombrella/feature/modernize_activate_forvar
  • 7984f17 dependencies: klog v2.140.0
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.36.0-alpha.0 to 0.37.0-alpha.0

Commits
  • 03af604 Update dependencies to v0.37.0-alpha.0 tag
  • b5cc94e Merge pull request #136589 from tosi3k/preemption-mode
  • 1f6e0f4 Add Workload-Aware Preemption fields to Workload and PodGroup APIs
  • df2d882 Merge pull request #136989 from nojnhuh/podgroup-resourceclaim
  • 4eece52 Workload API: PodGroup ResourceClaims (KEP-5729)
  • 3d35c51 Merge pull request #137190 from everpeace/KEP-5491-alpha
  • 0434117 Merge pull request #137028 from nmn3m/feature/dra-resource-pool-status
  • ba785be Drop CSR analogy, mark ObjectMeta +required,reduce limits (maxItems=500, maxL...
  • 4a9c878 Add ResourcePoolStatusRequest API types and generated code
  • 0131054 Merge pull request #137753 from adamkasztenny/fix-lease-optimistic-update-log...
  • Additional commits viewable in compare view

Updates k8s.io/component-base from 0.36.0-alpha.0 to 0.37.0-alpha.0

Commits
  • 3c14c72 Update dependencies to v0.37.0-alpha.0 tag
  • 0d94fbf Merge pull request #137906 from aramase/aramase/c/grpc_v1.79.0
  • a4ff1f5 update google.golang.org/grpc to v1.79.3
  • 1cffdcd Merge pull request #136355 from enj/enj/i/tls_cache_gc
  • 7dbe9af Merge pull request #137849 from bryantbiggs/deps/update-kube-openapi
  • 8a87883 Merge pull request #137843 from pacoxu/cobra-v1.10.2
  • fc8359f dependencies: bump kube-openapi to drop ginkgo/gomega indirect deps
  • 1a1e6fb bump spf13/cobra to v1.10.2
  • 690fd4f Merge pull request #137330 from tico88612/cleanup/test-node-pod-dep-prometheus
  • 66d91be Merge pull request #137115 from damdo/add-tls-curve-preferences
  • Additional commits viewable in compare view

Updates k8s.io/controller-manager from 0.36.0-alpha.0 to 0.37.0-alpha.0

Commits
  • 5725fcf Update dependencies to v0.37.0-alpha.0 tag
  • 76fdf3b Merge pull request #137906 from aramase/aramase/c/grpc_v1.79.0
  • 8932924 update google.golang.org/grpc to v1.79.3
  • 428c845 Merge pull request #137849 from bryantbiggs/deps/update-kube-openapi
  • f9944db Merge pull request #137843 from pacoxu/cobra-v1.10.2
  • 32da3c3 dependencies: bump kube-openapi to drop ginkgo/gomega indirect deps
  • 2c331b1 bump spf13/cobra to v1.10.2
  • 78e2e0a Merge pull request #137298 from dims/dsri/cri-streaming-option-a-hardcut
  • 8a10cca staging: extract CRI streaming modules with client-go compatibility
  • 4577baa Merge pull request #136279 from tchap/add-feature-gate-ControllerManagerRelea...
  • Additional commits viewable in compare view

Updates k8s.io/klog/v2 from 2.130.1 to 2.140.0

Release notes

Sourced from k8s.io/klog/v2's releases.

Prepare klog release for Kubernetes v1.36

What's Changed

New Contributors

Full Changelog: kubernetes/klog@v2.130.1...v2.140.0

Commits
  • ef4b370 Merge pull request #432 from pierluigilenoci/fix/stderr-threshold-issue-212
  • 39c4c76 refactor: address code review feedback from @​pohly
  • 764a9a3 Merge pull request #430 from pohly/textlogger-optional-header
  • 015c613 Update stderr_threshold_test.go
  • 2f517bd Update klog.go
  • 36bc4ff textlogger: optionally turn off header
  • 5f1f303 Merge pull request #433 from pohly/textlogger-hook-result
  • c469d41 Merge pull request #431 from pohly/ktesting-vmodule-fix
  • 8509d6a ktesting: support multi-line result from AnyToStringHook
  • 08e6e8b Fix stderrthreshold not honored when logtostderr is set
  • Additional commits viewable in compare view

Updates k8s.io/kubectl from 0.36.0-alpha.0 to 0.37.0-alpha.0

Commits
  • 552a827 Update dependencies to v0.37.0-alpha.0 tag
  • 8144b74 Merge pull request #138199 from neolit123/1.36-fix-pause-image-drift
  • 1458cb7 pause: fix version drift in various files
  • 82a3c05 Merge pull request #137906 from aramase/aramase/c/grpc_v1.79.0
  • efc77af update google.golang.org/grpc to v1.79.3
  • 87e157c top command documentation enhancement (#136825)
  • 3aa1fee Merge pull request #137849 from bryantbiggs/deps/update-kube-openapi
  • f1a9fe2 Merge pull request #131744 from ArangoGutierrez/dra_describe
  • abf8863 Merge pull request #137843 from pacoxu/cobra-v1.10.2
  • 5444625 Merge pull request #136988 from pedjak/kubectl-explain-extradocs
  • Additional commits viewable in compare view

Updates k8s.io/utils from 0.0.0-20251002143259-bc988d571ff4 to 0.0.0-20260210185600-b8788abfbbc2

Commits

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

Release notes

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

v0.32.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.36.1@sha256:3489c7674813ba5d8b1a9977baea8a6e553784dab7b84759d1014dbd78f7ebd5
  • New node images requiring upgrading kind to kind load ...: Due to a containerd upgrade, you must upgrade kind to this release or newer to use kind load ... with the newly published node images. As always, we cannot gurantee full compatibility of node images between kind releases. You can use the digests from previous releases, upgrade kind, or build your own node-images.
  • kubeadm v1beta4 config format is now used for Kubernetes 1.36.0+ If you are using versioned config patches, you must update to target v1beta4. Unversioned patches kind will attempt to convert as needed (more below in New Features). This change is required for Kubernetes 1.37+ which drops kubeadm v1beta3 config.
  • Adoption of Envoy for Load Balancing in multi-control-plane node clusters: HAProxy has been replaced by Envoy (docker.io/envoyproxy/envoy:v1.36.2) as the load balancer in multi-control-plane (HA) clusters. If you rely on custom HAProxy loadbalancer configurations or images, please note that Envoy is now used.
  • cgroup v1 warning: A warning is now printed if cgroup v1 is detected on the host. Kubernetes has deprecated support for cgroup v1, and at some point in the future KIND releases / node-images will also drop support for cgroup v1.

New Features

  • kubeadm v1beta4 configuration support: KIND now uses the v1beta4 config format for Kubernetes v1.36.0+ while maintaining v1beta3 for v1.23.0 up to v1.35.x, and v1beta2 for older versions.
  • Custom Merging & Version-Awareness for Kubeadm Config Patches:
    • KIND now automatically translates old-style map-based extraArgs / kubeletExtraArgs patches to the list-based v1beta4 format when targeting v1beta4 configs.
    • Config patches now append to extraArgs / kubeletExtraArgs / certSANs reliably. To overwrite or make other more precise patching, use json6902 patches.
  • Support for containerd config v4 format: Enabled support for containerd's config v4 format in kind load and snapshotter parsing, which is required for newer containerd versions.
  • Building Node Images from CI Artifacts: Added support to build node images from Kubernetes CI artifacts (resolving endpoints like https://dl.k8s.io/ci/latest.txt or CI build prefixes).
  • Support for containerd version-aware containerd config patching: Like kubeadmConfigPatches, containerd config patching is now aware of version and if specified in patches will only apply patches that match the containerd config being used.
  • Assorted dependency updates.

Images pre-built for this release:

  • v1.36.1: kindest/node:v1.36.1@sha256:3489c7674813ba5d8b1a9977baea8a6e553784dab7b84759d1014dbd78f7ebd5
  • v1.35.5: kindest/node:v1.35.5@sha256:ce977ae6d65918d0b58a5f8b5e940429c2ce42fa3a5619ec2bbc60b949c0ac95
  • v1.34.8: kindest/node:v1.34.8@sha256:02722c2dedddcfc00febf5d27fbeb9b7b2c14294c82109ff4a85d89ac9ba3256
  • v1.33.12: kindest/node:v1.33.12@sha256:3f5c8443c620245e4d355cfe09e96a91ead32ceaa569d3f1ca9edf0cb2fe2ff4

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.

Fixes

  • Fix permission error when creating pods with hostUsers: false (Kubernetes 1.36+).
  • Handle registry ports correctly in image normalization logic (e.g., registry running on ports like localhost:5000/...).
  • Handle empty port mapping listen addresses correctly (defaults to wildcard address).
  • Skip /dev/mapper mount on rootless Docker.
  • Assorted documentation fixes and improvements.

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

Contributors

Committers for this release:

... (truncated)

Changelog

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

kind Release Process

This document describes the steps to cut a new kind release. It is intended for maintainers who have push access to the upstream repository and the staging image registry.

Prerequisites

  • GNU sed (macOS: brew install gnu-sed)
  • Docker with buildx support
  • crane installed (for image promotion to Docker Hub)
  • Push access to github.com/kubernetes-sigs/kind
  • Push access to gcr.io/k8s-staging-kind
  • Push access to kindest on Docker Hub

Phase 1 - Publish Node Images

Node images must be built, tested, and promoted to Docker Hub before the kind release so their digest hashes are known and can be embedded in the release binary.

1.1 Build and push to staging

Use hack/release/push-node.sh for Kubernetes v1.31 and later:

./hack/release/push-node.sh v1.35.0

This builds amd64 and arm64 node images and pushes them to gcr.io/k8s-staging-kind/node:v1.35.0, then creates a multi-arch manifest list.

You can override the registry or add architectures:

REGISTRY=gcr.io/k8s-staging-kind ARCHES="amd64 arm64" ./hack/release/push-node.sh v1.35.0

1.2 Test with the staging image

Update the default image in pkg/apis/config/defaults/image.go to point to the staging image with its digest, then run CI to validate:

const Image = "gcr.io/k8s-staging-kind/node:v1.35.0@sha256:<digest-from-push>"

... (truncated)

Commits
  • cda67ef version v0.32.0
  • a335a9e Merge pull request #4182 from stmcginnis/kindest/node-v1.36.1
  • 645b868 bump default image to kindest/node:v1.36.1
  • d1b84e8 Merge pull request #4181 from BenTheElder/base-fix
  • 25d94fa bump staging node image
  • 088013a update base image with permissions fix
  • 995e8fa Fix: Permission error when creating pod with hostUsers: false (#4179)
  • b029a2b Merge pull request #4149 from BenTheElder/bump-images-asdf
  • 140186f Merge pull request #4174 from BenTheElder/ci-builds
  • 811ea84 Merge pull request #4173 from BenTheElder/kubeadm-v1beta4-special-patch
  • Additional commits viewable in compare view

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

…updates

Bumps the gomod-version group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/authzed/controller-idioms](https://github.com/authzed/controller-idioms) | `0.13.0` | `0.14.0` |
| [github.com/magefile/mage](https://github.com/magefile/mage) | `1.15.0` | `1.17.2` |
| [github.com/samber/lo](https://github.com/samber/lo) | `1.52.0` | `1.53.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.36.0-alpha.0` | `0.37.0-alpha.0` |
| [k8s.io/apiserver](https://github.com/kubernetes/apiserver) | `0.36.0-alpha.0` | `0.37.0-alpha.0` |
| [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.36.0-alpha.0` | `0.37.0-alpha.0` |
| [k8s.io/controller-manager](https://github.com/kubernetes/controller-manager) | `0.36.0-alpha.0` | `0.37.0-alpha.0` |
| [k8s.io/kubectl](https://github.com/kubernetes/kubectl) | `0.36.0-alpha.0` | `0.37.0-alpha.0` |
| [sigs.k8s.io/kind](https://github.com/kubernetes-sigs/kind) | `0.31.0` | `0.32.0` |



Updates `github.com/authzed/controller-idioms` from 0.13.0 to 0.14.0
- [Release notes](https://github.com/authzed/controller-idioms/releases)
- [Commits](authzed/controller-idioms@v0.13.0...v0.14.0)

Updates `github.com/magefile/mage` from 1.15.0 to 1.17.2
- [Release notes](https://github.com/magefile/mage/releases)
- [Commits](magefile/mage@v1.15.0...v1.17.2)

Updates `github.com/samber/lo` from 1.52.0 to 1.53.0
- [Release notes](https://github.com/samber/lo/releases)
- [Commits](samber/lo@v1.52.0...v1.53.0)

Updates `golang.org/x/exp` from 0.0.0-20250106191152-7588d65b2ba8 to 0.0.0-20260212183809-81e46e3db34a
- [Commits](https://github.com/golang/exp/commits)

Updates `k8s.io/api` from 0.36.0-alpha.0 to 0.37.0-alpha.0
- [Commits](kubernetes/api@v0.36.0-alpha.0...v0.37.0-alpha.0)

Updates `k8s.io/apimachinery` from 0.36.0-alpha.0 to 0.37.0-alpha.0
- [Commits](kubernetes/apimachinery@v0.36.0-alpha.0...v0.37.0-alpha.0)

Updates `k8s.io/apiserver` from 0.36.0-alpha.0 to 0.37.0-alpha.0
- [Commits](kubernetes/apiserver@v0.36.0-alpha.0...v0.37.0-alpha.0)

Updates `k8s.io/cli-runtime` from 0.36.0-alpha.0 to 0.37.0-alpha.0
- [Commits](kubernetes/cli-runtime@v0.36.0-alpha.0...v0.37.0-alpha.0)

Updates `k8s.io/client-go` from 0.36.0-alpha.0 to 0.37.0-alpha.0
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.36.0-alpha.0...v0.37.0-alpha.0)

Updates `k8s.io/component-base` from 0.36.0-alpha.0 to 0.37.0-alpha.0
- [Commits](kubernetes/component-base@v0.36.0-alpha.0...v0.37.0-alpha.0)

Updates `k8s.io/controller-manager` from 0.36.0-alpha.0 to 0.37.0-alpha.0
- [Commits](kubernetes/controller-manager@v0.36.0-alpha.0...v0.37.0-alpha.0)

Updates `k8s.io/klog/v2` from 2.130.1 to 2.140.0
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
- [Commits](kubernetes/klog@v2.130.1...2.140.0)

Updates `k8s.io/kubectl` from 0.36.0-alpha.0 to 0.37.0-alpha.0
- [Commits](kubernetes/kubectl@v0.36.0-alpha.0...v0.37.0-alpha.0)

Updates `k8s.io/utils` from 0.0.0-20251002143259-bc988d571ff4 to 0.0.0-20260210185600-b8788abfbbc2
- [Commits](https://github.com/kubernetes/utils/commits)

Updates `sigs.k8s.io/kind` from 0.31.0 to 0.32.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.31.0...v0.32.0)

---
updated-dependencies:
- dependency-name: github.com/authzed/controller-idioms
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-version
- dependency-name: github.com/magefile/mage
  dependency-version: 1.17.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-version
- dependency-name: github.com/samber/lo
  dependency-version: 1.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-version
- dependency-name: golang.org/x/exp
  dependency-version: 0.0.0-20260212183809-81e46e3db34a
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-version
- dependency-name: k8s.io/api
  dependency-version: 0.37.0-alpha.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-version
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.37.0-alpha.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-version
- dependency-name: k8s.io/apiserver
  dependency-version: 0.37.0-alpha.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-version
- dependency-name: k8s.io/cli-runtime
  dependency-version: 0.37.0-alpha.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-version
- dependency-name: k8s.io/client-go
  dependency-version: 0.37.0-alpha.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-version
- dependency-name: k8s.io/component-base
  dependency-version: 0.37.0-alpha.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-version
- dependency-name: k8s.io/controller-manager
  dependency-version: 0.37.0-alpha.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-version
- dependency-name: k8s.io/klog/v2
  dependency-version: 2.140.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-version
- dependency-name: k8s.io/kubectl
  dependency-version: 0.37.0-alpha.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-version
- dependency-name: k8s.io/utils
  dependency-version: 0.0.0-20260210185600-b8788abfbbc2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-version
- dependency-name: sigs.k8s.io/kind
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-version
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the area/dependencies Affects dependencies label Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependencies Affects dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants