Skip to content

Commit

Permalink
chore: bump tools, pkgs, extras
Browse files Browse the repository at this point in the history
Bump tools, pkgs and extras

Ref:
- siderolabs/tools#171
- siderolabs/extras#39
- siderolabs/pkgs#403

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Feb 21, 2022
1 parent f40b480 commit 8a634d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.10.0-alpha.0-3-g4c9e7a4
PKGS ?= v0.10.0-alpha.0-25-gaafafb5
EXTRAS ?= v0.8.0-alpha.0-2-g8f607fc
TOOLS ?= ghcr.io/talos-systems/tools:v0.10.0-alpha.0-5-g8197edb
PKGS ?= v0.10.0-alpha.0-27-g3af05f6
EXTRAS ?= v0.8.0-alpha.0-3-g2d9d430
GO_VERSION ?= 1.17
GOFUMPT_VERSION ?= v0.1.1
GOLANGCILINT_VERSION ?= v1.43.0
Expand Down
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If your kubelet fails to start after the upgrade, please check the `kubelet` log
[notes.updates]
title = "Component Updates"
description="""\
* Linux: 5.15.23
* Linux: 5.15.24
* Kubernetes: 1.23.4
* 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.23-talos"
DefaultKernelVersion = "5.15.24-talos"

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

0 comments on commit 8a634d5

Please sign in to comment.