Skip to content

Commit

Permalink
release(v1.5.1): prepare release
Browse files Browse the repository at this point in the history
This is the official v1.5.1 release.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Aug 22, 2023
1 parent c94b0e5 commit d55d3b7
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 43 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## [Talos System Extensions 1.5.1](https://github.com/siderolabs/extensions/releases/tag/v1.5.1) (2023-08-22)

Welcome to the v1.5.1 release of Talos System Extensions!

See [Talos Linux documentation](https://www.talos.dev/v1.5/talos-guides/configuration/system-extensions/) for information on using system extensions.

Please try out the release binaries and report any issues at
https://github.com/siderolabs/extensions/issues.

### Contributors


### Changes
<details><summary>0 commit</summary>
<p>

</p>
</details>

### Dependency Changes

This release has no dependency changes

Previous release can be found at [v1.5.0](https://github.com/siderolabs/extensions/releases/tag/v1.5.0)

## [Talos System Extensions 1.5.0](https://github.com/siderolabs/extensions/releases/tag/v1.5.0) (2023-08-16)

Welcome to the v1.5.0 release of Talos System Extensions!
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endif

# keep in sync with Pkgfile
BLDR_RELEASE ?= v0.2.0
PKGS ?= v1.5.0-6-g2f2c9cd
PKGS ?= v1.5.0-7-gf62fa2c

BUILD := docker buildx build
PLATFORM ?= linux/amd64,linux/arm64
Expand Down
43 changes: 1 addition & 42 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ github_repo = "siderolabs/extensions"
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"

# previous release
previous = "v1.4.0"
previous = "v1.5.0"

pre_release = false

Expand All @@ -15,47 +15,6 @@ See [Talos Linux documentation](https://www.talos.dev/v1.5/talos-guides/configur
"""

[notes]
[notes.qemu-guest-agent]
title = "QEMU Guest Agent"
description = """\
QEMU Guest Agent is now supported as Talos System Extension. Requires Talos v1.5.0 or later.
"""

[notes.tailscale]
title = "Tailscale"
description = """\
Tailscale is now supported as Talos System Extension. Requires Talos v1.5.0 or later.
"""

[notes.zfs]
title = "ZFS"
description = """\
ZFS is now supported as Talos System Extension. Requires Talos v1.5.0 or later.
"""

[notes.thunderbolt]
title = "Thunderbolt"
description = """\
Thunderbolt drivers is now supported as Talos System Extension. Requires Talos v1.5.0 or later.
"""

[notes.nvidia-kmod]
title = "NVIDIA Non-Free Kernel Module"
description = """\
NVIDIA non-free kernel modules are now supported as Talos System Extension. Requires Talos v1.5.0 or later.
"""

[notes.updates]
title = "Component Updates"
description = """\
* Linux firmware: 20230804
* DRBD: 9.2.4
* Intel ucode: 20230808
* Open iSCSI: 2.1.9
* NVIDIA drivers: 535.54.03
* nvidia-container-toolkit: v1.13.5
* libnvidia-container: v1.13.5
"""


[make_deps]

0 comments on commit d55d3b7

Please sign in to comment.