Skip to content

Commit

Permalink
build: Bump keepalived version in metalk8s-keepalived image to 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddyAndrieux committed Apr 4, 2024
1 parent 9646c2c commit f8d3819
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
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)
in `metalk8s-keepalived` image
(PR[#4296](https://github.com/scality/metalk8s/pull/4296))

- Bump the rocky base image used by `salt-master` and `metalk8s-utils`
images to `rockylinux:8.9.20231119`
(PR[#4294](https://github.com/scality/metalk8s/pull/4294))
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.7"
KEEPALIVED_VERSION: str = "2.2.8"

# 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 f8d3819

Please sign in to comment.