Skip to content

wireguard: v2.0.0

Choose a tag to compare

@slydlake slydlake released this 25 Jun 22:11

2.0.0 (2026-06-25)

⚠ BREAKING CHANGES

  • the container no longer runs privileged: true by default and updateStrategy.type defaults to Recreate. Set securityContext explicitly to restore the previous behaviour.

Features

  • run wireguard without privileged by default, add loadKernelModule (56bf472)

Bug Fixes

  • wireguard: update unit tests for non-privileged default (52f67a6)