Skip to content

Releases: christian-schlichtherle/synology-csi-chart

Synology CSI Chart 0.10.1

09 Sep 23:52
d5a1fb7
Compare
Choose a tag to compare

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

08 Sep 12:26
0fce863
Compare
Choose a tag to compare

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

25 Jun 17:28
21a2164
Compare
Choose a tag to compare

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

25 Jun 16:54
f4d027e
Compare
Choose a tag to compare

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

31 Mar 11:01
b7a9056
Compare
Choose a tag to compare

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

12 Jun 09:41
e8db45f
Compare
Choose a tag to compare

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

07 Jun 10:36
512ad81
Compare
Choose a tag to compare

This release upgrades the CSI Sidecar images.

Synology CSI Chart 0.9.3

07 Jun 10:36
57e94eb
Compare
Choose a tag to compare

This release updates the Synology CSI Driver to version 1.1.2.

Synology CSI Chart 0.9.2

11 Mar 02:29
a240ecb
Compare
Choose a tag to compare

This release fixes a reference to the name of the client-info secret when configured.

Synology CSI Chart 0.9.1

10 Mar 17:18
6ede440
Compare
Choose a tag to compare

This version fixes the type of the pod tolerations from dictionary to array.