Skip to content

Commit

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

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Sep 20, 2022
1 parent 0991e6c commit a105040
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 8 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.2.3](https://github.com/siderolabs/extensions/releases/tag/v1.2.3) (2022-09-20)

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

See [Talos Linux documentation](https://www.talos.dev/v1.2/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>

* [`0991e6c`](https://github.com/siderolabs/extensions/commit/0991e6c8a06f158ada10ae98150f15801ff755b3) fix: drone release pipeline
</p>
</details>

### Dependency Changes

This release has no dependency changes

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

## [Talos System Extensions 1.2.2](https://github.com/siderolabs/extensions/releases/tag/v1.2.2) (2022-09-13)

Welcome to the v1.2.2 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
PKGS_VERSION: v1.2.0-10-g0f4351f
PKGS_VERSION: v1.2.0-11-geb07d7c
LINUX_FIRMWARE_VERSION: "20220411" # update this when updating PKGS_VERSION above

labels:
Expand Down
8 changes: 1 addition & 7 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.2.1"
previous = "v1.2.2"

pre_release = false

Expand All @@ -16,11 +16,5 @@ See [Talos Linux documentation](https://www.talos.dev/v1.2/talos-guides/configur

[notes]

[notes.power]
title = "Power management"
description = """\
Support for Network UPS Tools client system extension to handle node graceful shutdown on power events from supported UPS's.
"""


[make_deps]

0 comments on commit a105040

Please sign in to comment.