From 9041d2d96c6f7fe2e735cd7c9583aab36f7541e1 Mon Sep 17 00:00:00 2001 From: Yoan Moscatelli Date: Tue, 6 Aug 2024 11:49:28 +0000 Subject: [PATCH] build: Bump keepalived version in metalk8s-keepalived image to 2.3.1 --- CHANGELOG.md | 4 ++-- buildchain/buildchain/versions.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f96cc6963e..bc9e6a87bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/buildchain/buildchain/versions.py b/buildchain/buildchain/versions.py index d3d94077ae..2848cc0669 100644 --- a/buildchain/buildchain/versions.py +++ b/buildchain/buildchain/versions.py @@ -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