Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Feb 2, 2024
1 parent dba5051 commit 8a4f415
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## [Talos System Extensions 1.5.6](https://github.com/siderolabs/extensions/releases/tag/v1.5.6) (2024-02-02)

Welcome to the v1.5.6 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

* Noel Georgi

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

* [`dba5051`](https://github.com/siderolabs/extensions/commit/dba5051bf6e0c4781f76ad13816db7173bb15f16) fix: set `DATABASE_PATH` for fabricmanager
</p>
</details>

### Dependency Changes

This release has no dependency changes

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

## [Talos System Extensions 1.5.5](https://github.com/siderolabs/extensions/releases/tag/v1.5.5) (2023-11-09)

Welcome to the v1.5.5 release of Talos System Extensions!
Expand Down
2 changes: 1 addition & 1 deletion Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ format: v1alpha2

vars:
PKGS_PREFIX: ghcr.io/siderolabs
LINUX_FIRMWARE_VERSION: "20230804" # update this when updating PKGS_VERSION in Makefile
LINUX_FIRMWARE_VERSION: "20240115" # update this when updating PKGS_VERSION in Makefile
DRBD_DRIVER_VERSION: 9.2.4 # update this when updating PKGS_VERSION in Makefile
ZFS_DRIVER_VERSION: 2.1.12 # update this when updating PKGS_VERSION in Makefile

Expand Down
2 changes: 1 addition & 1 deletion 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.5.4"
previous = "v1.5.5"

pre_release = false

Expand Down

0 comments on commit 8a4f415

Please sign in to comment.