diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6f3920c3..513ae3c8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: @@ -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 @@ -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 diff --git a/.github/workflows/weekly.yaml b/.github/workflows/weekly.yaml index 94236432..a557284d 100644 --- a/.github/workflows/weekly.yaml +++ b/.github/workflows/weekly.yaml @@ -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: @@ -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 diff --git a/.kres.yaml b/.kres.yaml index 2ebab9b8..2f443332 100644 --- a/.kres.yaml +++ b/.kres.yaml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 514c809a..9ba5004e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 +
3 commits +

+ +* [`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 +

+
+ +### 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! diff --git a/Makefile b/Makefile index 64d4dd5a..d0d34d15 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ -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 diff --git a/hack/release.toml b/hack/release.toml index 073ce2e5..9c2b66dc 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -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