Skip to content

v2.4.1

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Dec 03:30
· 4 commits to main since this release
v2.4.1
0103b2c

Security

  • Updated Go version to 1.24.11 to address a CVE.

Changed

  • Update the Kubernetes Deployment spec.strategy.type field to be of type Recreate
    in order to properly handle upgrades/restarts as the default deployment creates a PVC
    of type ReadWriteOnce and could only be assigned to one replica.
  • Expose the --verbose and --sign runtime parameters as Helm variables.