File tree Expand file tree Collapse file tree 4 files changed +29
-9
lines changed Expand file tree Collapse file tree 4 files changed +29
-9
lines changed Original file line number Diff line number Diff line change 71
71
- name : EXTENSIONS_IMAGE_REF
72
72
defaultValue : $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
73
73
- name : PKGS
74
- defaultValue : v1.6.0-12-g0078a66
74
+ defaultValue : v1.6.0-15-gf51aedb
75
75
depends :
76
76
- internal/extensions/descriptions.yaml
77
77
script :
Original file line number Diff line number Diff line change
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
+
1
26
## [ Talos System Extensions 1.6.2] ( https://github.com/siderolabs/extensions/releases/tag/v1.6.2 ) (2024-01-18)
2
27
3
28
Welcome to the v1.6.2 release of Talos System Extensions!
Original file line number Diff line number Diff line change 1
1
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
2
2
#
3
- # Generated on 2024-01-17T15:24:46Z by kres latest.
3
+ # Generated on 2024-01-24T13:25:18Z by kres latest.
4
4
5
5
# common variables
6
6
@@ -84,7 +84,7 @@ NONFREE_TARGETS = nonfree-kmod-nvidia
84
84
# extra variables
85
85
86
86
EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME ) /extensions:$(TAG )
87
- PKGS ?= v1.6.0-12-g0078a66
87
+ PKGS ?= v1.6.0-15-gf51aedb
88
88
89
89
# help menu
90
90
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ github_repo = "siderolabs/extensions"
6
6
match_deps = " ^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
7
7
8
8
# previous release
9
- previous = " v1.6.1 "
9
+ previous = " v1.6.2 "
10
10
11
11
pre_release = false
12
12
@@ -16,10 +16,5 @@ See [Talos Linux documentation](https://www.talos.dev/v1.6/talos-guides/configur
16
16
17
17
[notes ]
18
18
19
- [notes .updates ]
20
- title = " Component Updates"
21
- description = """ \
22
- * Linux Firmware: 20240115
23
- """
24
19
25
20
[make_deps ]
You can’t perform that action at this time.
0 commit comments