Skip to content

Commit

Permalink
feat: update Linux 6.6.49
Browse files Browse the repository at this point in the history
Bring in new pkgs, runc 1.2.0-rc.3.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Sep 4, 2024
1 parent 7edcbbb commit bc8bf9e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ARTIFACTS := _out
TOOLS ?= ghcr.io/siderolabs/tools:v1.8.0

PKGS_PREFIX ?= ghcr.io/siderolabs
PKGS ?= v1.8.0-alpha.0-54-g4ce5bc6
PKGS ?= v1.8.0-alpha.0-56-g2c6abb8
EXTRAS ?= v1.8.0-alpha.0-6-g43a2821

KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest
Expand Down
4 changes: 2 additions & 2 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ All other release assets can be downloaded from [Image Factory](https://www.talo
title = "Component Updates"
description = """\
Kubernetes: 1.31.0
Linux: 6.6.47
Linux: 6.6.49
containerd: 2.0.0-rc.4
runc: 1.2.0-rc.2
runc: 1.2.0-rc.3
etcd: 3.5.15
Flannel: 0.25.6
Flannel CNI plugin: 1.5.1
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 @@ -14,7 +14,7 @@ import (

const (
// DefaultKernelVersion is the default Linux kernel version.
DefaultKernelVersion = "6.6.47-talos"
DefaultKernelVersion = "6.6.49-talos"

// KernelModulesPath is the default path to the kernel modules without the kernel version.
KernelModulesPath = "/lib/modules"
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/gendata/data/pkgs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.8.0-alpha.0-54-g4ce5bc6
v1.8.0-alpha.0-56-g2c6abb8
Binary file modified pkg/provision/providers/vm/internal/ipxe/data/ipxe/amd64/snp.efi
Binary file not shown.
Binary file modified pkg/provision/providers/vm/internal/ipxe/data/ipxe/arm64/snp.efi
Binary file not shown.

0 comments on commit bc8bf9e

Please sign in to comment.