mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-19 11:31:10 +02:00
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:
parent
8499b7e7dc
commit
8faebd410b
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ NAME = Talos
|
|||||||
|
|
||||||
ARTIFACTS := _out
|
ARTIFACTS := _out
|
||||||
TOOLS ?= ghcr.io/siderolabs/tools:v1.1.0-alpha.0-7-g718ec10
|
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
|
EXTRAS ?= v1.1.0-alpha.0
|
||||||
GO_VERSION ?= 1.18
|
GO_VERSION ?= 1.18
|
||||||
GOIMPORTS_VERSION ?= v0.1.10
|
GOIMPORTS_VERSION ?= v0.1.10
|
||||||
|
@ -18,6 +18,7 @@ preface = """\
|
|||||||
[notes.updates]
|
[notes.updates]
|
||||||
title = "Component Updates"
|
title = "Component Updates"
|
||||||
description="""\
|
description="""\
|
||||||
|
* Linux: 5.15.33
|
||||||
* Kubernetes: 1.24.0-beta.0
|
* Kubernetes: 1.24.0-beta.0
|
||||||
* Flannel: 0.17.0
|
* Flannel: 0.17.0
|
||||||
* runc: 1.1.1
|
* runc: 1.1.1
|
||||||
|
@ -13,7 +13,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// DefaultKernelVersion is the default Linux kernel version.
|
// 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.
|
// KernelParamConfig is the kernel parameter name for specifying the URL.
|
||||||
// to the config.
|
// to the config.
|
||||||
|
@ -1 +1 @@
|
|||||||
v1.1.0-alpha.0-20-g415020f
|
v1.1.0-alpha.0-21-gff13660
|
Loading…
x
Reference in New Issue
Block a user