Skip to content

bump: Bump dataplane version#1331

Merged
qmonnet merged 1 commit intomainfrom
pr/qmonnet/bump-version
Mar 11, 2026
Merged

bump: Bump dataplane version#1331
qmonnet merged 1 commit intomainfrom
pr/qmonnet/bump-version

Conversation

@qmonnet
Copy link
Copy Markdown
Member

@qmonnet qmonnet commented Mar 10, 2026

Bump to v0.13.0. Changes include:

  • New NAT mode: port forwarding. It supports independent processing of TCP and UDP rules, it includes a TCP state machine for flow invalidation, configurable timeouts, flow preservation across reconfigurations, prefix overlap support with masquerade, and ICMP errors handling.

  • The flow-filter stage supports overlapping exposed prefixes again when masquerade is in use. It received various improvements and fixes.

  • Flow entries have been reworked: support for bidirectional keys was dropped, the structure of the entries have changed to accommodate for NAT use cases and for referencing other entries, for flow reaping. Some crate reorganisation also happened.

  • There is no longer a default NAT mode (previously: stateless NAT).

Changes include:

- New NAT mode: port forwarding. It supports independent processing of
  TCP and UDP rules, it includes a TCP state machine for flow
  invalidation, configurable timeouts, flow preservation across
  reconfigurations, prefix overlap support with masquerade, and ICMP
  errors handling.

- The flow-filter stage supports overlapping exposed prefixes again when
  masquerade is in use. It received various improvements and fixes.

- Flow entries have been reworked: support for bidirectional keys was
  dropped, the structure of the entries have changed to accommodate for
  NAT use cases and for referencing other entries, for flow reaping.
  Some crate reorganisation also happened.

- There is no longer a default NAT mode (previously: stateless NAT).

Signed-off-by: Quentin Monnet <qmo@qmon.net>
@qmonnet qmonnet requested a review from Frostman March 10, 2026 17:10
@qmonnet qmonnet requested a review from a team as a code owner March 10, 2026 17:10
@qmonnet qmonnet requested review from Copilot and daniel-noland and removed request for a team March 10, 2026 17:10
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Bumps the workspace crate version to align with dataplane v0.13.0.

Changes:

  • Update [workspace.package] version from 0.12.0 to 0.13.0.

@qmonnet qmonnet added the dont-merge Do not merge this Pull Request label Mar 10, 2026
@qmonnet qmonnet removed the dont-merge Do not merge this Pull Request label Mar 11, 2026
@qmonnet qmonnet added this pull request to the merge queue Mar 11, 2026
Merged via the queue into main with commit 8483c27 Mar 11, 2026
22 of 23 checks passed
@qmonnet qmonnet deleted the pr/qmonnet/bump-version branch March 11, 2026 03:23
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.

3 participants