Skip to content

Bump the gomod-version group across 1 directory with 14 updates#419

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

Bump the gomod-version group across 1 directory with 14 updates#419
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-version-a0261911e4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps the gomod-version group with 8 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

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

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 gomod-version group with 8 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` |



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)

---
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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the area/dependencies Affects dependencies label May 1, 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