Skip to content

Commit

Permalink
fix: btrfs extension constraint
Browse files Browse the repository at this point in the history
Fix btrfs version constraint.

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Aug 22, 2023
1 parent 31cdc8c commit ce60bd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ AMD GPU firmware is now shipped as a system extension.
[notes.btrfs]
title = "BTRFS"
description = """\
BTRFS drivers is now supported as Talos System Extension. Requires Talos v1.6.0 or later.
BTRFS drivers is now supported as Talos System Extension.
"""

[notes.zfs]
title = "ZFS"
description = """\
ZFS extensions now also ship zfs-tools and an extension service that imports all zpools on startup .
ZFS extensions now also ship zfs-tools and an extension service that imports all zpools on startup.
"""

[notes.updates]
Expand Down
2 changes: 1 addition & 1 deletion storage/btrfs/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ metadata:
This system extension provides kernel module driver for BTRFS built against a specific Talos version.
compatibility:
talos:
version: ">= v1.6.0"
version: ">= v1.5.0"

0 comments on commit ce60bd9

Please sign in to comment.