File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Release 132.0.0 (in development)
44
5+ ### Enhancements
6+
7+ - Bump Kubernetes version to [ 1.32.7] ( https://github.com/kubernetes/kubernetes/releases/tag/v1.32.7 )
8+ (PR[ #4637 ] ( https://github.com/scality/metalk8s/pull/4637 ) )
9+
10+ - Bump etcd version to [ 3.5.22] ( https://github.com/etcd-io/etcd/releases/tag/v3.5.22 )
11+ (PR[ #4637 ] ( https://github.com/scality/metalk8s/pull/4637 ) )
12+
13+ - Bump coredns version to [ 1.12.2] ( https://github.com/coredns/coredns/releases/tag/v1.12.2 )
14+ (PR[ #4637 ] ( https://github.com/scality/metalk8s/pull/4637 ) )
15+
516## Release 131.0.0 (in development)
617
718### Enhancements
Original file line number Diff line number Diff line change 1919# Project-wide versions {{{
2020
2121K8S_VERSION_MAJOR : str = "1"
22- K8S_VERSION_MINOR : str = "31 "
23- K8S_VERSION_PATCH : str = "10 "
22+ K8S_VERSION_MINOR : str = "32 "
23+ K8S_VERSION_PATCH : str = "7 "
2424
2525K8S_SHORT_VERSION : str = f"{ K8S_VERSION_MAJOR } .{ K8S_VERSION_MINOR } "
2626K8S_VERSION : str = f"{ K8S_SHORT_VERSION } .{ K8S_VERSION_PATCH } "
@@ -131,8 +131,8 @@ def _version_prefix(version: str, prefix: str = "v") -> str:
131131 ),
132132 Image (
133133 name = "coredns" ,
134- version = "v1.12.1 " ,
135- digest = "sha256:e8c262566636e6bc340ece6473b0eed193cad045384401529721ddbe6463d31c " ,
134+ version = "v1.12.2 " ,
135+ digest = "sha256:af8c8d35a5d184b386c4a6d1a012c8b218d40d1376474c7d071bb6c07201f47d " ,
136136 ),
137137 Image (
138138 name = "dex" ,
You can’t perform that action at this time.
0 commit comments