Skip to content

Commit

Permalink
chore: update pkgs and extras
Browse files Browse the repository at this point in the history
This brings in the following changes:

* siderolabs/pkgs#404
* siderolabs/pkgs#405
* siderolabs/pkgs#406
* siderolabs/pkgs#407

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Feb 28, 2022
1 parent c5992c2 commit 7b33ffb
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 @@ -13,8 +13,8 @@ NAME = Talos

ARTIFACTS := _out
TOOLS ?= ghcr.io/talos-systems/tools:v0.10.0-alpha.0-5-g8197edb
PKGS ?= v0.10.0-alpha.0-29-g8f03136
EXTRAS ?= v0.8.0-alpha.0-3-g2d9d430
PKGS ?= v0.10.0-alpha.0-33-g9d61f59
EXTRAS ?= v0.8.0-alpha.0-4-g9238bc7
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 @@ -59,7 +59,7 @@ Previously, the audit logs were sent to `kube-apiserver`'s `stdout`, along with
[notes.updates]
title = "Component Updates"
description="""\
* Linux: 5.15.24
* Linux: 5.15.25
* 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.24-talos"
DefaultKernelVersion = "5.15.25-talos"

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

0 comments on commit 7b33ffb

Please sign in to comment.