@@ -7,15 +7,23 @@ All notable changes to this project will be documented in this file.
7
7
### Added
8
8
9
9
- Generate OLM bundle for Release 23.4.0 ([ #74 ] ).
10
+ - Provide automatic migration 23.1 -> 23.4 ([ #77 ] ).
10
11
11
12
[ #74 ] : https://github.com/stackabletech/listener-operator/pull/74
13
+ [ #77 ] : https://github.com/stackabletech/listener-operator/pull/77
12
14
13
15
## [ 23.4.0] - 2023-04-17
14
16
15
17
### Added
16
18
17
19
- Allow configuring CSI docker images ([ #61 ] ).
18
20
21
+ ### Changed
22
+
23
+ - Shortened the registration socket path for Microk8s compatibility ([ #45 ] ).
24
+ - The old CSI registration path will be automatically migrated during upgrade to ` 23.4.1 ` ([ #77 ] ).
25
+ - You might need to manually remove ` /var/lib/kubelet/plugins_registry/listeners.stackable.tech-reg.sock ` when downgrading.
26
+
19
27
[ #61 ] : https://github.com/stackabletech/listener-operator/pull/61
20
28
21
29
## [ 23.1.0] - 2023-01-23
@@ -24,14 +32,10 @@ All notable changes to this project will be documented in this file.
24
32
25
33
- Helm installation on OpenShift ([ #29 ] ).
26
34
- ` operator-rs ` ` 0.25.2 ` -> ` 0.27.1 ` ([ #34 ] ).
27
- - Shortened the registration socket path for Microk8s compatibility ([ #45 ] ).
28
- - After upgrading you will need to
29
- ` rmdir /var/lib/kubelet/plugins_registry/listeners.stackable.tech-reg.sock ` manually.
30
- This applies to * all* users, not just Microk8s.
31
35
- Made kubeletDir configurable ([ #45 ] ).
32
36
- Microk8s users will need to ` --set kubeletDir=/var/snap/microk8s/common/var/lib/kubelet ` .
33
37
34
-
35
38
[ #29 ] : https://github.com/stackabletech/listener-operator/pull/29
36
39
[ #34 ] : https://github.com/stackabletech/listener-operator/pull/34
37
40
[ #45 ] : https://github.com/stackabletech/listener-operator/pull/45
41
+ [ #77 ] : https://github.com/stackabletech/listener-operator/pull/77
0 commit comments