Skip to content

Commit

Permalink
feat: update Linux to 5.15.23, Go to 1.17.7
Browse files Browse the repository at this point in the history
See:

* siderolabs/tools#169
* siderolabs/pkgs#396
* siderolabs/pkgs#398
* siderolabs/extras#38

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Feb 11, 2022
1 parent 8023d99 commit 097f59b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ DOCKER_LOGIN_ENABLED ?= true
NAME = Talos

ARTIFACTS := _out
TOOLS ?= ghcr.io/talos-systems/tools:v0.9.0-1-gb1146f9
PKGS ?= v0.9.0-2-g447ce75
EXTRAS ?= v0.7.0-1-gd6b73a7
TOOLS ?= ghcr.io/talos-systems/tools:v0.9.0-2-gc89ed2c
PKGS ?= v0.9.0-4-gc875fbe
EXTRAS ?= v0.7.0-2-gb4c9d21
GO_VERSION ?= 1.17
GOFUMPT_VERSION ?= v0.1.1
GOLANGCILINT_VERSION ?= v1.43.0
Expand Down
5 changes: 3 additions & 2 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ preface = """\
[notes.updates]
title = "Component Updates"
description="""\
* Linux: 5.15.16
* CoreDNS: 1.8.7
* Linux: 5.15.23
Talos is built with Go 1.17.7
"""

[make_deps]
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.16-talos"
DefaultKernelVersion = "5.15.23-talos"

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

0 comments on commit 097f59b

Please sign in to comment.