Skip to content

Commit

Permalink
Release 127.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aprucolimartins committed Jun 20, 2024
1 parent 9faefc2 commit b66ada5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# CHANGELOG

## Release 127.0.3 (in development)
## Release 127.0.3

### Enhancements

- `sosreport` now can be used with the option `--upload-protocol s3`
to save reports directly in S3 buckets
(PR[#4328](https://github.com/scality/metalk8s/pull/4328))

- The `VRID` attribution is now randomized to minimize conflicts
with other systems
(PR[#4330](https://github.com/scality/metalk8s/pull/4330))

- The max log file size per container is raised to 50Mi.
The default was 10 Mi.
(PR[#4336](https://github.com/scality/metalk8s/pull/4336))

- The `etcdHightCommitDurations` window was increased to 30 minutes
in order to avoid false positives
(PR[#4341](https://github.com/scality/metalk8s/pull/4341))
Expand All @@ -17,18 +29,6 @@
due to another component modifying the wanted object
(PR[#4317](https://github.com/scality/metalk8s/pull/4317))

- `sosreport` now can be used with the option `--upload-protocol s3`
to save reports directly in S3 buckets
(PR[#4328](https://github.com/scality/metalk8s/pull/4328))

- The `VRID` attribution is now randomized to minimize conflicts
with other systems
(PR[#4330](https://github.com/scality/metalk8s/pull/4330))

- The max log file size per container is raised to 50Mi.
The default was 10 Mi.
(PR[#4336](https://github.com/scality/metalk8s/pull/4336))

### Bug fixes

- Following to Alert Manager Bump the test email feature from the
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=127
VERSION_MINOR=0
VERSION_PATCH=3
VERSION_SUFFIX=-dev
VERSION_SUFFIX=

0 comments on commit b66ada5

Please sign in to comment.