Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
[v2.42.0](https://github.com/dexidp/dex/releases/tag/v2.42.0)
(PR[#4558](https://github.com/scality/metalk8s/pull/4558))

- Bump containerd to [1.6.38](https://github.com/containerd/containerd/releases/tag/v1.6.38)
(PR[#4575](https://github.com/scality/metalk8s/pull/4575))

- Bump Fluent Bit image version to [3.2.8](https://github.com/fluent/fluent-bit/releases/tag/v3.2.8)
and Fluent Bit Helm chart version to [0.48.9](https://github.com/fluent/helm-charts/releases/tag/fluent-bit-0.48.9)
(PR[#4559](https://github.com/scality/metalk8s/pull/4559))
Expand Down
2 changes: 1 addition & 1 deletion buildchain/buildchain/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

CALICO_VERSION: str = "3.29.3"
SALT_VERSION: str = "3002.9"
CONTAINERD_VERSION: str = "1.6.36"
CONTAINERD_VERSION: str = "1.6.38"

CONTAINERD_RELEASE: str = "1"
SOSREPORT_RELEASE: str = "2"
Expand Down
2 changes: 1 addition & 1 deletion packages/redhat/8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN useradd -m build

ARG SALT_VERSION
ARG K8S_SHORT_VERSION
ARG GO_VERSION=1.19.13
ARG GO_VERSION=1.20.14

ADD common/yum_repositories/*.repo /etc/yum.repos.d/
RUN sed -i s/@SALT_VERSION@/$SALT_VERSION/ /etc/yum.repos.d/saltstack.repo
Expand Down
Loading
Loading