Skip to content

Commit a1131e6

Browse files
committed
release(v1.7.5): prepare release
This is the official v1.7.5 release. Signed-off-by: Noel Georgi <[email protected]>
1 parent d439bea commit a1131e6

File tree

6 files changed

+39
-9
lines changed

6 files changed

+39
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 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-05-28T13:37:31Z by kres a914cae.
3+
# Generated on 2024-06-19T12:55:45Z by kres c9bcf1d.
44

55
name: default
66
concurrency:
@@ -33,7 +33,7 @@ jobs:
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

.github/workflows/weekly.yaml

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-05-28T13:37:31Z by kres a914cae.
3+
# Generated on 2024-06-19T12:55:45Z by kres c9bcf1d.
44

55
name: weekly
66
concurrency:
@@ -16,7 +16,7 @@ jobs:
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

.kres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
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

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
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

333
Welcome to the v1.7.4 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-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

5050
EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
51-
PKGS ?= v1.7.0-17-ga201d27
51+
PKGS ?= v1.7.0-21-gc58ed7f
5252
PKGS_PREFIX ?= ghcr.io/siderolabs
5353

5454
# targets defines all the available targets

hack/release.toml

Lines changed: 1 addition & 1 deletion
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.7.3"
9+
previous = "v1.7.4"
1010

1111
pre_release = false
1212

0 commit comments

Comments
 (0)