Skip to content
Closed
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 .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
- name: EXTENSIONS_IMAGE_REF
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
- name: PKGS
defaultValue: v1.15.0-alpha.0-30-gf380535
defaultValue: v1.15.0-alpha.0-34-g99ec357
- name: PKGS_PREFIX
defaultValue: ghcr.io/siderolabs
- name: TOOLS
Expand Down
4 changes: 2 additions & 2 deletions Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ format: v1alpha2
vars:
CONTAINERD_VERSION: v2.3.5 # update this when updating PKGS version tag in Makefile
LINUX_FIRMWARE_VERSION: "20260810" # update this when updating PKGS version tag in Makefile
DRBD_DRIVER_VERSION: 9.3.3 # update this when updating PKGS version tag in Makefile
DRBD_DRIVER_VERSION: 9.3.4 # update this when updating PKGS version tag in Makefile
PX_FUSE_DRIVER_VERSION: 8b52ef67d261369cbc93f132db299e5dcf64ad7c # update this when updating PKGS version tag in Makefile
ZFS_DRIVER_VERSION: 2.4.4 # update this when updating PKGS version tag in Makefile
ZFS_TOOLS_SHA256: 2a3c70d55a37cc71618a95a60e81ad66530201eb118d37741dc92efcf848c8b1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ tiers based on support level:
| ---- | ---- | ----- | ------- | ----------- |
| [btrfs](storage/btrfs) | :yellow_square: extra | [ghcr.io/siderolabs/btrfs](https://github.com/siderolabs/extensions/pkgs/container/btrfs) | `VERSION` | This system extension provides kernel module driver and userspace tools for BTRFS built against a specific Talos version. |
| [cachefilesd](storage/cachefilesd) | :white_large_square: contrib | [ghcr.io/siderolabs/cachefilesd](https://github.com/siderolabs/extensions/pkgs/container/cachefilesd) | `0.10.10-VERSION` | This system extension provides cachefilesd (FS-Cache caching backend daemon) and the cachefiles kernel module built against a specific Talos version. |
| [drbd](storage/drbd) | :yellow_square: extra | [ghcr.io/siderolabs/drbd](https://github.com/siderolabs/extensions/pkgs/container/drbd) | `9.3.3-VERSION` | This system extension provides kernel module driver for DRBD built against a specific Talos version. |
| [drbd](storage/drbd) | :yellow_square: extra | [ghcr.io/siderolabs/drbd](https://github.com/siderolabs/extensions/pkgs/container/drbd) | `9.3.4-VERSION` | This system extension provides kernel module driver for DRBD built against a specific Talos version. |
| [fuse3](storage/fuse3) | :green_square: core | [ghcr.io/siderolabs/fuse3](https://github.com/siderolabs/extensions/pkgs/container/fuse3) | `3.18.3` | This system extension provides fuse3 functionality. |
| [iscsi-tools](storage/iscsi-tools) | :green_square: core | [ghcr.io/siderolabs/iscsi-tools](https://github.com/siderolabs/extensions/pkgs/container/iscsi-tools) | `v0.2.0` | This system extension provides iscsi-tools. |
| [mdadm](storage/mdadm) | :warning: deprecated | [ghcr.io/siderolabs/mdadm](https://github.com/siderolabs/extensions/pkgs/container/mdadm) | `v4.6` | This system extension is no-op, for backward compatibility. |
Expand Down
1 change: 1 addition & 0 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ cloud-provider-aws: v1.37.0
cloudflared: 2026.8.3
crun: 1.29.1
ctr: 2.3.5
DRBD: 9.3.4
fuse: 3.18.3
glib: 2.90.0
gvisor: 20260831.0
Expand Down