Skip to content

build(deps): bump the k8s group across 1 directory with 3 updates#2411

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/k8s-a36804da6d
Open

build(deps): bump the k8s group across 1 directory with 3 updates#2411
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/k8s-a36804da6d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the k8s group with 3 updates in the / directory: k8s.io/apimachinery, k8s.io/client-go and sigs.k8s.io/knftables.

Updates k8s.io/apimachinery from 0.33.11 to 0.36.2

Commits
  • ae3f98e Update dependencies to v0.36.2 tag
  • 2ec982d Merge pull request #139508lalitc375/automated-cherry-pick-of-#139480
  • 6a88102 Fix wrong marking of errors
  • efb7f26 Merge remote-tracking branch 'origin/master' into release-1.36
  • d966e56 Update github.com/moby/spdystream from v0.5.0 to v0.5.1
  • 79b3632 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
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.33.11 to 0.36.2

Commits
  • 877f535 Update dependencies to v0.36.2 tag
  • f22a53e Merge remote-tracking branch 'origin/master' into release-1.36
  • a948641 Update github.com/moby/spdystream from v0.5.0 to v0.5.1
  • 7e44ffc 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
  • Additional commits viewable in compare view

Updates sigs.k8s.io/knftables from 0.0.18 to 0.0.21

Changelog

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

v0.0.21

  • Updated previous List() fix to pass the --terse flag to nft list, to avoid wasting memory and CPU parsing JSON that isn't relevant to List()'s output anyway. (@danwinship)

  • Added a note about nft versions to README.md. (@danwinship)

v0.0.20

  • List() has been changed to use nft list table rather than, e.g., nft list sets, to ensure that it doesn't try to parse objects in other tables (which may have been created by newer versions of nft and might trigger crashes in older versions of nft; see https://issues.k8s.io/136786). (@danwinship based on a previous PR from @kairosci).

  • A new ListAll() method has been added to help work around the fact that List() is now much less efficient with large tables. (@danwinship).

  • ListElements() now correctly handles maps/sets with concatenated keys/values including CIDR values. (#32 (@danwinship)

v0.0.19

  • Added the ability to use a single knftables.Interface (and a single knftables.Transaction) with multiple tables/families. To do this, pass "" for the family and table name to knftables.New, and then manually fill in the Table and Family fields in all Objects you create. (@danwinship)

  • Added tx.Destroy(), corresponding to nft destroy. Since nft destroy requires a new-ish kernel (6.3) and CLI (1.0.8), there are also two new knftables.New() options: RequireDestroy if you want construction to fail on older systems, or EmulateDestroy if you want knftables to try to emulate "destroy" on older systems, with some limitations. See README.md for more details. (@danwinship)

  • Added Counter objects and the tx.Reset() verb, to support nftables counters. (#20) (@aroradaman)

  • Added Table.Flags and Chain.Policy. (Note that at this time the "owner" and "persist" table flags can't usefully be used with

... (truncated)

Commits
  • 4533189 v0.0.21
  • 3c18540 Belatedly add issue links to CHANGELOG.md
  • 15df2ff Add another note to the README about nft versions
  • 09eabef Merge pull request #40 from danwinship/list-terse
  • 8ac6ff9 Merge pull request #41 from danwinship/list-consistency
  • b5aea6c Ensure everyone agrees on what types List() and ListElements() accept
  • 21a3d09 Abstract out object type singular/plural helper
  • 0c21485 Use --terse for all "list table" commands
  • 07e68ba v0.0.20
  • 8f8d3c2 Merge pull request #37 from danwinship/list
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
k8s.io/apimachinery [>= 0.30.a, < 0.31]
k8s.io/client-go [>= 0.30.a, < 0.31]

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 30, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/k8s-a36804da6d branch 2 times, most recently from 8973f4d to ca637a8 Compare April 6, 2026 08:33
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/k8s-a36804da6d branch 7 times, most recently from 992945e to e8f3eb2 Compare April 15, 2026 18:23
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/k8s-a36804da6d branch 3 times, most recently from 85b48d5 to 68113be Compare April 23, 2026 08:22
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/k8s-a36804da6d branch 2 times, most recently from d9b1b7c to 5b8641c Compare April 29, 2026 14:53
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/k8s-a36804da6d branch from 5b8641c to d881f37 Compare May 4, 2026 09:44
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/k8s-a36804da6d branch from d881f37 to ce08b95 Compare May 11, 2026 11:24
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/k8s-a36804da6d branch from ce08b95 to 97780f5 Compare May 25, 2026 12:31
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/k8s-a36804da6d branch 2 times, most recently from 433f22d to f5bedc9 Compare June 8, 2026 08:33
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/k8s-a36804da6d branch from f5bedc9 to 1b3acee Compare June 29, 2026 08:32
@dependabot dependabot Bot changed the title Bump the k8s group across 1 directory with 3 updates build(deps): bump the k8s group across 1 directory with 3 updates Jul 6, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/k8s-a36804da6d branch from 1b3acee to 957790e Compare July 6, 2026 08:32
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/k8s-a36804da6d branch from 957790e to eb4a46c Compare July 13, 2026 08:33
Bumps the k8s group with 3 updates in the / directory: [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery), [k8s.io/client-go](https://github.com/kubernetes/client-go) and [sigs.k8s.io/knftables](https://github.com/kubernetes-sigs/knftables).


Updates `k8s.io/apimachinery` from 0.33.11 to 0.36.2
- [Commits](kubernetes/apimachinery@v0.33.11...v0.36.2)

Updates `k8s.io/client-go` from 0.33.11 to 0.36.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.33.11...v0.36.2)

Updates `sigs.k8s.io/knftables` from 0.0.18 to 0.0.21
- [Changelog](https://github.com/kubernetes-sigs/knftables/blob/master/CHANGELOG.md)
- [Commits](kubernetes-sigs/knftables@v0.0.18...v0.0.21)

---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k8s
- dependency-name: k8s.io/client-go
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k8s
- dependency-name: sigs.k8s.io/knftables
  dependency-version: 0.0.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/k8s-a36804da6d branch from eb4a46c to 25e4809 Compare July 20, 2026 08:32
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.

0 participants