From 0b1e6e96ce4b7ae57300c74e1013d0dd9fbc2ac4 Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Wed, 15 Jan 2025 17:41:09 +0530 Subject: [PATCH] release(v0.1.2): prepare release This is the official v0.1.2 release. Signed-off-by: Noel Georgi --- .github/renovate.json | 12 ++++++++++++ CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ Makefile | 13 +------------ hack/release.toml | 2 +- 4 files changed, 44 insertions(+), 13 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 02ca871..836e810 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -43,6 +43,18 @@ "digest" ] }, + { + "enabled": false, + "matchFileNames": [ + "Dockerfile" + ] + }, + { + "enabled": false, + "matchFileNames": [ + ".github/workflows/*.yaml" + ] + }, { "versioning": "regex:^(?\\d+)\\.(?\\d+)\\.?(?\\d+)?$", "matchPackageNames": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index 5212fd6..810eead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +## [sbc-rockchip 0.1.2](https://github.com/siderolabs/sbc-rockchip/releases/tag/v0.1.2) (2025-01-15) + +Welcome to the v0.1.2 release of sbc-rockchip! + + + +Please try out the release binaries and report any issues at +https://github.com/siderolabs/sbc-rockchip/issues. + +### Contributors + +* Christoph Hoopmann +* Noel Georgi + +### Changes +
2 commits +

+ +* [`26309f7`](https://github.com/siderolabs/sbc-rockchip/commit/26309f7d0adaddcb353f235bc35df71a4cb51d61) feat: add ROCK 5B support +* [`ce0161f`](https://github.com/siderolabs/sbc-rockchip/commit/ce0161f4b8978b6556ae12ca8e42e1498f6e89dc) chore: rekres to simplify `.kres.yaml` defaults +

+
+ +### Dependency Changes + +This release has no dependency changes + +Previous release can be found at [v0.1.1](https://github.com/siderolabs/sbc-rockchip/releases/tag/v0.1.1) + + ## [sbc-rockchip 0.1.1](https://github.com/siderolabs/sbc-rockchip/releases/tag/v0.1.1) (2024-12-05) Welcome to the v0.1.1 release of sbc-rockchip! diff --git a/Makefile b/Makefile index 4bc077f..8a9aead 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2024-12-18T18:53:05Z by kres fcff05e. +# Generated on 2025-01-15T12:10:25Z by kres 3b3f992. # common variables @@ -36,13 +36,11 @@ PLATFORM ?= linux/amd64,linux/arm64 PROGRESS ?= auto PUSH ?= false CI_ARGS ?= -BUILDKIT_MULTI_PLATFORM ?= 1 COMMON_ARGS = --file=Pkgfile COMMON_ARGS += --provenance=false COMMON_ARGS += --progress=$(PROGRESS) COMMON_ARGS += --platform=$(PLATFORM) COMMON_ARGS += --build-arg=SOURCE_DATE_EPOCH=$(SOURCE_DATE_EPOCH) -COMMON_ARGS += --build-arg=BUILDKIT_MULTI_PLATFORM=$(BUILDKIT_MULTI_PLATFORM) COMMON_ARGS += --build-arg=PKGS_PREFIX="$(PKGS_PREFIX)" COMMON_ARGS += --build-arg=PKGS="$(PKGS)" @@ -119,15 +117,6 @@ target-%: ## Builds the specified target defined in the Pkgfile. The build resu local-%: ## Builds the specified target defined in the Pkgfile using the local output type. The build result will be output to the specified local destination. @$(MAKE) target-$* TARGET_ARGS="--output=type=local,dest=$(DEST) $(TARGET_ARGS)" - @PLATFORM=$(PLATFORM) DEST=$(DEST) bash -c '\ - for platform in $$(tr "," "\n" <<< "$$PLATFORM"); do \ - echo $$platform; \ - directory="$${platform//\//_}"; \ - if [[ -d "$$DEST/$$directory" ]]; then \ - mv -f "$$DEST/$$directory/"* $$DEST; \ - rmdir "$$DEST/$$directory/"; \ - fi; \ - done' docker-%: ## Builds the specified target defined in the Pkgfile using the docker output type. The build result will be loaded into Docker. @$(MAKE) target-$* TARGET_ARGS="$(TARGET_ARGS)" diff --git a/hack/release.toml b/hack/release.toml index e314951..a965a68 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -5,7 +5,7 @@ project_name = "sbc-rockchip" github_repo = "siderolabs/sbc-rockchip" match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$" -previous = "v0.1.0" +previous = "v0.1.1" pre_release = false # [notes]