Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed May 30, 2023
1 parent 95f6d18 commit d3f88d6
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
## [Talos System Extensions 1.4.5](https://github.com/siderolabs/extensions/releases/tag/v1.4.5) (2023-05-30)

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

See [Talos Linux documentation](https://www.talos.dev/v1.4/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>3 commits</summary>
<p>

* [`95f6d18`](https://github.com/siderolabs/extensions/commit/95f6d18e3fe4ac8978730464198ce59b72f68795) release(v1.4.4): prepare release
* [`3d5324c`](https://github.com/siderolabs/extensions/commit/3d5324cc11ed01b883924a43dd6d449293439be1) fix: match pkgs to talos v1.4.4
* [`e489910`](https://github.com/siderolabs/extensions/commit/e48991006030c1053f23125de1eceb476588186c) release(v1.4.4): prepare release
</p>
</details>

### Changes since v1.4.4
<details><summary>0 commit</summary>
<p>

</p>
</details>

### Dependency Changes

This release has no dependency changes

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

## [Talos System Extensions 1.4.4](https://github.com/siderolabs/extensions/releases/tag/v1.4.4) (2023-05-16)

Welcome to the v1.4.4 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-alpha.12
PKGS ?= v1.4.1-10-g6d90f68
PKGS ?= v1.4.1-11-g3e75ce2

BUILD := docker buildx build
PLATFORM ?= linux/amd64,linux/arm64
Expand Down

0 comments on commit d3f88d6

Please sign in to comment.