Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Oct 28, 2024
1 parent 442396f commit 7905ba4
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
- name: EXTENSIONS_IMAGE_REF
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
- name: PKGS
defaultValue: v1.8.0-22-g9668729
defaultValue: v1.8.0-24-ge72b2f4
- name: PKGS_PREFIX
defaultValue: ghcr.io/siderolabs
useBldrPkgTagResolver: true
Expand Down
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## [Talos System Extensions 1.8.2](https://github.com/siderolabs/extensions/releases/tag/v1.8.2) (2024-10-28)

Welcome to the v1.8.2 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
* Noel Georgi

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

* [`442396f`](https://github.com/siderolabs/extensions/commit/442396ff197527bf13fdf5447ca0a3769133dbfe) fix: iscsi-tools extension
* [`97427ac`](https://github.com/siderolabs/extensions/commit/97427ac0f361eaf6d5dcc74f63111a9028dd266c) feat: update PKGS
</p>
</details>

### Dependency Changes

This release has no dependency changes

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

## [Talos System Extensions 1.8.1](https://github.com/siderolabs/extensions/releases/tag/v1.8.1) (2024-10-08)

Welcome to the v1.8.1 release of Talos System Extensions!
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-10-23T14:42:06Z by kres 6d3cad4.
# Generated on 2024-10-28T11:40:02Z by kres 6d3cad4.

# common variables

Expand Down Expand Up @@ -48,7 +48,7 @@ COMMON_ARGS += --build-arg=PKGS_PREFIX="$(PKGS_PREFIX)"
# extra variables

EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
PKGS ?= v1.8.0-22-g9668729
PKGS ?= v1.8.0-24-ge72b2f4
PKGS_PREFIX ?= ghcr.io/siderolabs

# targets defines all the available targets
Expand Down

0 comments on commit 7905ba4

Please sign in to comment.