csi-driver-spiffe is a clean and simple way to get SPIFFE IDs for your Kubernetes pods with minimal dependencies and minimal fuss.
This release has a couple of helm chart improvements, mostly arising from the work of @kesselborn ! Thanks to them for the contributions, and thanks to anyone using csi-driver-spiffe!
What's Changed
- Change release version to use a v, fixes generation of chart by @SgtCoDFish in #31
- Use
/usr/bin/env
instead of/bin/bash
in hack scripts by @JoshVanL in #22 - Add missing --csi-driver-name option to daemonset by @kesselborn in #24
- Bump helm docs by @SgtCoDFish in #34
- Make data dir configurable by @SgtCoDFish (thanks @kesselborn for the original commit!) in #35
- Bump to v0.4.0 for release by @SgtCoDFish in #36
New Contributors
- @kesselborn made their first contribution in #24
Full Changelog: v0.3.0...v0.4.0