Releases: christian-schlichtherle/synology-csi-chart
Synology CSI Chart 0.10.1
This release brings a fix for using volume snapshots - thank you very much Heiko Nickerl!
Also, the mountOptions for NFS have been changed to set vers=4.1 because it's generally available on Synology Diskstations.
Synology CSI chart 0.10.0
This release updates the Synology CSI Driver to version 1.2.0 and also updates the sidecar container images to their latest version. As a consequence of the driver update, new storage classes for NFS have been added.
Last but not least, this release also provides a better test pod for each storage class which runs a performance test using fio
. You can check the test pod logs for the results.
Synology CSI Chart 0.9.10
This release adds support for defining mountOptions
in storage classes via the Helm chart. Here's an example values.yaml
for Helm:
storageClasses:
retain:
mountOptions:
- mfsymlinks
Note that this is only relevant for SMB shares.
Synology CSI Chart 0.9.9
This release fixes a small issue in the setup of the volume snapshot classes. You can now disable them one-by-one, just as with the storage classes.
Synology CSI Chart 0.9.8
This release updates the Synology CSI Driver to version 1.1.3 and adds support for configuring a different node.kubeletPath
.
Synology CSI Chart 0.9.5
This release changes the registry of the sidecar container images from k8s.gcr.io
to registry.k8s.io
. Thank you very much for the PR, @dcharbonnier !
Synology CSI Chart 0.9.4
This release upgrades the CSI Sidecar images.
Synology CSI Chart 0.9.3
This release updates the Synology CSI Driver to version 1.1.2.
Synology CSI Chart 0.9.2
This release fixes a reference to the name of the client-info secret when configured.
Synology CSI Chart 0.9.1
This version fixes the type of the pod tolerations from dictionary to array.