File tree Expand file tree Collapse file tree 6 files changed +39
-9
lines changed Expand file tree Collapse file tree 6 files changed +39
-9
lines changed Original file line number Diff line number Diff line change 11# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22#
3- # Generated on 2024-05-28T13:37:31Z by kres a914cae .
3+ # Generated on 2024-06-19T12:55:45Z by kres c9bcf1d .
44
55name : default
66concurrency :
3333 labels : ${{ steps.retrieve-pr-labels.outputs.result }}
3434 services :
3535 buildkitd :
36- image : moby/buildkit:v0.13.2
36+ image : moby/buildkit:v0.14.0
3737 options : --privileged
3838 ports :
3939 - 1234:1234
@@ -141,7 +141,7 @@ jobs:
141141 - default
142142 services :
143143 buildkitd :
144- image : moby/buildkit:v0.13.2
144+ image : moby/buildkit:v0.14.0
145145 options : --privileged
146146 ports :
147147 - 1234:1234
Original file line number Diff line number Diff line change 11# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22#
3- # Generated on 2024-05-28T13:37:31Z by kres a914cae .
3+ # Generated on 2024-06-19T12:55:45Z by kres c9bcf1d .
44
55name : weekly
66concurrency :
1616 - pkgs
1717 services :
1818 buildkitd :
19- image : moby/buildkit:v0.13.2
19+ image : moby/buildkit:v0.14.0
2020 options : --privileged
2121 ports :
2222 - 1234:1234
Original file line number Diff line number Diff line change 5353 - name : EXTENSIONS_IMAGE_REF
5454 defaultValue : $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
5555 - name : PKGS
56- defaultValue : v1.7.0-17-ga201d27
56+ defaultValue : v1.7.0-21-gc58ed7f
5757 - name : PKGS_PREFIX
5858 defaultValue : ghcr.io/siderolabs
5959 useBldrPkgTagResolver : true
Original file line number Diff line number Diff line change 1+ ## [ Talos System Extensions 1.7.5] ( https://github.com/siderolabs/extensions/releases/tag/v1.7.5 ) (2024-06-21)
2+
3+ Welcome to the v1.7.5 release of Talos System Extensions!
4+
5+ See [ Talos Linux documentation] ( https://www.talos.dev/v1.7/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+ * Noel Georgi
13+ * Mike Beaumont
14+
15+ ### Changes
16+ <details ><summary >3 commits</summary >
17+ <p >
18+
19+ * [ ` 188089e ` ] ( https://github.com/siderolabs/extensions/commit/188089e34888e5344861c9440a10ddada4ccc983 ) release(v1.7.5): prepare release
20+ * [ ` d439bea ` ] ( https://github.com/siderolabs/extensions/commit/d439beaf6242975e17a9e39740965d6d1582b111 ) chore: use fedora mirror for glibc
21+ * [ ` 327ba56 ` ] ( https://github.com/siderolabs/extensions/commit/327ba56b869d82f7b4c319073fe108f13d304504 ) chore: bump tailscale to v1.68.1
22+ </p >
23+ </details >
24+
25+ ### Dependency Changes
26+
27+ This release has no dependency changes
28+
29+ Previous release can be found at [ v1.7.4] ( https://github.com/siderolabs/extensions/releases/tag/v1.7.4 )
30+
131## [ Talos System Extensions 1.7.4] ( https://github.com/siderolabs/extensions/releases/tag/v1.7.4 ) (2024-05-30)
232
333Welcome to the v1.7.4 release of Talos System Extensions!
Original file line number Diff line number Diff line change 11# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22#
3- # Generated on 2024-05-28T13:37:31Z by kres a914cae .
3+ # Generated on 2024-06-19T12:55:45Z by kres c9bcf1d .
44
55# common variables
66
@@ -48,7 +48,7 @@ COMMON_ARGS += --build-arg=PKGS_PREFIX="$(PKGS_PREFIX)"
4848# extra variables
4949
5050EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME ) /extensions:$(TAG )
51- PKGS ?= v1.7.0-17-ga201d27
51+ PKGS ?= v1.7.0-21-gc58ed7f
5252PKGS_PREFIX ?= ghcr.io/siderolabs
5353
5454# targets defines all the available targets
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ github_repo = "siderolabs/extensions"
66match_deps = " ^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
77
88# previous release
9- previous = " v1.7.3 "
9+ previous = " v1.7.4 "
1010
1111pre_release = false
1212
You can’t perform that action at this time.
0 commit comments