Skip to content

Commit

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

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Sep 7, 2022
1 parent b5be6a9 commit e5a68dd
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 6 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
## [Talos System Extensions 1.2.1](https://github.com/siderolabs/extensions/releases/tag/v1.2.1) (2022-09-07)

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

### Updates

Update to support Talos v1.2.1


### Contributors

* Noel Georgi

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

* [`b5be6a9`](https://github.com/siderolabs/extensions/commit/b5be6a9ce178b6ef7d9f3653a9d9e2abfe5b29e5) chore: fix changelog
</p>
</details>

### Dependency Changes

This release has no dependency changes

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

## [Talos System Extensions 1.2.0](https://github.com/siderolabs/extensions/releases/tag/v1.2.0) (2022-09-01)

Welcome to the 1.2.0 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-8-g970860d
PKGS_VERSION: v1.2.0-9-gb264dc2
LINUX_FIRMWARE_VERSION: "20220411" # update this when updating PKGS_VERSION above

labels:
Expand Down
10 changes: 5 additions & 5 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ github_repo = "siderolabs/extensions"
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"

# previous release
previous = "v1.0.0"
previous = "v1.2.0"

pre_release = false

preface = """\
See [Talos Linux documentation](https://www.talos.dev/v1.0/talos-guides/configuration/system-extensions/) for information on using system extensions.
See [Talos Linux documentation](https://www.talos.dev/v1.2/talos-guides/configuration/system-extensions/) for information on using system extensions.
"""

[notes]

[notes.compatibility]
title = "Talos Linux Compatibility"
[notes.updates]
title = "Updates"
description = """\
System extensions are compatible with Talos v1.0.x.
Update to support Talos v1.2.1
"""


Expand Down

0 comments on commit e5a68dd

Please sign in to comment.