Skip to content

Commit a8f2a0a

Browse files
committed
feat: update NVIDIA production drivers to 595.58.03
Via pkgs/extensions. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit f2bc2dc)
1 parent ccf1e0c commit a8f2a0a

5 files changed

Lines changed: 10 additions & 4 deletions

File tree

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ linters:
8282
- golang.zx2c4.com/wireguard/wgctrl
8383
- github.com/mdlayher/ethtool
8484
- github.com/containerd/containerd/v2
85+
- github.com/google/go-containerregistry
8586
replace-local: true
8687
exclude-forbidden: false
8788
retract-allow-no-explanation: false

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ EMBED_TARGET ?= embed
2727
TOOLS_PREFIX ?= ghcr.io/siderolabs/tools
2828
TOOLS ?= v1.13.0-beta.0
2929
PKGS_PREFIX ?= ghcr.io/siderolabs
30-
PKGS ?= v1.14.0-alpha.0-1-g22fa669
30+
PKGS ?= v1.14.0-alpha.0-2-g9142603
3131
GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
3232
GENERATE_VEX ?= latest
3333

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ replace (
2424
// this a fork with containerd 2.2 branch + the commit from the PR above
2525
replace github.com/containerd/containerd/v2 => github.com/smira/containerd/v2 v2.2.3-0.20260311174942-e5fa687ba763
2626

27+
// downgrade the go-containerregistry to workaround the security changes in
28+
// https://github.com/google/go-containerregistry/pull/2227/changes: it breaks
29+
// our extensions
30+
replace github.com/google/go-containerregistry => github.com/google/go-containerregistry v0.21.2
31+
2732
// Kubernetes dependencies sharing the same version.
2833
require (
2934
k8s.io/api v0.35.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,8 @@ github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeN
413413
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
414414
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
415415
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
416-
github.com/google/go-containerregistry v0.21.3 h1:Xr+yt3VvwOOn/5nJzd7UoOhwPGiPkYW0zWDLLUXqAi4=
417-
github.com/google/go-containerregistry v0.21.3/go.mod h1:D5ZrJF1e6dMzvInpBPuMCX0FxURz7GLq2rV3Us9aPkc=
416+
github.com/google/go-containerregistry v0.21.2 h1:vYaMU4nU55JJGFC9JR/s8NZcTjbE9DBBbvusTW9NeS0=
417+
github.com/google/go-containerregistry v0.21.2/go.mod h1:ctO5aCaewH4AK1AumSF5DPW+0+R+d2FmylMJdp5G7p0=
418418
github.com/google/go-tpm v0.9.8 h1:slArAR9Ft+1ybZu0lBwpSmpwhRXaa85hWtMinMyRAWo=
419419
github.com/google/go-tpm v0.9.8/go.mod h1:h9jEsEECg7gtLis0upRBQU+GhYVH6jMjrFxI8u6bVUY=
420420
github.com/google/go-tpm-tools v0.3.13-0.20230620182252-4639ecce2aba h1:qJEJcuLzH5KDR0gKc0zcktin6KSAwL7+jWKBYceddTc=

pkg/machinery/gendata/data/pkgs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.14.0-alpha.0-1-g22fa669
1+
v1.14.0-alpha.0-2-g9142603

0 commit comments

Comments
 (0)