v0.25.1
This was a stability and reliability release. We have made several improvements
to VSecM Sentinel, helm charts, and Kubernetes manifests to make the system
more reliable and resilient.
Changed
- Converted VSecM Safe and SPIRE Server to StatefulSets (because they are stateful).
- VSecM Sentinel "init command" loop now exits the container if it cannot execute
commands after exponential backoff. The former behavior was to retry forever,
and that was not a cloud-native way of handling the situation. Panicking
early and thus killing the pod fixed issues with things like persistent volumes
and CSI drivers.
Fixed
- Minor bug fixes in the VSecM Sentinel init command workflow.
Check out the changelog for a human-readable summary of what has happened so far.
Below are the generated release notes of every commit since the last release cut:
What's Changed
- Introducing initial helm-chart for version 0.25.1 by @v0lkan in #938
- v0.25.0 release notes by @v0lkan in #940
- 🌟 enhancement(VSecM Sentinel): refactored forever loops by @v0lkan in #946
- PV Support for VSecM Safe by @v0lkan in #947
Full Changelog: v0.25.0...v0.25.1