Skip to content

Commit

Permalink
Merge branch 'feature/bump-keepalived-version' into q/128.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-e committed Aug 7, 2024
2 parents 65dfe78 + 9041d2d commit 103e61e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
and `metalk8s-keepalived` image to `alpine:3.19.1`
(PR[#4293](https://github.com/scality/metalk8s/pull/4293))

- Bump keepalived version to [2.2.8](https://www.keepalived.org/release-notes/Release-2.2.8.html)
- Bump keepalived version to [2.3.1](https://www.keepalived.org/release-notes/Release-2.3.1.html)
in `metalk8s-keepalived` image
(PR[#4296](https://github.com/scality/metalk8s/pull/4296))
(PR[#4396](https://github.com/scality/metalk8s/pull/4396))

- Bump the rocky base image used by `salt-master` and `metalk8s-utils`
images to `rockylinux:8.9.20231119`
Expand Down
2 changes: 1 addition & 1 deletion buildchain/buildchain/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def load_version_information() -> None:
ETCD_IMAGE_VERSION: str = f"{ETCD_VERSION}-0"
NGINX_IMAGE_VERSION: str = "1.25.4-alpine"
NODEJS_IMAGE_VERSION: str = "16.14.0"
KEEPALIVED_VERSION: str = "2.2.8"
KEEPALIVED_VERSION: str = "2.3.1"

# Current build IDs, to be augmented whenever we rebuild the corresponding
# image, e.g. because the `Dockerfile` is changed, or one of the dependencies
Expand Down

0 comments on commit 103e61e

Please sign in to comment.