Skip to content

Commit 71169c3

Browse files
committed
release: Add missing CHANGELOG entries
1 parent 355b97a commit 71169c3

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

CHANGELOG.md

+26-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## Release 2.4.2 (in development)
3+
## Release 2.4.2
44

55
### Breaking changes
66
- 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
1212
`kubectl`s `-s`/`--server` argument to point to another address.
1313

1414
### 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+
1520
- [#2049](https://github.com/scality/metalk8s/issues/2049) - Deploy
1621
[prometheus-adapter](https://github.com/DirectXMan12/k8s-prometheus-adapter/)
1722
to implement the `metrics.k8s.io` API, to support `kubectl top` and other
@@ -22,13 +27,31 @@ consumers of this API
2227
`nginx` on every node to provide highly-available and load-balanced access to
2328
`kube-apiserver` (PR [#2106](https://github.com/scality/metalk8s/pull/2106))
2429

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+
2547
## Release 2.4.1
2648

2749
### Features added
2850

29-
- [#1891](https://github.com/scality/metalk8s/issues/1891) - Allow adding
51+
- ~~[#1891](https://github.com/scality/metalk8s/issues/1891) - Allow adding
3052
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_
3255

3356
### Bug fixes
3457

0 commit comments

Comments
 (0)