Releases: cert-manager/csi-driver
Releases · cert-manager/csi-driver
v0.3.0
What's Changed
- Move csi-data-dir configuration into values.yaml. by @basert in #73
- Fix broken HTML in README by @SgtCoDFish in #76
- Fix img location, width, height, link to cm website by @SgtCoDFish in #80
- Fix logo location to use specific SHA by @SgtCoDFish in #81
- Remove disable-auto-renew from example Deployment by @JoshVanL in #91
- Update cert-manager:v1.8.0 in test runner by @JoshVanL in #85
- Update go version to v1.18 by @JoshVanL in #86
- Bumps alpine version
v3.14
->v3.15
by @JoshVanL in #87 - Bumps versions in test runner: kind:v0.12.0 kubectl:v1.23.6 by @JoshVanL in #88
- Updates reference in SECURITY.md to point to
jetstack/cert-manager
->cert-manager/cert-manager
by @JoshVanL in #84 - Bumps bump-csi-node-driver-registrar to
v2.5.0
, Bumps livenessprobe tov2.6.0
by @JoshVanL in #89 - Metadata san templating by @JoshVanL in #82
- Bump cert-manager/csi-lib to v0.2.2 by @JoshVanL in #83
- Sets csi-driver version to v0.3.0 by @JoshVanL in #90
New Contributors
- @SgtCoDFish made their first contribution in #76
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Changes
- Selectively deploy CSI driver
v1beta1
/v1
based on Kubernetes version #59 - Adds clarification about using a self-signed Issuer #62
- Support multi-arch images (
linux/amd64
,linux/arm64
,linux/arm/v7
,linux/ppc64le
) #60 - Certificate Requests now no longer request an empty DNS SAN list when DNS was not requested, and are now omitted #67
- Support configuring tolerations in Helm chart #68
- Add support for configuring key encoding (PKCS1 + PKCS8) #69
- Add CSI liveness probe to DaemonSet #71
v0.1.0
Initial Release
csi-driver is a Container Storage Interface (CSI) driver plugin for Kubernetes to work along cert-manager. The goal for this plugin is to facilitate requesting and mounting certificate key pairs to pods seamlessly. This is useful for facilitating mTLS, or otherwise securing connections of pods with guaranteed present certificates whilst having all of the features that cert-manager provides.