chore: bump tools and pkgs

Bump tools and pkgs to get kernel 5.15.33

5.15.33 has a bunch of fixes for some CVE's,
it was too hard to track those and reference

Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
Noel Georgi 2022-04-11 18:55:14 +05:30
parent 8499b7e7dc
commit 8faebd410b
No known key found for this signature in database
GPG Key ID: B1F736354201D483
4 changed files with 4 additions and 3 deletions

View File

@ -14,7 +14,7 @@ NAME = Talos
ARTIFACTS := _out
TOOLS ?= ghcr.io/siderolabs/tools:v1.1.0-alpha.0-7-g718ec10
PKGS ?= v1.1.0-alpha.0-20-g415020f
PKGS ?= v1.1.0-alpha.0-21-gff13660
EXTRAS ?= v1.1.0-alpha.0
GO_VERSION ?= 1.18
GOIMPORTS_VERSION ?= v0.1.10

View File

@ -18,6 +18,7 @@ preface = """\
[notes.updates]
title = "Component Updates"
description="""\
* Linux: 5.15.33
* Kubernetes: 1.24.0-beta.0
* Flannel: 0.17.0
* runc: 1.1.1

View File

@ -13,7 +13,7 @@ import (
const (
// DefaultKernelVersion is the default Linux kernel version.
DefaultKernelVersion = "5.15.32-talos"
DefaultKernelVersion = "5.15.33-talos"
// KernelParamConfig is the kernel parameter name for specifying the URL.
// to the config.

View File

@ -1 +1 @@
v1.1.0-alpha.0-20-g415020f
v1.1.0-alpha.0-21-gff13660