Skip to content

Commit 8784d16

Browse files
committed
release(v1.6.3): prepare release
This is the official v1.6.3 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent c0479a1 commit 8784d16

File tree

4 files changed

+29
-9
lines changed

4 files changed

+29
-9
lines changed

.kres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ spec:
7171
- name: EXTENSIONS_IMAGE_REF
7272
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
7373
- name: PKGS
74-
defaultValue: v1.6.0-12-g0078a66
74+
defaultValue: v1.6.0-15-gf51aedb
7575
depends:
7676
- internal/extensions/descriptions.yaml
7777
script:

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## [Talos System Extensions 1.6.3](https://github.com/siderolabs/extensions/releases/tag/v1.6.3) (2024-01-24)
2+
3+
Welcome to the v1.6.3 release of Talos System Extensions!
4+
5+
See [Talos Linux documentation](https://www.talos.dev/v1.6/talos-guides/configuration/system-extensions/) for information on using system extensions.
6+
7+
Please try out the release binaries and report any issues at
8+
https://github.com/siderolabs/extensions/issues.
9+
10+
### Contributors
11+
12+
13+
### Changes
14+
<details><summary>0 commit</summary>
15+
<p>
16+
17+
</p>
18+
</details>
19+
20+
### Dependency Changes
21+
22+
This release has no dependency changes
23+
24+
Previous release can be found at [v1.6.2](https://github.com/siderolabs/extensions/releases/tag/v1.6.2)
25+
126
## [Talos System Extensions 1.6.2](https://github.com/siderolabs/extensions/releases/tag/v1.6.2) (2024-01-18)
227

328
Welcome to the v1.6.2 release of Talos System Extensions!

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2024-01-17T15:24:46Z by kres latest.
3+
# Generated on 2024-01-24T13:25:18Z by kres latest.
44

55
# common variables
66

@@ -84,7 +84,7 @@ NONFREE_TARGETS = nonfree-kmod-nvidia
8484
# extra variables
8585

8686
EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
87-
PKGS ?= v1.6.0-12-g0078a66
87+
PKGS ?= v1.6.0-15-gf51aedb
8888

8989
# help menu
9090

hack/release.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ github_repo = "siderolabs/extensions"
66
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
77

88
# previous release
9-
previous = "v1.6.1"
9+
previous = "v1.6.2"
1010

1111
pre_release = false
1212

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

1717
[notes]
1818

19-
[notes.updates]
20-
title = "Component Updates"
21-
description = """\
22-
* Linux Firmware: 20240115
23-
"""
2419

2520
[make_deps]

0 commit comments

Comments
 (0)