Skip to content

Commit

Permalink
feat: enable QEDF driver
Browse files Browse the repository at this point in the history
See #9391

Also bump pkgs & tools, bring in Go 1.23.2, containerd v2.0.0-rc.5

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Oct 4, 2024
1 parent f711907 commit 6a01437
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 17 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ ZSTD_COMPRESSION_LEVEL ?= 18
CI_RELEASE_TAG := $(shell git log --oneline --format=%B -n 1 HEAD^2 -- 2>/dev/null | head -n 1 | sed -r "/^release\(.*\)/ s/^release\((.*)\):.*$$/\\1/; t; Q")

ARTIFACTS := _out
TOOLS ?= ghcr.io/siderolabs/tools:v1.9.0-alpha.0-2-g9f2189b
TOOLS ?= ghcr.io/siderolabs/tools:v1.9.0-alpha.0-3-g1151610

PKGS_PREFIX ?= ghcr.io/siderolabs
PKGS ?= v1.9.0-alpha.0-13-ge2a561f
PKGS ?= v1.9.0-alpha.0-16-g1adb946
EXTRAS ?= v1.9.0-alpha.0

KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/siderolabs/talos

go 1.23.1
go 1.23.2

replace (
// see e.g. https://github.com/grpc/grpc-go/issues/6696
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.23.1
go 1.23.2

use (
.
Expand Down
2 changes: 1 addition & 1 deletion hack/cloud-image-uploader/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/siderolabs/cloud-image-uploader

go 1.23.1
go 1.23.2

require (
cloud.google.com/go/storage v1.43.0
Expand Down
2 changes: 1 addition & 1 deletion hack/docgen/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/siderolabs/talos-hack-docgen

go 1.23.1
go 1.23.2

// forked go-yaml that introduces RawYAML interface, which can be used to populate YAML fields using bytes
// which are then encoded as a valid YAML blocks with proper indentiation
Expand Down
2 changes: 1 addition & 1 deletion hack/gotagsrewrite/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/siderolabs/gotagsrewrite

go 1.23.1
go 1.23.2

require (
github.com/fatih/structtag v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion hack/module-sig-verify/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module module-sig-verify

go 1.23.1
go 1.23.2

require go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352
3 changes: 2 additions & 1 deletion hack/modules-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,11 @@ kernel/drivers/scsi/libfc/libfc.ko
kernel/drivers/scsi/megaraid/megaraid_sas.ko
kernel/drivers/scsi/mpi3mr/mpi3mr.ko
kernel/drivers/scsi/mpt3sas/mpt3sas.ko
kernel/drivers/scsi/qedf/qedf.ko
kernel/drivers/scsi/smartpqi/smartpqi.ko
kernel/drivers/scsi/vmw_pvscsi.ko
kernel/drivers/uio/uio.ko
kernel/drivers/uio/uio_pci_generic.ko
kernel/drivers/uio/uio.ko
kernel/drivers/usb/serial/ch341.ko
kernel/drivers/usb/serial/cp210x.ko
kernel/drivers/usb/serial/ftdi_sio.ko
Expand Down
7 changes: 5 additions & 2 deletions hack/modules-arm64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,15 @@ kernel/drivers/net/vrf.ko
kernel/drivers/nvme/host/nvme-rdma.ko
kernel/drivers/nvme/target/nvme-loop.ko
kernel/drivers/nvme/target/nvmet-fc.ko
kernel/drivers/nvme/target/nvmet.ko
kernel/drivers/nvme/target/nvmet-rdma.ko
kernel/drivers/nvme/target/nvmet-tcp.ko
kernel/drivers/nvme/target/nvmet.ko
kernel/drivers/scsi/fcoe/libfcoe.ko
kernel/drivers/scsi/libfc/libfc.ko
kernel/drivers/scsi/mpi3mr/mpi3mr.ko
kernel/drivers/uio/uio.ko
kernel/drivers/scsi/qedf/qedf.ko
kernel/drivers/uio/uio_pci_generic.ko
kernel/drivers/uio/uio.ko
kernel/drivers/vfio/pci/vfio-pci-core.ko
kernel/drivers/vfio/pci/vfio-pci.ko
kernel/drivers/vfio/vfio_iommu_type1.ko
Expand Down
3 changes: 2 additions & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ All other release assets can be downloaded from [Image Factory](https://www.talo
title = "Component Updates"
description = """\
Linux: 6.6.52
containerd: 2.0.0-rc.5
Talos is built with Go 1.23.1.
Talos is built with Go 1.23.2.
"""

[notes.cgroups]
Expand Down
2 changes: 1 addition & 1 deletion hack/structprotogen/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/siderolabs/structprotogen

go 1.23.1
go 1.23.2

require (
github.com/fatih/structtag v1.2.0
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 @@ -495,7 +495,7 @@ const (
TrustdUserID = 51

// DefaultContainerdVersion is the default container runtime version.
DefaultContainerdVersion = "2.0.0-rc.4"
DefaultContainerdVersion = "2.0.0-rc.5"

// SystemContainerdNamespace is the Containerd namespace for Talos services.
SystemContainerdNamespace = "system"
Expand Down Expand Up @@ -971,7 +971,7 @@ const (
DBusClientSocketPath = "/run/dbus/system_bus_socket"

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

// 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/pkgs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.9.0-alpha.0-13-ge2a561f
v1.9.0-alpha.0-16-g1adb946
2 changes: 1 addition & 1 deletion pkg/machinery/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/siderolabs/talos/pkg/machinery

go 1.23.1
go 1.23.2

// forked go-yaml that introduces RawYAML interface, which can be used to populate YAML fields using bytes
// which are then encoded as a valid YAML blocks with proper indentiation
Expand Down

0 comments on commit 6a01437

Please sign in to comment.