Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Bump keepalived version in metalk8s-keepalived image to 2.3.1 #4396

Merged
merged 1 commit into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading