Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed May 1, 2024
1 parent 882b4ac commit d589ad0
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
- name: EXTENSIONS_IMAGE_REF
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
- name: PKGS
defaultValue: v1.8.0-alpha.0-5-gdfa7dce
defaultValue: v1.8.0-alpha.0-10-g28c5696
- name: PKGS_PREFIX
defaultValue: ghcr.io/siderolabs
useBldrPkgTagResolver: true
Expand Down
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
## [Talos System Extensions 1.8.0-alpha.0](https://github.com/siderolabs/extensions/releases/tag/v1.8.0-alpha.0) (2024-05-01)

Welcome to the v1.8.0-alpha.0 release of Talos System Extensions!
*This is a pre-release of Talos System Extensions*

See [Talos Linux documentation](https://www.talos.dev/v1.8/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
* Kingdon Barrett
* Mathieu Dallaire
* Noel Georgi
* Sven Pfennig

### Changes
<details><summary>6 commits</summary>
<p>

* [`882b4ac`](https://github.com/siderolabs/extensions/commit/882b4ac9f59d0daf4e5bbd5d15ae80861a778de3) fix: version in util-linux manifest
* [`4df073a`](https://github.com/siderolabs/extensions/commit/4df073ab7f5cc5d037a466e048144b57d655e408) chore(ci): only build amd64 for extensions e2e
* [`69fe96c`](https://github.com/siderolabs/extensions/commit/69fe96ccc330ac84bcbc265a4a95bd35cfe0df2a) docs: improve ExtensionServiceConfig docs
* [`8672c3b`](https://github.com/siderolabs/extensions/commit/8672c3baf51f36a9e796b0532db0f1159847cf4d) chore: update pkgs version to the latest
* [`76d3797`](https://github.com/siderolabs/extensions/commit/76d3797fedad56cbe1c0a9ba85328ac9f545ce35) docs: update Spin README.md
* [`213ef32`](https://github.com/siderolabs/extensions/commit/213ef326c12bcf0a97f8fd29caa46ff40c96a310) feat: add spin wasm runtime
</p>
</details>

### Dependency Changes

This release has no dependency changes

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

## [Talos System Extensions 1.7.0-alpha.1](https://github.com/siderolabs/extensions/releases/tag/v1.7.0-alpha.1) (2024-03-14)

Welcome to the v1.7.0-alpha.1 release of Talos System Extensions!
Expand Down
32 changes: 2 additions & 30 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,43 +6,15 @@ github_repo = "siderolabs/extensions"
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"

# previous release
previous = "v1.6.0"
previous = "v1.7.0"

pre_release = true

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

[notes]

[notes.xen]
title = "Xen Guest Agent"
description = """\
Xen guest agent extension is now available. This removes the previous `xe-guest-utilities` extension.
See [this](https://github.com/xenserver/xe-guest-utilities/issues/118) for more info.
"""

[notes.vmtoolsd]
title = "VMware Tools Daemon"
description = """\
VMware Tools Daemon extension is now available. This extension provides the VMware Tools Daemon for VMware guests.
See [Talos VMToolsd](https://github.com/siderolabs/talos-vmtoolsd/) for more info.
"""

[notes.updates]
title = "Component Updates"
description = """\
* ZFS: 2.2.3
* Linux Firmware: 20240312
* DRBD: 9.2.8
* gvisor: 20240325.0
* QEMU: 8.2.2
* Tailscale: 1.62.1
* nvidia-container-runtime: v1.14.6
* libnvidia-container: v1.14.6
* Intel CPU Microcode: 20240312
"""


[make_deps]

0 comments on commit d589ad0

Please sign in to comment.