File tree Expand file tree Collapse file tree 4 files changed +329
-432
lines changed Expand file tree Collapse file tree 4 files changed +329
-432
lines changed Original file line number Diff line number Diff line change 20
20
[ v2.42.0] ( https://github.com/dexidp/dex/releases/tag/v2.42.0 )
21
21
(PR[ #4558 ] ( https://github.com/scality/metalk8s/pull/4558 ) )
22
22
23
+ - Bump containerd to [ 1.6.38] ( https://github.com/containerd/containerd/releases/tag/v1.6.38 )
24
+ (PR[ #4575 ] ( https://github.com/scality/metalk8s/pull/4575 ) )
25
+
23
26
- Bump Fluent Bit image version to [ 3.2.8] ( https://github.com/fluent/fluent-bit/releases/tag/v3.2.8 )
24
27
and Fluent Bit Helm chart version to [ 0.48.9] ( https://github.com/fluent/helm-charts/releases/tag/fluent-bit-0.48.9 )
25
28
(PR[ #4559 ] ( https://github.com/scality/metalk8s/pull/4559 ) )
Original file line number Diff line number Diff line change 27
27
28
28
CALICO_VERSION : str = "3.29.3"
29
29
SALT_VERSION : str = "3002.9"
30
- CONTAINERD_VERSION : str = "1.6.36 "
30
+ CONTAINERD_VERSION : str = "1.6.38 "
31
31
32
32
CONTAINERD_RELEASE : str = "1"
33
33
SOSREPORT_RELEASE : str = "2"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN useradd -m build
8
8
9
9
ARG SALT_VERSION
10
10
ARG K8S_SHORT_VERSION
11
- ARG GO_VERSION=1.19.13
11
+ ARG GO_VERSION=1.20.14
12
12
13
13
ADD common/yum_repositories/*.repo /etc/yum.repos.d/
14
14
RUN sed -i s/@SALT_VERSION@/$SALT_VERSION/ /etc/yum.repos.d/saltstack.repo
You can’t perform that action at this time.
0 commit comments