Skip to content

Commit

Permalink
chore: update Go to 1.16.7, Linux to 5.10.57
Browse files Browse the repository at this point in the history
See:

* siderolabs/tools#144
* siderolabs/pkgs#319
* siderolabs/extras#24

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Aug 12, 2021
1 parent eefe1c2 commit 5b57a98
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -11,9 +11,9 @@ DOCKER_LOGIN_ENABLED ?= true
NAME = Talos

ARTIFACTS := _out
TOOLS ?= ghcr.io/talos-systems/tools:v0.7.0-alpha.0-2-g7172a5d
PKGS ?= v0.7.0-alpha.0-14-g875c7ec
EXTRAS ?= v0.5.0-alpha.0-1-g4957f3c
TOOLS ?= ghcr.io/talos-systems/tools:v0.7.0-alpha.0-3-g2368154
PKGS ?= v0.7.0-alpha.0-16-gda4ac04
EXTRAS ?= v0.5.0-alpha.0-2-g8ce17e5
GO_VERSION ?= 1.16
GOFUMPT_VERSION ?= v0.1.0
STRINGER_VERSION ?= v0.1.3
Expand Down
4 changes: 2 additions & 2 deletions hack/release.toml
Expand Up @@ -55,12 +55,12 @@ the default values overwritten by Talos.
[notes.updates]
title = "Component Updates"
description = """\
* Linux: 5.10.52
* Linux: 5.10.57
* Kubernetes: 1.22.0
* containerd: 1.5.5
* runc: 1.0.1
* GRUB: 2.06
* Talos is built with Go 1.16.6
* Talos is built with Go 1.16.7
"""

[notes.etcd]
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/api/cluster/cluster.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/machinery/api/common/common.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/machinery/api/inspect/inspect.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/machinery/api/machine/machine.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/machinery/api/network/network.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/machinery/api/resource/resource.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/machinery/api/resource/secrets/secrets.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/machinery/api/security/security.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/machinery/api/storage/storage.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/machinery/api/time/time.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/machinery/constants/constants.go
Expand Up @@ -13,7 +13,7 @@ import (

const (
// DefaultKernelVersion is the default Linux kernel version.
DefaultKernelVersion = "5.10.52-talos"
DefaultKernelVersion = "5.10.57-talos"

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

0 comments on commit 5b57a98

Please sign in to comment.