Skip to content

Commit

Permalink
feat: update containerd to 2.0.0-rc.2, runc to 1.2.0-rc.1
Browse files Browse the repository at this point in the history
This only updates the binaries, the API update will be handled via
PR #8766.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed May 22, 2024
1 parent a12e4bb commit 2d50392
Show file tree
Hide file tree
Showing 10 changed files with 158 additions and 100 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ CLOUD_IMAGES_EXTRA_ARGS ?= ""
ZSTD_COMPRESSION_LEVEL ?= 18

ARTIFACTS := _out
TOOLS ?= ghcr.io/siderolabs/tools:v1.8.0-alpha.0-3-g7e5a248
TOOLS ?= ghcr.io/siderolabs/tools:v1.8.0-alpha.0-4-g06ba64e

PKGS_PREFIX ?= ghcr.io/siderolabs
PKGS ?= v1.8.0-alpha.0-16-g9ebfd1b
PKGS ?= v1.8.0-alpha.0-19-gf350879
EXTRAS ?= v1.8.0-alpha.0-1-g01ad9f5

KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest
Expand Down
3 changes: 2 additions & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ preface = """\
description = """\
Kubernetes: 1.30.1
Linux: 6.6.30
containerd: 1.7.16
containerd: 2.0.0-rc.2
runc: 1.2.0-rc.1
Talos is built with Go 1.22.3.
"""
Expand Down
11 changes: 6 additions & 5 deletions pkg/machinery/api/cluster/cluster_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions pkg/machinery/api/inspect/inspect_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2d50392

Please sign in to comment.