Skip to content

Comments

Bump sigs.k8s.io/knftables from 0.0.18 to 0.0.19#7

Closed
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/go_modules/sigs.k8s.io/knftables-0.0.19
Closed

Bump sigs.k8s.io/knftables from 0.0.18 to 0.0.19#7
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/go_modules/sigs.k8s.io/knftables-0.0.19

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 2025

Bumps sigs.k8s.io/knftables from 0.0.18 to 0.0.19.

Changelog

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

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. (@aroradaman)

  • Added Table.Flags and Chain.Policy. (Note that at this time the "owner" and "persist" table flags can't usefully be used with knftables, since knftables opens a new connection to the kernel for each transaction and so the table would become un-owned immediately after it was created.) (@danwinship)

  • Fixed Fake.ParseDump() to correctly parse rules with raw payload expressions (@danwinship) and flow add rules (hongliangl).

Commits
  • e8e62eb v0.0.19
  • 152a926 Merge pull request #31 from hongliangl/fix-fake-flowtable
  • 04a72ee Add support for adding rule with flowtable add in fake implementation
  • e430730 Merge pull request #27 from danwinship/destroy
  • 9e24027 Add tx.Destroy()
  • ebc8aaf Slightly simplify Transaction generation
  • ee88d12 Add construct-time options
  • 209e710 Belatedly document Counter and Reset
  • 5f392be Merge pull request #25 from danwinship/multitable
  • c399c9c Add multi-table support to ParseDump
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Marcelo and others added 2 commits October 13, 2025 00:31
Bumps [sigs.k8s.io/knftables](https://github.com/kubernetes-sigs/knftables) from 0.0.18 to 0.0.19.
- [Changelog](https://github.com/kubernetes-sigs/knftables/blob/master/CHANGELOG.md)
- [Commits](kubernetes-sigs/knftables@v0.0.18...v0.0.19)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/knftables
  dependency-version: 0.0.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Oct 12, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 12, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/sigs.k8s.io/knftables-0.0.19 branch October 12, 2025 22:36
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.

1 participant