Released 2024-03-26
- bump sidecar versions
- new examples
- support
seLinuxMount
onCSIDriver
resource
Released 2023-07-16
- support changes to containerd 1.7+ with windows host process
Released 2023-07-16
BREAKING CHANGES: Some default values have changed which should be enabled on
all drivers except the *-local
drivers. In other words, you must explicitly
disable the defaults now for *-local
drivers with the values.yaml
example
below.
Upgrading CSIDriver.spec.attachRequired
is not allowed (immutable field) so
you must first kubectl delete csidrivers.storage.k8s.io <your driver>
before
using the updated chart/values. It is entirely safe to remove the CSIDriver
resource and let it recreate.
csiDriver:
attachRequired: false
controller:
externalAttacher:
enabled: false
- bump sidecars versions
- default
attachRequired: true
and enableexternal-attacher
by default (see democratic-csi/democratic-csi#307)
Released 2022-09-20
- add
priorityClassName
value for both node DaemonSet and controller Deployment
Released 2022-08-07
- enabel options for hostPID, iscsiDirHostPath and iscsiDirHostPathType for Talos iscsi support.
Released 2022-06-06
- support for windows nodes
- include
app.kubernetes.io/csi-role
in matchLabels on Deployment and DaemonSet- requires
helm uninstall
andhelm install
to upgrade from older versions
- requires
- bump
csi-grpc-proxy
for multiarch support and memory fixes
- csiProxy support
- bump
node-driver-registrar
- ensure proper mounts for
node-driver-registrar
- enable liveness probe for
node-driver-registrar
- minimum k8s version now 1.20
- csi version defaults to 1.5.0
- support for trusting custom CA certficates
- bump the sidecars
- remove support for deprecated
external-health-monitor-agent
- support for pod annotations/labels
- explicit registry (docker.io) for relevant images
- api version support for csidriver
- arm friendly busybox image
- support for openshift privileged
- update various sidecar images
- multiarch support natively!
- requires k8s 1.17+
- support an
existingConfigSecret
to be created out-of-band from the helm release