Skip to content

Commit

Permalink
feat: update containerd to 1.6.0
Browse files Browse the repository at this point in the history
See siderolabs/pkgs#400

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Feb 16, 2022
1 parent 961067e commit a9a47b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ NAME = Talos

ARTIFACTS := _out
TOOLS ?= ghcr.io/talos-systems/tools:v0.10.0-alpha.0-3-g4c9e7a4
PKGS ?= v0.10.0-alpha.0-24-g6019223
PKGS ?= v0.10.0-alpha.0-25-gaafafb5
EXTRAS ?= v0.8.0-alpha.0-2-g8f607fc
GO_VERSION ?= 1.17
GOFUMPT_VERSION ?= v0.1.1
Expand Down
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ with a single `--mode` flag that can take the following values:
* Kubernetes: 1.23.3
* CoreDNS: 1.8.7
* etcd: 3.5.2
* containerd: 1.6.0-rc.0
* containerd: 1.6.0
* runc: 1.1.0
Talos is built with Go 1.17.7
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 @@ -353,7 +353,7 @@ const (
TrustdUserID = 51

// DefaultContainerdVersion is the default container runtime version.
DefaultContainerdVersion = "1.6.0-rc.0"
DefaultContainerdVersion = "1.6.0"

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

0 comments on commit a9a47b7

Please sign in to comment.