Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Jan 24, 2024
1 parent c0479a1 commit 8784d16
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 9 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-12-g0078a66
defaultValue: v1.6.0-15-gf51aedb
depends:
- internal/extensions/descriptions.yaml
script:
Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## [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!

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


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

</p>
</details>

### Dependency Changes

This release has no dependency changes

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

## [Talos System Extensions 1.6.2](https://github.com/siderolabs/extensions/releases/tag/v1.6.2) (2024-01-18)

Welcome to the v1.6.2 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-17T15:24:46Z by kres latest.
# Generated on 2024-01-24T13:25:18Z 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-12-g0078a66
PKGS ?= v1.6.0-15-gf51aedb

# help menu

Expand Down
7 changes: 1 addition & 6 deletions 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.1"
previous = "v1.6.2"

pre_release = false

Expand All @@ -16,10 +16,5 @@ See [Talos Linux documentation](https://www.talos.dev/v1.6/talos-guides/configur

[notes]

[notes.updates]
title = "Component Updates"
description = """\
* Linux Firmware: 20240115
"""

[make_deps]

0 comments on commit 8784d16

Please sign in to comment.