Skip to content

Commit

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

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Jan 15, 2025
1 parent 26309f7 commit 0b1e6e9
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 13 deletions.
12 changes: 12 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,18 @@
"digest"
]
},
{
"enabled": false,
"matchFileNames": [
"Dockerfile"
]
},
{
"enabled": false,
"matchFileNames": [
".github/workflows/*.yaml"
]
},
{
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.?(?<patch>\\d+)?$",
"matchPackageNames": [
Expand Down
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
<details><summary>2 commits</summary>
<p>

* [`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
</p>
</details>

### 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!
Expand Down
13 changes: 1 addition & 12 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-12-18T18:53:05Z by kres fcff05e.
# Generated on 2025-01-15T12:10:25Z by kres 3b3f992.

# common variables

Expand Down Expand Up @@ -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)"

Expand Down Expand Up @@ -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)"
Expand Down
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 0b1e6e9

Please sign in to comment.