Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax = docker/dockerfile-upstream:1.26.0-labs
# syntax = docker/dockerfile-upstream:1.27.0-labs

# Meta args applied to stage base names.

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ KUBECTL_VERSION ?= v1.37.0
# renovate: datasource=github-releases depName=kastenhq/kubestr
KUBESTR_VERSION ?= v0.4.49
# renovate: datasource=github-releases depName=helm/helm
HELM_VERSION ?= v4.2.3
HELM_VERSION ?= v4.3.0
# renovate: datasource=github-releases depName=cilium/cilium-cli
CILIUM_CLI_VERSION ?= v0.19.7
CILIUM_CLI_VERSION ?= v0.20.0
# renovate: datasource=github-releases depName=microsoft/secureboot_objects
MICROSOFT_SECUREBOOT_RELEASE ?= v1.1.3

Expand Down
90 changes: 45 additions & 45 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.26.8

replace (
// forked to set O_CLOEXEC on device open and add SataDevice.CheckPowerMode (skip standby disks)
github.com/anatol/smart.go => github.com/majabojarska/smart.go v0.0.0-20260707122632-d93e71f8295c
github.com/anatol/smart.go => github.com/majabojarska/smart.go v0.0.0-20260723175002-53b369c3973c

// forked coredns so we don't carry caddy and other stuff into the Talos
github.com/coredns/coredns => github.com/siderolabs/coredns v1.14.53
Expand All @@ -13,7 +13,7 @@ replace (
github.com/mdlayher/ethtool => github.com/siderolabs/ethtool v0.6.0-sidero

// see https://github.com/mdlayher/kobject/pull/5
github.com/mdlayher/kobject => github.com/smira/kobject v0.0.0-20240304111826-49c8d4613389
github.com/mdlayher/kobject => github.com/smira/kobject 19ca17470d7d

// replace to disable assembly implementation (see https://github.com/beevik/nts/issues/1#issuecomment-4879122150)
github.com/secure-io/siv-go => github.com/smira/siv-go v0.0.0-20260706144621-2093d2730928
Expand Down Expand Up @@ -43,39 +43,39 @@ require (

require (
cloud.google.com/go/compute/metadata v0.9.0
codeberg.org/miekg/dns v0.6.90
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.22.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.14.0
codeberg.org/miekg/dns v0.6.109
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.23.1
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.14.1
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azcertificates v1.5.0
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.5.0
github.com/alexflint/go-filemutex v1.3.0
github.com/anatol/smart.go v0.0.0-20260707122632-d93e71f8295c
github.com/aws/aws-sdk-go-v2 v1.43.4
github.com/aws/aws-sdk-go-v2/config v1.32.35
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.35
github.com/aws/aws-sdk-go-v2/service/acm v1.43.4
github.com/aws/aws-sdk-go-v2/service/kms v1.55.4
github.com/aws/smithy-go v1.27.7
github.com/anatol/smart.go v0.0.0-20260723175002-53b369c3973c
github.com/aws/aws-sdk-go-v2 v1.47.0
github.com/aws/aws-sdk-go-v2/config v1.33.4
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.20.0
github.com/aws/aws-sdk-go-v2/service/acm v1.50.0
github.com/aws/aws-sdk-go-v2/service/kms v1.60.0
github.com/aws/smithy-go v1.28.1
github.com/beevik/ntp v1.5.0
github.com/beevik/nts v0.3.1
github.com/blang/semver/v4 v4.0.0
github.com/bougou/go-ipmi v0.9.1
github.com/cenkalti/backoff/v4 v4.3.0
github.com/cenkalti/backoff/v7 v7.0.0
github.com/containerd/cgroups/v3 v3.1.3
github.com/containerd/containerd/api v1.11.1
github.com/containerd/containerd/v2 v2.3.5
github.com/containerd/errdefs v1.0.0
github.com/containerd/log v0.1.0
github.com/containerd/log v0.2.0
github.com/containerd/platforms v1.0.0-rc.5
github.com/containerd/typeurl/v2 v2.3.0
github.com/containernetworking/cni v1.3.0
github.com/containernetworking/cni v1.3.1
github.com/containernetworking/plugins v1.9.1
github.com/coredns/coredns v1.14.6
github.com/coredns/coredns v1.14.7
github.com/coreos/go-iptables v0.8.0
github.com/cosi-project/runtime v1.16.3
github.com/detailyang/go-fallocate v0.0.0-20180908115635-432fa640bd2e
github.com/distribution/reference v0.6.0
github.com/docker/cli v29.7.2+incompatible
github.com/docker/cli v29.8.0+incompatible
github.com/dustin/go-humanize v1.0.1
github.com/elastic/go-libaudit/v2 v2.6.2
github.com/equinix-ms/go-vmw-guestrpc v1.0.0
Expand All @@ -85,32 +85,32 @@ require (
github.com/freddierice/go-losetup/v2 v2.0.1
github.com/fsnotify/fsnotify v1.10.1
github.com/g0rbe/go-chattr v1.0.1
github.com/gdamore/tcell/v2 v2.13.10
github.com/gdamore/tcell/v3 v3.5.0
github.com/gertd/go-pluralize v0.2.1
github.com/godbus/dbus/v5 v5.2.2
github.com/golang/mock v1.7.0-rc.1
github.com/google/cadvisor/lib v0.60.5
github.com/google/cel-go v0.31.0
github.com/google/go-containerregistry v0.21.9
github.com/google/cel-go v0.32.0
github.com/google/go-containerregistry v0.22.1
github.com/google/go-tpm v0.9.8
github.com/google/nftables v0.3.0
github.com/google/uuid v1.6.0
github.com/gopacket/gopacket v1.7.1
github.com/gosuri/uiprogress v0.0.1
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.4
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-envparse v0.1.0
github.com/hashicorp/go-getter/v2 v2.2.3
github.com/hashicorp/go-getter/v2 v2.2.4
github.com/hashicorp/go-multierror v1.1.1
github.com/hetznercloud/hcloud-go/v2 v2.47.0
github.com/insomniacslk/dhcp v0.0.0-20260728151720-c308df0fdcef
github.com/hetznercloud/hcloud-go/v2 v2.48.0
github.com/insomniacslk/dhcp v0.0.0-20260901064844-234b97448fae
github.com/jeromer/syslogparser v1.1.0
github.com/jsimonetti/rtnetlink/v2 v2.2.1-0.20260802200809-43bafec815b3
github.com/jsimonetti/rtnetlink/v2 9498c7a8aec5
github.com/jxskiss/base62 v1.1.0
github.com/klauspost/compress v1.19.2
github.com/klauspost/compress v1.20.0
github.com/klauspost/cpuid/v2 v2.4.0
github.com/linode/go-metadata v0.3.0
github.com/marmos91/dittofs v0.30.0
github.com/marmos91/dittofs v0.31.1
github.com/martinlindhe/base36 v1.1.1
github.com/mattn/go-isatty v0.0.24
github.com/mdlayher/arp v0.0.0-20260528070854-93566ba168e9
Expand All @@ -121,22 +121,22 @@ require (
github.com/mdlayher/netlink v1.11.2
github.com/mdlayher/netx v0.0.0-20230430222610-7e21880baee8
github.com/mdp/qrterminal/v3 v3.2.1
github.com/miekg/dns v1.1.72
github.com/moby/moby/api v1.55.0
github.com/moby/moby/client v0.5.1
github.com/miekg/dns v1.1.73
github.com/moby/moby/api v1.56.0
github.com/moby/moby/client v0.6.0
github.com/navidys/tvxwidgets v0.14.0
github.com/nberlee/go-netstat v0.1.2
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.1.1
github.com/opencontainers/runtime-spec v1.3.0
github.com/osrg/gobgp/v4 v4.8.0
github.com/osrg/gobgp/v4 v4.9.0
github.com/packethost/packngo v0.31.0
github.com/pelletier/go-toml/v2 v2.4.3
github.com/pin/tftp/v3 v3.2.0
github.com/pkg/xattr v0.4.12
github.com/planetscale/vtprotobuf v0.6.1-0.20260702190614-8ae5a48058df
github.com/pmorjan/kmod v1.1.1
github.com/prometheus/procfs v0.21.1
github.com/prometheus/procfs v0.22.0
github.com/rivo/tview v0.42.0
github.com/rs/xid v1.6.0
github.com/ryanuber/go-glob v1.0.0
Expand All @@ -145,7 +145,7 @@ require (
github.com/siderolabs/crypto v0.6.5
github.com/siderolabs/discovery-api v0.1.8
github.com/siderolabs/discovery-client v0.1.15
github.com/siderolabs/gen v0.8.7
github.com/siderolabs/gen v0.8.8
github.com/siderolabs/go-adv v1.0.0
github.com/siderolabs/go-blockdevice/v2 v2.0.32
github.com/siderolabs/go-circular v0.2.3
Expand All @@ -167,12 +167,12 @@ require (
github.com/siderolabs/kms-client v0.2.0
github.com/siderolabs/net v0.4.0
github.com/siderolabs/proto-codec v0.1.4
github.com/siderolabs/siderolink v0.3.16
github.com/siderolabs/siderolink v0.3.17
github.com/siderolabs/talos/pkg/machinery v1.15.0-alpha.0
github.com/sigstore/cosign/v3 v3.1.3
github.com/sigstore/sigstore v1.10.9
github.com/sigstore/sigstore v1.10.10
github.com/sigstore/sigstore-go v1.3.0
github.com/sirupsen/logrus v1.9.4
github.com/sirupsen/logrus v1.10.2
github.com/spf13/cobra v1.10.2
github.com/spf13/pflag v1.0.10
github.com/stretchr/testify v1.12.1
Expand All @@ -189,21 +189,21 @@ require (
go.uber.org/zap v1.28.0
go.uber.org/zap/exp v0.3.0
go.yaml.in/yaml/v4 v4.0.0-rc.6
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
golang.org/x/net v0.58.0
golang.org/x/oauth2 v0.36.0
golang.org/x/sync v0.22.0
golang.org/x/sys v0.47.0
golang.org/x/term v0.45.0
golang.org/x/text v0.41.0
golang.org/x/time v0.15.0
go4.org/netipx v0.0.0-20260823151212-3075585bcbeb
golang.org/x/net v0.59.0
golang.org/x/oauth2 v0.37.0
golang.org/x/sync v0.23.0
golang.org/x/sys v0.48.0
golang.org/x/term v0.46.0
golang.org/x/text v0.42.0
golang.org/x/time v0.16.0
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20241231184526-a9ab2273dd10
google.golang.org/grpc v1.83.2
google.golang.org/protobuf v1.36.12
gopkg.in/typ.v4 v4.4.0
k8s.io/klog/v2 v2.140.0
kernel.org/pub/linux/libs/security/libcap/cap v1.2.78
sigs.k8s.io/hydrophone v0.7.0
sigs.k8s.io/hydrophone v0.8.0
sigs.k8s.io/yaml v1.6.0
)

Expand Down
10 changes: 5 additions & 5 deletions internal/integration/k8s/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ package k8s
const (
// RookCephHelmChartVersion is the version of the Rook Ceph Helm chart to use.
// renovate: datasource=helm versioning=helm depName=rook-ceph registryUrl=https://charts.rook.io/release
RookCephHelmChartVersion = "v1.20.3"
RookCephHelmChartVersion = "v1.20.7"
// CephCSIDriversHelmChartVersion is the version of the Ceph-CSI drivers Helm chart to use.
// Starting with Rook v1.20 the CSI drivers are no longer deployed by the operator chart and
// have to be installed separately via the ceph-csi-drivers chart.
// renovate: datasource=helm versioning=helm depName=ceph-csi-drivers registryUrl=https://ceph.github.io/ceph-csi-operator
CephCSIDriversHelmChartVersion = "v1.0.4"
CephCSIDriversHelmChartVersion = "1.0.5"
// LongHornHelmChartVersion is the version of the Longhorn Helm chart to use.
// renovate: datasource=helm versioning=helm depName=longhorn registryUrl=https://charts.longhorn.io
LongHornHelmChartVersion = "1.12.0"
LongHornHelmChartVersion = "1.12.1"
// OpenEBSChartVersion is the version of the OpenEBS Helm chart to use.
// renovate: datasource=helm versioning=helm depName=openebs registryUrl=https://openebs.github.io/openebs
OpenEBSChartVersion = "4.5.1"
OpenEBSChartVersion = "4.6.1"
// TridentOperatorChartVersion is the version of the NetApp Trident Operator Helm chart to use.
// renovate: datasource=helm versioning=helm depName=trident-operator registryUrl=https://netapp.github.io/trident-helm-chart
TridentOperatorChartVersion = "100.2606.0"
TridentOperatorChartVersion = "100.2606.1"
)
16 changes: 8 additions & 8 deletions pkg/machinery/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,34 +7,34 @@ replace github.com/mdlayher/ethtool => github.com/siderolabs/ethtool v0.6.0-side

require (
github.com/blang/semver/v4 v4.0.0
github.com/containerd/go-cni v1.1.13
github.com/containerd/go-cni v1.1.14
github.com/cosi-project/runtime v1.16.3
github.com/dustin/go-humanize v1.0.1
github.com/emicklei/dot v1.11.0
github.com/evanphx/json-patch v5.9.11+incompatible
github.com/ghodss/yaml v1.0.0
github.com/google/cel-go v0.31.0
github.com/google/go-containerregistry v0.21.7
github.com/google/cel-go v0.32.0
github.com/google/go-containerregistry v0.22.1
github.com/hashicorp/go-multierror v1.1.1
github.com/jsimonetti/rtnetlink/v2 v2.2.1-0.20260802200809-43bafec815b3
github.com/jsimonetti/rtnetlink/v2 9498c7a8aec5
github.com/mdlayher/ethtool v0.6.1
github.com/neticdk/go-stdlib v1.0.1
github.com/opencontainers/runtime-spec v1.3.0
github.com/planetscale/vtprotobuf v0.6.1-0.20260702190614-8ae5a48058df
github.com/ryanuber/go-glob v1.0.0
github.com/santhosh-tekuri/jsonschema/v6 v6.0.3
github.com/siderolabs/crypto v0.6.5
github.com/siderolabs/gen v0.8.7
github.com/siderolabs/gen v0.8.8
github.com/siderolabs/go-api-signature v0.3.13
github.com/siderolabs/go-pointer v1.0.1
github.com/siderolabs/net v0.4.0
github.com/siderolabs/protoenc v0.2.4
github.com/stretchr/testify v1.12.1
go.uber.org/zap v1.28.0
go.yaml.in/yaml/v4 v4.0.0-rc.6
golang.org/x/net v0.58.0
google.golang.org/genproto/googleapis/api v0.0.0-20260810153831-ec0a7760b754
google.golang.org/genproto/googleapis/rpc v0.0.0-20260810153831-ec0a7760b754
golang.org/x/net v0.59.0
google.golang.org/genproto/googleapis/api v0.0.0-20260908043556-f8649ddbbfe6
google.golang.org/genproto/googleapis/rpc v0.0.0-20260908043556-f8649ddbbfe6
google.golang.org/grpc v1.83.2
google.golang.org/protobuf v1.36.12
)
Expand Down
20 changes: 10 additions & 10 deletions tools/cloud-image-uploader/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ module github.com/siderolabs/talos/tools/cloud-image-uploader
go 1.26.8

require (
cloud.google.com/go/storage v1.64.0
github.com/aws/aws-sdk-go-v2 v1.43.5
github.com/aws/aws-sdk-go-v2/config v1.32.36
github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager v0.3.12
github.com/aws/aws-sdk-go-v2/service/ec2 v1.321.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.107.1
cloud.google.com/go/storage v1.67.1
github.com/aws/aws-sdk-go-v2 v1.47.0
github.com/aws/aws-sdk-go-v2/config v1.33.4
github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager v0.4.5
github.com/aws/aws-sdk-go-v2/service/ec2 v1.332.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.113.0
github.com/google/uuid v1.6.0
github.com/klauspost/compress v1.19.2
github.com/siderolabs/gen v0.8.7
github.com/klauspost/compress v1.20.0
github.com/siderolabs/gen v0.8.8
github.com/siderolabs/go-pointer v1.0.1
github.com/siderolabs/go-retry v0.3.3
github.com/spf13/pflag v1.0.10
golang.org/x/sync v0.22.0
google.golang.org/api v0.293.0
golang.org/x/sync v0.23.0
google.golang.org/api v0.297.0
)

require (
Expand Down
6 changes: 3 additions & 3 deletions tools/docgen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module github.com/siderolabs/talos/tools/docgen
go 1.26.8

require (
github.com/gomarkdown/markdown v0.0.0-20260725000948-8435af3f5984
github.com/gomarkdown/markdown v0.0.0-20260907091611-16791ada75cf
github.com/invopop/jsonschema v0.14.0
github.com/microcosm-cc/bluemonday v1.0.27
github.com/pb33f/ordered-map/v2 v2.3.1
github.com/santhosh-tekuri/jsonschema/v6 v6.0.3
github.com/siderolabs/gen v0.8.7
github.com/siderolabs/gen v0.8.8
go.yaml.in/yaml/v4 v4.0.0-rc.6
mvdan.cc/gofumpt v0.11.0
mvdan.cc/gofumpt v0.12.0
)

require (
Expand Down
Loading