You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
serviceAccount.automount now defaults to false and podSecurityContext.runAsGroup is 33. Set them explicitly if you relied on the mounted API token or on different group ownership.
Features
add wordpress backup restore Job and VolumeSnapshot, harden SA token (27e8edb)
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)