Skip to content

Commit

Permalink
v0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
danwinship committed Feb 19, 2024
1 parent eb4c66b commit 6844055
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# ChangeLog

## v0.0.15

- knftables now requires the nft binary to be v1.0.1 or later. This is
because earlier versions (a) had bugs that might cause them to crash
when parsing rules created by later versions of nft, and (b) always
parsed the entire ruleset at startup, even if you were only trying
to operate on a single table. The combination of those two factors
means that older versions of nft can't reliably be used from inside
a container. (`@danwinship`)

- Fixed a bug that meant we were never setting comments on
tables/chains/sets/etc, even if nft and the kernel were both new
enough to support it. (`@tnqn`)

- Added `Fake.ParseDump()`, to load a `Fake` from a `Fake.Dump()`
output. (`@npinaeva`)

## v0.0.14

- Renamed the package `"sigs.k8s.io/knftables"`, reflecting its new
Expand Down

0 comments on commit 6844055

Please sign in to comment.