Skip to content

Commit ab9284b

Browse files
committed
Merge branch 'improvement/bump-keepalived-2.3.3' into q/130.0
2 parents 80318b2 + 5d9889a commit ab9284b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
- Bump CoreDNS version to [v1.12.1](https://github.com/coredns/coredns/releases/tag/v1.12.1)
1515
(PR[#4578](https://github.com/scality/metalk8s/pull/4578))
1616

17+
- Bump keepalived version to [2.3.3](https://www.keepalived.org/release-notes/Release-2.3.3.html)
18+
in `metalk8s-keepalived` image
19+
(PR[#4580](https://github.com/scality/metalk8s/pull/4580))
20+
1721
- Bump dex chart version to
1822
[0.23.0](https://github.com/dexidp/helm-charts/releases/tag/dex-0.23.0)
1923
Dex itself has been bumped accordingly to

buildchain/buildchain/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def load_version_information() -> None:
8484
ETCD_IMAGE_VERSION: str = f"{ETCD_VERSION}-0"
8585
NGINX_IMAGE_VERSION: str = "1.27.5-alpine"
8686
NODEJS_IMAGE_VERSION: str = "20.11.1"
87-
KEEPALIVED_VERSION: str = "2.3.1"
87+
KEEPALIVED_VERSION: str = "2.3.3"
8888
CERT_MANAGER_VERSION: str = "1.17.1"
8989

9090
# Current build IDs, to be augmented whenever we rebuild the corresponding

0 commit comments

Comments
 (0)