Skip to content

Commit

Permalink
Release 123.0.0
Browse files Browse the repository at this point in the history
Also add missing changelog entries.
  • Loading branch information
gdemonet committed Jul 13, 2022
1 parent 39cce08 commit 528b3b0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CHANGELOG
## Release 123.0.0 (in development)
## Release 123.0.0

### Additions

Expand Down Expand Up @@ -27,6 +27,9 @@
number of pods that can be scheduled on each nodes
(PR[#3821](https://github.com/scality/metalk8s/pull/3821))

- Add support for [Rocky Linux](https://rockylinux.org/) version 8
(PR[#3686](https://github.com/scality/metalk8s/pull/3686))

### Removals

- The `Statefulsets` Grafana dashboard has been removed
Expand All @@ -47,6 +50,12 @@
This deprecated option will be removed in MetalK8s 124.0.0
(PR[#3730](https://github.com/scality/metalk8s/pull/3730))

### Bug fixes

- Automatically restart `kubelet` on `kube-apiserver` manifest change if the
static Pod isn't restarted
(PR[#3818](https://github.com/scality/metalk8s/pull/3818))

### Enhancements

- Bump Kubernetes version to
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_MAJOR=123
VERSION_MINOR=0
VERSION_PATCH=0
VERSION_SUFFIX=-dev
VERSION_SUFFIX=

0 comments on commit 528b3b0

Please sign in to comment.