Skip to content

Conversation

brandond
Copy link
Member

@brandond brandond commented Sep 2, 2025

Proposed Changes

Types of Changes

version bump

Verification

  • See linked issue
  • Check nft version/json support:
root@k3s-server-001:~# nft --version
nftables v1.1.0 (Commodore Bullmoose)

root@k3s-server-001:~# nft --json list tables
{"nftables": [{"metainfo": {"version": "1.1.0", "release_name": "Commodore Bullmoose", "json_schema_version": 1}}, {"table": {"family": "ip", "name": "mangle", "handle": 1}}, {"table": {"family": "ip6", "name": "mangle", "handle": 3}}, {"table": {"family": "ip", "name": "nat", "handle": 4}}, {"table": {"family": "ip6", "name": "nat", "handle": 5}}, {"table": {"family": "ip6", "name": "filter", "handle": 6}}, {"table": {"family": "ip", "name": "kube-proxy", "handle": 9, "comment": "rules for kube-proxy"}}, {"table": {"family": "ip6", "name": "kube-proxy", "handle": 10, "comment": "rules for kube-proxy"}}, {"table": {"family": "ip", "name": "filter", "handle": 21}}]}

Testing

yes

Linked Issues

User-Facing Change

The bundled userspace binaries are now built from the buildroot 2025.02 LTS branch.
The bundled nft binary now supports json output, required for compatibility with kube-proxy's nft proxier.

Further Comments

@brandond brandond requested a review from a team as a code owner September 2, 2025 23:34
Copy link

codecov bot commented Sep 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 20.45%. Comparing base (d08bf6c) to head (7073ab9).
⚠️ Report is 3 commits behind head on master.

❗ There is a different number of reports uploaded between BASE (d08bf6c) and HEAD (7073ab9). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (d08bf6c) HEAD (7073ab9)
e2etests 1 0
Additional details and impacted files
@@             Coverage Diff             @@
##           master   #12853       +/-   ##
===========================================
- Coverage   40.57%   20.45%   -20.12%     
===========================================
  Files         185      182        -3     
  Lines       18931    18865       -66     
===========================================
- Hits         7681     3859     -3822     
- Misses      10069    14570     +4501     
+ Partials     1181      436      -745     
Flag Coverage Δ
e2etests ?
unittests 20.45% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

dereknola
dereknola previously approved these changes Sep 2, 2025
mgfritch
mgfritch previously approved these changes Sep 3, 2025
@brandond brandond dismissed stale reviews from mgfritch and dereknola via f45ccc2 September 3, 2025 00:51
@brandond brandond force-pushed the bump-k3s-root branch 7 times, most recently from a16bd56 to ff23ff0 Compare September 3, 2025 06:57
Signed-off-by: Brad Davidson <[email protected]>
thomasferrandiz
thomasferrandiz previously approved these changes Sep 3, 2025
@brandond brandond merged commit c837bfc into k3s-io:master Sep 3, 2025
54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants