mirror of
https://github.com/siderolabs/extensions.git
synced 2026-05-05 04:06:38 +02:00
feat: update tools and pkgs for new Go and NVIDIA LTS
Also rekres and update catalog for new versions. Signed-off-by: Dmitrii Sharshakov <dmitry.sharshakov@siderolabs.com>
This commit is contained in:
parent
563da22175
commit
83ee3b07c1
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
@ -1,6 +1,6 @@
|
||||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
||||
#
|
||||
# Generated on 2025-09-18T12:49:25Z by kres ce14887.
|
||||
# Generated on 2025-10-09T16:37:55Z by kres 063080a.
|
||||
|
||||
"on":
|
||||
schedule:
|
||||
@ -15,7 +15,7 @@ jobs:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- name: Close stale issues and PRs
|
||||
uses: actions/stale@v10.0.0
|
||||
uses: actions/stale@v10.1.0
|
||||
with:
|
||||
close-issue-message: This issue was closed because it has been stalled for 7 days with no activity.
|
||||
days-before-issue-close: "5"
|
||||
|
||||
@ -85,11 +85,11 @@ spec:
|
||||
- name: EXTENSIONS_IMAGE_REF
|
||||
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
|
||||
- name: PKGS
|
||||
defaultValue: v1.12.0-alpha.0-34-gddfd7af
|
||||
defaultValue: v1.12.0-alpha.0-37-g56f8ae3
|
||||
- name: PKGS_PREFIX
|
||||
defaultValue: ghcr.io/siderolabs
|
||||
- name: TOOLS
|
||||
defaultValue: v1.12.0-alpha.0-12-g2c56d7a
|
||||
defaultValue: v1.12.0-alpha.0-13-g11f0337
|
||||
- name: TOOLS_PREFIX
|
||||
defaultValue: ghcr.io/siderolabs
|
||||
useBldrPkgTagResolver: true
|
||||
|
||||
6
Makefile
6
Makefile
@ -1,6 +1,6 @@
|
||||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
||||
#
|
||||
# Generated on 2025-10-03T12:46:35Z by kres bc281a9.
|
||||
# Generated on 2025-10-09T16:37:55Z by kres 063080a.
|
||||
|
||||
# common variables
|
||||
|
||||
@ -51,9 +51,9 @@ COMMON_ARGS += $(BUILD_ARGS)
|
||||
# extra variables
|
||||
|
||||
EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
|
||||
PKGS ?= v1.12.0-alpha.0-34-gddfd7af
|
||||
PKGS ?= v1.12.0-alpha.0-37-g56f8ae3
|
||||
PKGS_PREFIX ?= ghcr.io/siderolabs
|
||||
TOOLS ?= v1.12.0-alpha.0-12-g2c56d7a
|
||||
TOOLS ?= v1.12.0-alpha.0-13-g11f0337
|
||||
TOOLS_PREFIX ?= ghcr.io/siderolabs
|
||||
|
||||
# targets defines all the available targets
|
||||
|
||||
@ -167,13 +167,13 @@ tiers based on support level:
|
||||
|
||||
| Name | Tier | Image | Version | Description |
|
||||
| ---- | ---- | ----- | ------- | ----------- |
|
||||
| [nonfree-kmod-nvidia-lts](nvidia-gpu/nonfree/kmod-nvidia/lts) | :green_square: core | [ghcr.io/siderolabs/nonfree-kmod-nvidia-lts](https://github.com/siderolabs/extensions/pkgs/container/nonfree-kmod-nvidia-lts) | `580.82.07-VERSION` | This system extension provides nvidia proprietary kernel modules built against a specific Talos version. |
|
||||
| [nonfree-kmod-nvidia-lts](nvidia-gpu/nonfree/kmod-nvidia/lts) | :green_square: core | [ghcr.io/siderolabs/nonfree-kmod-nvidia-lts](https://github.com/siderolabs/extensions/pkgs/container/nonfree-kmod-nvidia-lts) | `580.95.05-VERSION` | This system extension provides nvidia proprietary kernel modules built against a specific Talos version. |
|
||||
| [nonfree-kmod-nvidia-production](nvidia-gpu/nonfree/kmod-nvidia/production) | :green_square: core | [ghcr.io/siderolabs/nonfree-kmod-nvidia-production](https://github.com/siderolabs/extensions/pkgs/container/nonfree-kmod-nvidia-production) | `570.195.03-VERSION` | This system extension provides nvidia proprietary kernel modules built against a specific Talos version. |
|
||||
| [nvidia-container-toolkit-lts](nvidia-gpu/nvidia-container-toolkit/lts) | :green_square: core | [ghcr.io/siderolabs/nvidia-container-toolkit-lts](https://github.com/siderolabs/extensions/pkgs/container/nvidia-container-toolkit-lts) | `580.82.07-v1.17.8` | This system extension provides nvidia runtime and it's dependencies using NVIDIA's runtime handler. |
|
||||
| [nvidia-container-toolkit-lts](nvidia-gpu/nvidia-container-toolkit/lts) | :green_square: core | [ghcr.io/siderolabs/nvidia-container-toolkit-lts](https://github.com/siderolabs/extensions/pkgs/container/nvidia-container-toolkit-lts) | `580.95.05-v1.17.8` | This system extension provides nvidia runtime and it's dependencies using NVIDIA's runtime handler. |
|
||||
| [nvidia-container-toolkit-production](nvidia-gpu/nvidia-container-toolkit/production) | :green_square: core | [ghcr.io/siderolabs/nvidia-container-toolkit-production](https://github.com/siderolabs/extensions/pkgs/container/nvidia-container-toolkit-production) | `570.195.03-v1.17.8` | This system extension provides nvidia runtime and it's dependencies using NVIDIA's runtime handler. |
|
||||
| [nvidia-fabricmanager-lts](nvidia-gpu/nvidia-fabricmanager/lts) | :green_square: core | [ghcr.io/siderolabs/nvidia-fabricmanager-lts](https://github.com/siderolabs/extensions/pkgs/container/nvidia-fabricmanager-lts) | `580.82.07` | This system extension provides the Nvidia fabricmanager for GPU's that need NVLink support. |
|
||||
| [nvidia-fabricmanager-lts](nvidia-gpu/nvidia-fabricmanager/lts) | :green_square: core | [ghcr.io/siderolabs/nvidia-fabricmanager-lts](https://github.com/siderolabs/extensions/pkgs/container/nvidia-fabricmanager-lts) | `580.95.05` | This system extension provides the Nvidia fabricmanager for GPU's that need NVLink support. |
|
||||
| [nvidia-fabricmanager-production](nvidia-gpu/nvidia-fabricmanager/production) | :green_square: core | [ghcr.io/siderolabs/nvidia-fabricmanager-production](https://github.com/siderolabs/extensions/pkgs/container/nvidia-fabricmanager-production) | `570.195.03` | This system extension provides the Nvidia fabricmanager for GPU's that need NVLink support. |
|
||||
| [nvidia-open-gpu-kernel-modules-lts](nvidia-gpu/nvidia-modules/lts) | :green_square: core | [ghcr.io/siderolabs/nvidia-open-gpu-kernel-modules-lts](https://github.com/siderolabs/extensions/pkgs/container/nvidia-open-gpu-kernel-modules-lts) | `580.82.07-VERSION` | This system extension provides nvidia open source driver kernel modules built against a specific Talos version. |
|
||||
| [nvidia-open-gpu-kernel-modules-lts](nvidia-gpu/nvidia-modules/lts) | :green_square: core | [ghcr.io/siderolabs/nvidia-open-gpu-kernel-modules-lts](https://github.com/siderolabs/extensions/pkgs/container/nvidia-open-gpu-kernel-modules-lts) | `580.95.05-VERSION` | This system extension provides nvidia open source driver kernel modules built against a specific Talos version. |
|
||||
| [nvidia-open-gpu-kernel-modules-production](nvidia-gpu/nvidia-modules/production) | :green_square: core | [ghcr.io/siderolabs/nvidia-open-gpu-kernel-modules-production](https://github.com/siderolabs/extensions/pkgs/container/nvidia-open-gpu-kernel-modules-production) | `570.195.03-VERSION` | This system extension provides nvidia open source driver kernel modules built against a specific Talos version. |
|
||||
|
||||
### Tools
|
||||
|
||||
@ -19,7 +19,7 @@ See [Talos Linux documentation](https://www.talos.dev/v1.11/talos-guides/configu
|
||||
[notes.updates]
|
||||
title = "Component Updates"
|
||||
description = """\
|
||||
NVIDIA LTS: 580.82.07
|
||||
NVIDIA LTS: 580.95.05
|
||||
NVIDIA Production: 570.195.03
|
||||
crun: 1.24
|
||||
gvisor: 20250820.0
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
# only update if there's a matching fabric manager version
|
||||
# renovate: datasource=github-releases extractVersion=^\d+\.(?<version>\d+\.\d+)$ depName=nvidia/open-gpu-kernel-modules
|
||||
NVIDIA_DRIVER_LTS_VERSION: 580.82.07
|
||||
NVIDIA_PKGS_LTS_ARM64_SHA256: d435966c7ec512d4c723ffce4d722af1076803b29becba39ef4a27cdecd3d924
|
||||
NVIDIA_PKGS_LTS_ARM64_SHA512: d40d8b69b40a339e49a414396798301ee35fcb2dc3443f2b994ea5e312247c9dd534bf35fe8fbcd309c81cc4f705b4c3add9805b6e332af75aef2771e3749016
|
||||
NVIDIA_PKGS_LTS_AMD64_SHA256: 290f7fa5b48b153ed9b0711f6deff9075fa39c08348a38a6fc349da1500156c8
|
||||
NVIDIA_PKGS_LTS_AMD64_SHA512: cb70682e875028cd56b6a5f79dff5435542dbd1d3f8a0f19f8533c19d25aa5ec4e2949911be57a116cbef07e3ae6dacd756b87eecc523483fc2a906224bf1176
|
||||
NVIDIA_FABRIC_MANAGER_LTS_ARM64_SHA256: 53f9407c7a41ca0828abae859684a0ead8bbc582db44254dd745445db1dc6154
|
||||
NVIDIA_FABRIC_MANAGER_LTS_ARM64_SHA512: e3a4cf2681c1f1d6e618f78659c9058a8a8c8f3c586baa99ee717a0f969289e7fc4707ae6184fcb3162b8d982984795328fb88a0e8c297b6b5bf99ff2584a65e
|
||||
NVIDIA_FABRIC_MANAGER_LTS_AMD64_SHA256: a56478874220d5851c9d4543f315e772623f71a4f9f3f1b982de243ec7db11de
|
||||
NVIDIA_FABRIC_MANAGER_LTS_AMD64_SHA512: 61d54470d3beedc43cb9f4b7cded4c3d20831ff215a48e5761652b5ef72382c83ff644c79f4471751cb096a4d4b96b3a0167f7d7cc5af1d266b3733ab7108bd0
|
||||
NVIDIA_DRIVER_LTS_VERSION: 580.95.05
|
||||
NVIDIA_PKGS_LTS_ARM64_SHA256: 95b52919632928d7a245e5696b71cd68285e6bffd1f22cdcd4f9686d5d5b0b09
|
||||
NVIDIA_PKGS_LTS_ARM64_SHA512: ee3cccf6967e5b802c98897be16899f020dfdff7c226ad8ae44befe6b8aa765af1a0b7faf36a9334ab89834ae4d774ac6d5b33e18af81348e42060bfebaefafe
|
||||
NVIDIA_PKGS_LTS_AMD64_SHA256: 3528df4fb0c7a1665ae2af5d26effeb67f76fc86742ffc1defd7714408405d4d
|
||||
NVIDIA_PKGS_LTS_AMD64_SHA512: 268e78c300544ae5088323ca9dfb1e963d39b240fb402965fe79dedde0cd302d3221e92ec37aa3ca97b44d26e53ee2e121009dc0f41c5fca26d89a175d9adaa5
|
||||
NVIDIA_FABRIC_MANAGER_LTS_ARM64_SHA256: ea91191e91b306da1ee2932da399fab8fe46395ec6820f638432b0176fc7a28e
|
||||
NVIDIA_FABRIC_MANAGER_LTS_ARM64_SHA512: 3f9ebf777dda108822e1f514d7b3b088faff3a07ce22c93118acbe3fc4bcb40791ff5692b7bf939253eab97aa03a6be26ce01d4407c7ced1a0231073cb308058
|
||||
NVIDIA_FABRIC_MANAGER_LTS_AMD64_SHA256: f0220bfb67d04b4107acf00cc95abe5a9268fd8f8b5bae26971f4df232e4369c
|
||||
NVIDIA_FABRIC_MANAGER_LTS_AMD64_SHA512: 91b087fba76e0edd1dd35a0706467b05a483a7679a0415b6d6ab33b754a8b99ed59418906344c01eaef15c31f37afeb8fbaccac364f140c5a913067b463062f2
|
||||
# renovate: datasource=github-releases extractVersion=^\d+\.(?<version>\d+\.\d+)$ depName=nvidia/open-gpu-kernel-modules
|
||||
NVIDIA_DRIVER_PRODUCTION_VERSION: 570.195.03
|
||||
NVIDIA_PKGS_PRODUCTION_ARM64_SHA256: fde2e6e02d7087d97bbeb9dda8d95ea668923c17b6926d56485a56a3989f6a58
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user