Skip to content

Commit

Permalink
build, pkgs: Bump containerd to 1.6.36 and pause to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
eg-ayoub committed Oct 18, 2024
1 parent dbd8c34 commit 3100007
Show file tree
Hide file tree
Showing 3 changed files with 438 additions and 323 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
- Bump etcd version to [3.5.15](https://github.com/etcd-io/etcd/releases/tag/v3.5.15)
(PR[#4417](https://github.com/scality/metalk8s/pull/4417))

- Bump containerd to [1.6.36](https://github.com/containerd/containerd/releases/tag/v1.6.36)
The pause image has been bump to 3.10
(PR[#4460](https://github.com/scality/metalk8s/pull/4460))

## Release 128.0.1 (in development)

## Release 128.0.0
Expand Down
4 changes: 2 additions & 2 deletions buildchain/buildchain/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ def _version_prefix(version: str, prefix: str = "v") -> str:
),
Image(
name="pause",
version="3.9",
digest="sha256:e6f1816883972d4be47bd48879a08919b96afcd344132622e4d444987919323c",
version="3.10",
digest="sha256:873ed75102791e5b0b8a7fcd41606c92fcec98d56d05ead4ac5131650004c136",
),
Image(
name="prometheus",
Expand Down
Loading

0 comments on commit 3100007

Please sign in to comment.