Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Sep 22, 2023
1 parent 3663e39 commit b40c4b5
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.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!

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

* Andrey Smirnov

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

* [`3663e39`](https://github.com/siderolabs/extensions/commit/3663e399b86363dd028765bcdfecf124d322e7b0) chore: add extensions catalog
</p>
</details>

### Dependency Changes

This release has no dependency changes

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

## [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!
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-9-g7f9d6eb
PKGS ?= v1.5.0-11-gd6d7236

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.1"
previous = "v1.5.2"

pre_release = false

Expand Down

0 comments on commit b40c4b5

Please sign in to comment.