Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Oct 17, 2023
1 parent b40c4b5 commit fd91550
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 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.4](https://github.com/siderolabs/extensions/releases/tag/v1.5.4) (2023-10-17)

Welcome to the v1.5.4 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.3](https://github.com/siderolabs/extensions/releases/tag/v1.5.3)

## [Talos System Extensions 1.5.3](https://github.com/siderolabs/extensions/releases/tag/v1.5.3) (2023-09-22)

Welcome to the v1.5.3 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 @@ -19,7 +19,7 @@ endif

# keep in sync with Pkgfile
BLDR_RELEASE ?= v0.2.0
PKGS ?= v1.5.0-11-gd6d7236
PKGS ?= v1.5.0-13-g45cf9b0

BUILD := docker buildx build
PLATFORM ?= linux/amd64,linux/arm64
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.2"
previous = "v1.5.3"

pre_release = false

Expand Down

0 comments on commit fd91550

Please sign in to comment.