Skip to content

Commit

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

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Jun 21, 2024
1 parent d439bea commit a1131e6
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
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-05-28T13:37:31Z by kres a914cae.
# Generated on 2024-06-19T12:55:45Z by kres c9bcf1d.

name: default
concurrency:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
labels: ${{ steps.retrieve-pr-labels.outputs.result }}
services:
buildkitd:
image: moby/buildkit:v0.13.2
image: moby/buildkit:v0.14.0
options: --privileged
ports:
- 1234:1234
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
- default
services:
buildkitd:
image: moby/buildkit:v0.13.2
image: moby/buildkit:v0.14.0
options: --privileged
ports:
- 1234:1234
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/weekly.yaml
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-05-28T13:37:31Z by kres a914cae.
# Generated on 2024-06-19T12:55:45Z by kres c9bcf1d.

name: weekly
concurrency:
Expand All @@ -16,7 +16,7 @@ jobs:
- pkgs
services:
buildkitd:
image: moby/buildkit:v0.13.2
image: moby/buildkit:v0.14.0
options: --privileged
ports:
- 1234:1234
Expand Down
2 changes: 1 addition & 1 deletion .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
- name: EXTENSIONS_IMAGE_REF
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
- name: PKGS
defaultValue: v1.7.0-17-ga201d27
defaultValue: v1.7.0-21-gc58ed7f
- name: PKGS_PREFIX
defaultValue: ghcr.io/siderolabs
useBldrPkgTagResolver: true
Expand Down
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## [Talos System Extensions 1.7.5](https://github.com/siderolabs/extensions/releases/tag/v1.7.5) (2024-06-21)

Welcome to the v1.7.5 release of Talos System Extensions!

See [Talos Linux documentation](https://www.talos.dev/v1.7/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

* Noel Georgi
* Mike Beaumont

### Changes
<details><summary>3 commits</summary>
<p>

* [`188089e`](https://github.com/siderolabs/extensions/commit/188089e34888e5344861c9440a10ddada4ccc983) release(v1.7.5): prepare release
* [`d439bea`](https://github.com/siderolabs/extensions/commit/d439beaf6242975e17a9e39740965d6d1582b111) chore: use fedora mirror for glibc
* [`327ba56`](https://github.com/siderolabs/extensions/commit/327ba56b869d82f7b4c319073fe108f13d304504) chore: bump tailscale to v1.68.1
</p>
</details>

### Dependency Changes

This release has no dependency changes

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

## [Talos System Extensions 1.7.4](https://github.com/siderolabs/extensions/releases/tag/v1.7.4) (2024-05-30)

Welcome to the v1.7.4 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-05-28T13:37:31Z by kres a914cae.
# Generated on 2024-06-19T12:55:45Z by kres c9bcf1d.

# common variables

Expand Down Expand Up @@ -48,7 +48,7 @@ COMMON_ARGS += --build-arg=PKGS_PREFIX="$(PKGS_PREFIX)"
# extra variables

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

# targets defines all the available targets
Expand Down
2 changes: 1 addition & 1 deletion 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.7.3"
previous = "v1.7.4"

pre_release = false

Expand Down

0 comments on commit a1131e6

Please sign in to comment.