cert-manager-csi-driver enables issuing secretless X.509 certificates for pods using cert-manager!
This is a patch release with dependency bumps, aiming to fix "vulnerabilities" reported by scanners. We don't know of any specific vulnerability in csi-driver, but we think it's important to make occasional releases with patched dependencies.
Note that the livenessprobe
and node-driver-registrar
images for this release aren't at their latest versions. You can control the versions of these images at install time.
For example, to use the latest images at the time of the release of csi-driver v0.10.2:
helm upgrade cert-manager-csi-driver jetstack/cert-manager-csi-driver \
--install \
--version v0.10.2 \
--namespace cert-manager \
--set nodeDriverRegistrarImage.tag=v2.13.0 \
--set livenessProbeImage.tag=v2.15.0 \
--wait
What's Changed
Dependency Bumps
- Bump the all group across 1 directory with 3 updates by @dependabot in #299
- Bump the all group with 6 updates by @dependabot in #303
- Bump the all group across 1 directory with 13 updates by @dependabot in #322
- Bump the all group across 1 directory with 4 updates by @dependabot in #337
- Bump the all group across 1 directory with 6 updates by @dependabot in #341
- Bump golang.org/x/crypto from 0.28.0 to 0.31.0 in the go_modules group by @dependabot in #343
- Bump the all group across 1 directory with 2 updates by @dependabot in #349
- Bump the all group across 1 directory with 8 updates by @dependabot in #354
Other
Makefile Modules Upgrades
- [CI] Merge self-upgrade-main into main by @github-actions in #298
- [CI] Merge self-upgrade-main into main by @github-actions in #300
- [CI] Merge self-upgrade-main into main by @github-actions in #301
- [CI] Merge self-upgrade-main into main by @github-actions in #302
- [CI] Merge self-upgrade-main into main by @github-actions in #304
- [CI] Merge self-upgrade-main into main by @github-actions in #305
- [CI] Merge self-upgrade-main into main by @github-actions in #306
- [CI] Merge self-upgrade-main into main by @github-actions in #308
- [CI] Merge self-upgrade-main into main by @github-actions in #311
- [CI] Self-upgrade merging self-upgrade-main into main by @inteon in #312
- [CI] Merge self-upgrade-main into main by @github-actions in #313
- [CI] Self-upgrade merging self-upgrade-main into main by @inteon in #315
- [CI] Merge self-upgrade-main into main by @github-actions in #317
- [CI] Merge self-upgrade-main into main by @github-actions in #321
- [CI] Merge self-upgrade-main into main by @github-actions in #323
- [CI] Merge self-upgrade-main into main by @github-actions in #324
- [CI] Self-upgrade merging self-upgrade-main into main by @inteon in #325
- [CI] Merge self-upgrade-main into main by @github-actions in #327
- [CI] Merge self-upgrade-main into main by @github-actions in #330
- [CI] Merge self-upgrade-main into main by @github-actions in #332
- [CI] Merge self-upgrade-main into main by @github-actions in #334
- [CI] Merge self-upgrade-main into main by @github-actions in #336
- [CI] Merge self-upgrade-main into main by @github-actions in #338
- [CI] Self-upgrade merging self-upgrade-main into main by @inteon in #342
- [CI] Self-upgrade merging self-upgrade-main into main by @inteon in #344
- [CI] Self-upgrade merging self-upgrade-main into main by @inteon in #345
- [CI] Self-upgrade merging self-upgrade-main into main by @inteon in #347
- [CI] Merge self-upgrade-main into main by @github-actions in #350
- [CI] Merge self-upgrade-main into main by @github-actions in #352
- [CI] Merge self-upgrade-main into main by @github-actions in #355
Full Changelog: v0.10.1...v0.10.2