1
1
# CHANGELOG
2
2
3
- ## Release 2.4.2 (in development)
3
+ ## Release 2.4.2
4
4
5
5
### Breaking changes
6
6
- If ` apiServer.host ` is configured in ` BootstrapConfiguration ` , this is no
@@ -12,6 +12,11 @@ host on which they are generated. You can override this when using them using
12
12
` kubectl ` s ` -s ` /` --server ` argument to point to another address.
13
13
14
14
### Features added
15
+ - [ #1891 ] ( https://github.com/scality/metalk8s/issues/1891 ) - Allow adding
16
+ labels to * Volume* s from the UI
17
+ (PRs [ #1979 ] ( https://github.com/scality/metalk8s/pull/1979 ) and
18
+ [ #2066 ] ( https://github.com/scality/metalk8s/pull/2066 ) )
19
+
15
20
- [ #2049 ] ( https://github.com/scality/metalk8s/issues/2049 ) - Deploy
16
21
[ prometheus-adapter] ( https://github.com/DirectXMan12/k8s-prometheus-adapter/ )
17
22
to implement the ` metrics.k8s.io ` API, to support ` kubectl top ` and other
@@ -22,13 +27,31 @@ consumers of this API
22
27
` nginx ` on every node to provide highly-available and load-balanced access to
23
28
` kube-apiserver ` (PR [ #2106 ] ( https://github.com/scality/metalk8s/pull/2106 ) )
24
29
30
+ - [ #2052 ] ( https://github.com/scality/metalk8s/issues/2052 ) - Handle
31
+ configuration of an HTTP proxy for ` containerd ` (PRs
32
+ [ #2071 ] ( https://github.com/scality/metalk8s/pull/2071 ) and
33
+ [ #2201 ] ( https://github.com/scality/metalk8s/pull/2201 ) )
34
+
35
+ - [ #2149 ] ( https://github.com/scality/metalk8s/issues/2149 ) - Provide access to
36
+ the product documentation from the UI
37
+ (PR [ #2176 ] ( https://github.com/scality/metalk8s/pull/2176 ) )
38
+
39
+ ### Bug fixes
40
+
41
+ - [ #2083 ] ( https://github.com/scality/metalk8s/issues/2083 ) +
42
+ [ #2102 ] ( https://github.com/scality/metalk8s/issues/2102 ) - Ensure safer
43
+ approach when expanding the ` etcd ` cluster
44
+ (PRs [ #2099 ] ( https://github.com/scality/metalk8s/pull/2099 ) and
45
+ [ #2198 ] ( https://github.com/scality/metalk8s/pull/2198 ) )
46
+
25
47
## Release 2.4.1
26
48
27
49
### Features added
28
50
29
- - [ #1891 ] ( https://github.com/scality/metalk8s/issues/1891 ) - Allow adding
51
+ - ~~ [ #1891 ] ( https://github.com/scality/metalk8s/issues/1891 ) - Allow adding
30
52
labels to * Volume* s from the UI
31
- (PR [ #1979 ] ( https://github.com/scality/metalk8s/pull/1979 ) )
53
+ (PR [ #1979 ] ( https://github.com/scality/metalk8s/pull/1979 ) )~~ _ Note: this only
54
+ sets labels on the Volume object, not the created PV. Fixed in 2.4.2_
32
55
33
56
### Bug fixes
34
57
0 commit comments