Skip to content

Commit

Permalink
feat: update containerd to 2.0.2
Browse files Browse the repository at this point in the history
See https://github.com/containerd/containerd/releases/tag/v2.0.2

Signed-off-by: Andrey Smirnov <[email protected]>
(cherry picked from commit ddd695d)
  • Loading branch information
smira committed Jan 16, 2025
1 parent 582064d commit 694b1a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ preface = """
description = """\
* Linux: 6.12.9
* runc: 1.2.4
* containerd: 2.0.2
Talos is built with Go 1.23.4.
"""
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ const (
TrustdUserID = 51

// DefaultContainerdVersion is the default container runtime version.
DefaultContainerdVersion = "2.0.1"
DefaultContainerdVersion = "2.0.2"

// SystemContainerdNamespace is the Containerd namespace for Talos services.
SystemContainerdNamespace = "system"
Expand Down

0 comments on commit 694b1a9

Please sign in to comment.