v0.7.0
cert-manager-csi-driver enables issuing secretless X.509 certificates for pods using cert-manager!
This release includes a set of small improvements, version bumps and bugfixes.
Additionally, it is the first release after migrating to our new Makefile modules CI/ CD setup.
Breaking Changes
This release of csi-driver changes how containers are built, which in turn changes the path at which the binary can be found inside the container.
This means that new container images cannot be used with older Helm charts, or with any software which expects the old path.
For the simplest upgrade experience, use the latest helm chart with the latest image.
What's Changed
- Add explicit namespace to namespaced resources + bump versions by @SgtCoDFish in #166
- chore: add thatsmrtalbot as reviewer by @ThatsMrTalbot in #187
- Add version info to binary at compile time by @inteon in #184
- Improve comments in Helm's values.yaml by @ditatechwriter in #193
- Use helm-tool for generating helm docs by @ThatsMrTalbot in #182
- Upgrade 'csi-node-driver-registrar' and 'livenessprobe' by @inteon in #179
Dependabot updates
- Bump the all group with 4 updates by @dependabot in #162
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #168
- Bump golang.org/x/crypto from 0.15.0 to 0.17.0 in /hack/tools by @dependabot in #169
- Bump the all group with 9 updates by @dependabot in #172
- Bump the all group with 1 update by @dependabot in #175
- Bump the all group with 8 updates by @dependabot in #185
Makefile updates
- Migrate makefiles and CI/CD by @inteon in #161
- Upgrade repository-base module by @inteon in #177
- Upgrade oci-image module by @inteon in #183
- Use standardised release process by @inteon in #188
- Fix push command and comment by @SgtCoDFish in #159
- Add Make target for creating Helm chart by @SgtCoDFish in #160
- [CI] Merge self-upgrade into main by @github-actions in #192
New Contributors
- @github-actions made their first contribution in #173
- @ThatsMrTalbot made their first contribution in #182
- @ditatechwriter made their first contribution in #193
Full Changelog: v0.6.0...v0.7.0