Skip to content

Commit

Permalink
chore: update Go to 1.19.5 and kernel to 6.1.4
Browse files Browse the repository at this point in the history
Release notes https://go.dev/doc/devel/release#go1.19.5

Signed-off-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.com>
  • Loading branch information
DmitriyMV committed Jan 12, 2023
1 parent 062c7d7 commit 683b4cc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ DOCKER_LOGIN_ENABLED ?= true
NAME = Talos

ARTIFACTS := _out
TOOLS ?= ghcr.io/siderolabs/tools:v1.4.0-alpha.0-3-ge2a8692
PKGS ?= v1.4.0-alpha.0-6-g325c9bf
EXTRAS ?= v1.4.0-alpha.0
TOOLS ?= ghcr.io/siderolabs/tools:v1.4.0-alpha.0-5-g763c1d9
PKGS ?= v1.4.0-alpha.0-11-ge561dcb
EXTRAS ?= v1.4.0-alpha.0-2-g8cb4792
GO_VERSION ?= 1.19
GOIMPORTS_VERSION ?= v0.1.11
GOFUMPT_VERSION ?= v0.4.0
Expand Down
4 changes: 2 additions & 2 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ preface = """\
[notes.updates]
title = "Component Updates"
description="""\
* Linux: 6.1.1
* Linux: 6.1.4
* containerd: v1.6.14
Talos is built with Go 1.19.4.
Talos is built with Go 1.19.5.
"""

[notes.etcd]
Expand Down
4 changes: 2 additions & 2 deletions 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 = "6.1.1-talos"
DefaultKernelVersion = "6.1.4-talos"

// KernelParamConfig is the kernel parameter name for specifying the URL.
// to the config.
Expand Down Expand Up @@ -722,7 +722,7 @@ const (
DBusClientSocketPath = "/run/dbus/system_bus_socket"

// GoVersion is the version of Go compiler this release was built with.
GoVersion = "go1.19.4"
GoVersion = "go1.19.5"

// KubernetesTalosAPIServiceName is the name of the Kubernetes service to access Talos API.
KubernetesTalosAPIServiceName = "talos"
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/gendata/data/extras
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.4.0-alpha.0
v1.4.0-alpha.0-2-g8cb4792
2 changes: 1 addition & 1 deletion pkg/machinery/gendata/data/pkgs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.4.0-alpha.0-6-g325c9bf
v1.4.0-alpha.0-11-ge561dcb

0 comments on commit 683b4cc

Please sign in to comment.