Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Dec 12, 2022
1 parent 5c0244b commit 15fc062
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 2 deletions.
59 changes: 59 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,62 @@
## [Talos System Extensions 1.3.0-beta.2](https://github.com/siderolabs/extensions/releases/tag/v1.3.0-beta.2) (2022-12-12)

Welcome to the v1.3.0-beta.2 release of Talos System Extensions!
*This is a pre-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.

### Linbit DRDB driver

Extensions now publish the [DRBD driver](https://linbit.com/drbd/)


### fixed iscsci tools extension

iscsi-tools extension version v0.1.2 and v0.1.3 is broken, please use v0.1.4 or higher.


### Coral.ai TPU gasket driver

Extensions now publish the gasket driver for [Coral.ai](https://coral.ai/) PCIe TPU modules.


### Component Updates

* Gvisor: 20221107.0
* Linux firmware: 20221109
* NVIDIA container-toolkit: v1.11.0
* NVIDIA libnvidia-container: v1.11.0
* nvidia-container-toolkit system extension: v1.11.0
* Open iSCSI: 2.1.7
* Open iSNS: 0.102
* iscsi-tools system extension: v0.1.2
* Intel ucode: 20221108


### Contributors

* Noel Georgi
* Andrey Smirnov

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

* [`5c0244b`](https://github.com/siderolabs/extensions/commit/5c0244bac063922a50b789eb534e63c1b1448960) fix: iscsi-tools paths
* [`a054fce`](https://github.com/siderolabs/extensions/commit/a054fceed2547e29865c96b623028f99723d6401) feat: update Go to 1.19.4
* [`8f25abc`](https://github.com/siderolabs/extensions/commit/8f25abc56dcceceb5589cdb7e8f1d26fc1010275) fix: iscsi-tools extension
</p>
</details>

### Dependency Changes

This release has no dependency changes

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

## [Talos System Extensions 1.3.0-beta.0](https://github.com/siderolabs/extensions/releases/tag/v1.3.0-beta.0) (2022-11-30)

Welcome to the v1.3.0-beta.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.3.0-2-g551787c
PKGS_VERSION: v1.3.0-3-gf2efe98
LINUX_FIRMWARE_VERSION: "20221109" # update this when updating PKGS_VERSION above
DRBD_DRIVER_VERSION: 9.2.0 # update this when updating PKGS_VERSION above

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.3.0-alpha.1"
previous = "v1.3.0-beta.0"

pre_release = true

Expand Down

0 comments on commit 15fc062

Please sign in to comment.