File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 14
14
- Bump CoreDNS version to [ v1.12.1] ( https://github.com/coredns/coredns/releases/tag/v1.12.1 )
15
15
(PR[ #4578 ] ( https://github.com/scality/metalk8s/pull/4578 ) )
16
16
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
+
17
21
- Bump dex chart version to
18
22
[ 0.23.0] ( https://github.com/dexidp/helm-charts/releases/tag/dex-0.23.0 )
19
23
Dex itself has been bumped accordingly to
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ def load_version_information() -> None:
84
84
ETCD_IMAGE_VERSION : str = f"{ ETCD_VERSION } -0"
85
85
NGINX_IMAGE_VERSION : str = "1.27.5-alpine"
86
86
NODEJS_IMAGE_VERSION : str = "20.11.1"
87
- KEEPALIVED_VERSION : str = "2.3.1 "
87
+ KEEPALIVED_VERSION : str = "2.3.3 "
88
88
CERT_MANAGER_VERSION : str = "1.17.1"
89
89
90
90
# Current build IDs, to be augmented whenever we rebuild the corresponding
You can’t perform that action at this time.
0 commit comments