Skip to content

Commit

Permalink
feat: update containerd to 1.5.3, runc to 1.0.1
Browse files Browse the repository at this point in the history
Update pkgs and constants.

Signed-off-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
  • Loading branch information
AlekSi authored and talos-bot committed Jul 19, 2021
1 parent f8f1c83 commit c780821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ NAME = Talos

ARTIFACTS := _out
TOOLS ?= ghcr.io/talos-systems/tools:v0.7.0-alpha.0-2-g7172a5d
PKGS ?= v0.7.0-alpha.0-3-gb6fca88
PKGS ?= v0.7.0-alpha.0-6-g65159fb
EXTRAS ?= v0.5.0-alpha.0
GO_VERSION ?= 1.16
GOFUMPT_VERSION ?= v0.1.0
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 @@ -312,7 +312,7 @@ const (
TrustdPort = 50001

// DefaultContainerdVersion is the default container runtime version.
DefaultContainerdVersion = "1.5.2"
DefaultContainerdVersion = "1.5.3"

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

0 comments on commit c780821

Please sign in to comment.