forked from wunderio/csi-rclone
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCHANGELOG.txt
More file actions
64 lines (43 loc) · 1.19 KB
/
CHANGELOG.txt
File metadata and controls
64 lines (43 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Changelog
=========
Note: The changelog is not used anymore. Please see the releases on the github repository page
at https://github.com/SwissDataScienceCenter/csi-rclone/releases to see all release notes and
changelogs.
v0.2.0
------
- add support for secret decryption
v0.1.8
------
- error resilience when mounting fails
v0.1.7
------
- add logging for rclone background daemon
v0.1.6
------
- panic when rclone subprocess isn't running
- add liveness probes
- remove `hostNetwork` from hode controller
v0.1.5
------
- fix dir-cache-time to improve speed
v0.1.4
------
- change to vfs-cache-mode=writes for rclone
v0.1.3
------
- fix selecting volume on node unpublish
v0.1.2
------
- fix chart indentation
v0.1.1
------
- add affinities and tolerations to chart.
v0.1.0
------
- use PVCs for requesting mounts, with rclone config stored in a secret per mount
- use rclone rcd in the background
- use csi-test/sanity to ensure conformance with the csi rpec
- remove a lot of code from the MaxSum fork that would create deployments for each mount
- make the storage class name configurable
- removed all the unneeded secrets that csi-rclone previously used
- a lot of smaller bugfixes and cleanup