Releases: cert-manager/csi-driver
Releases · cert-manager/csi-driver
v0.4.0
What's Changed
- Update to smaller logo with correct size by @SgtCoDFish in #93
- Update maintainers to point at team email by @SgtCoDFish in #92
- Add optional nodeSelector to helm chart by @kuznero in #95
- helm-docs verify and update scripts by @JoshVanL in #96
- Adds Bidirectional to the csi-driver data directory volume mount by @JoshVanL in #99
- Remove Documentation in favour of linking to the cert-manager.io website by @JoshVanL in #100
- Fix boilerplate 2022 by @JoshVanL in #105
- Add ServiceAccount name as a template value by @micahhausler in #106
- PKCS12 Support by @JoshVanL in #103
- Move kind and helm to hack tools by @JoshVanL in #97
- Introduce a new filename validation function by @JoshVanL in #104
- Upgrade go to v1.19 by @JoshVanL in #107
- Upgrade Kubernetes e2e test version to v1.24.1 by @JoshVanL in #98
- Updates release to v0.4.0, ready for release by @JoshVanL in #108
New Contributors
- @kuznero made their first contribution in #95
- @micahhausler made their first contribution in #106
Full Changelog: v0.3.0...v0.4.0
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.