Skip to content

Commit

Permalink
Release 126.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aprucolimartins committed Sep 18, 2023
1 parent f249fe4 commit 86afa6a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# CHANGELOG
## Release 126.0.0 (in development)
## Release 126.0.0-alpha.3

### Enhancements

- Salt Master worker_threads and timeout are now configurable
(PR[#4149](https://github.com/scality/metalk8s/pull/4149))

- Alert re-push mechanism works properly
(PR[#4141](https://github.com/scality/metalk8s/pull/4141))

- Versions is properly shown on UI after upgrade
(PR[#4140](https://github.com/scality/metalk8s/pull/4140))

- Prevent Python 3.6 conflicts with newer versions of OpenStackSDK
(PR[#4139](https://github.com/scality/metalk8s/pull/4139))

- Add support in CSC to manage a new configuration for Shell UI on the WorkloadPlane
(PR[#4124](https://github.com/scality/metalk8s/pull/4124))

Expand All @@ -28,6 +40,18 @@

This change includes:

- Bump Docker build-push-action to [5](https://github.com/docker/build-push-action/tree/v5.0.0)
(PR[#4148](https://github.com/scality/metalk8s/pull/4148))

- Bump Docker login-action to [3](https://github.com/docker/login-action/tree/v3.0.0)
(PR[#4147](https://github.com/scality/metalk8s/pull/4147))

- Bump Docker setup-buildx-action to [3](https://github.com/docker/setup-buildx-action/tree/v3.0.0)
(PR[#4146](https://github.com/scality/metalk8s/pull/4146))

- Bump Scality Actions to [1.6.0](https://github.com/scality/actions/tree/1.6.0)
(PR[#4150](https://github.com/scality/metalk8s/pull/4150))

- Bump Prometheus container version to
[2.45.0](https://github.com/prometheus/prometheus/releases/tag/v2.45.0)
- Bump Thanos chart 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=126
VERSION_MINOR=0
VERSION_PATCH=0
VERSION_SUFFIX=-dev
VERSION_SUFFIX=-alpha.3

0 comments on commit 86afa6a

Please sign in to comment.