Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Feb 1, 2024
1 parent 81b37ad commit abd5db0
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
- name: EXTENSIONS_IMAGE_REF
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
- name: PKGS
defaultValue: v1.6.0-15-gf51aedb
defaultValue: v1.6.0-16-gb77ffb7
depends:
- internal/extensions/descriptions.yaml
script:
Expand Down
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.6.4](https://github.com/siderolabs/extensions/releases/tag/v1.6.4) (2024-02-01)

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

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

* [`81b37ad`](https://github.com/siderolabs/extensions/commit/81b37addf74081feb0ef2f6dcba98b88011f7735) fix: set `DATABASE_PATH` for fabricmanager
</p>
</details>

### Dependency Changes

This release has no dependency changes

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

## [Talos System Extensions 1.6.3](https://github.com/siderolabs/extensions/releases/tag/v1.6.3) (2024-01-24)

Welcome to the v1.6.3 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-01-24T13:25:18Z by kres latest.
# Generated on 2024-02-01T15:26:07Z by kres latest.

# common variables

Expand Down Expand Up @@ -84,7 +84,7 @@ NONFREE_TARGETS = nonfree-kmod-nvidia
# extra variables

EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
PKGS ?= v1.6.0-15-gf51aedb
PKGS ?= v1.6.0-16-gb77ffb7

# help menu

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.6.2"
previous = "v1.6.3"

pre_release = false

Expand Down

0 comments on commit abd5db0

Please sign in to comment.