Skip to content

Commit

Permalink
feat: update Linux to 5.15.30
Browse files Browse the repository at this point in the history
Also updates linux-firmware, OpenSSL to 1.1.1n.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Mar 22, 2022
1 parent e3fda04 commit a6240e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ DOCKER_LOGIN_ENABLED ?= true
NAME = Talos

ARTIFACTS := _out
TOOLS ?= ghcr.io/talos-systems/tools:v1.0.0-1-g4c77d96
PKGS ?= v1.1.0-alpha.0
TOOLS ?= ghcr.io/talos-systems/tools:v1.1.0-alpha.0-1-g99be089
PKGS ?= v1.1.0-alpha.0-5-g58603ba
EXTRAS ?= v1.0.0
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 @@ -71,7 +71,7 @@ Previously, the audit logs were sent to `kube-apiserver`'s `stdout`, along with
[notes.updates]
title = "Component Updates"
description="""\
* Linux: 5.15.28
* Linux: 5.15.30
* Kubernetes: 1.23.5
* CoreDNS: 1.9.0
* etcd: 3.5.2
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 @@ -13,7 +13,7 @@ import (

const (
// DefaultKernelVersion is the default Linux kernel version.
DefaultKernelVersion = "5.15.28-talos"
DefaultKernelVersion = "5.15.30-talos"

// KernelParamConfig is the kernel parameter name for specifying the URL.
// to the config.
Expand Down

0 comments on commit a6240e4

Please sign in to comment.