Skip to content

Commit 6fc0689

Browse files
committed
release(v0.1.0-alpha.7): prepare release
This is the official v0.1.0-alpha.7 release. Signed-off-by: Noel Georgi <[email protected]>
1 parent 85c2b35 commit 6fc0689

File tree

3 files changed

+30
-4
lines changed

3 files changed

+30
-4
lines changed

.github/workflows/helm.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 2025-05-07T07:18:47Z by kres 1a0156b-dirty.
3+
# Generated on 2025-05-07T07:24:05Z by kres 1a0156b-dirty.
44

55
name: helm
66
concurrency:
@@ -75,12 +75,12 @@ jobs:
7575
- name: helm login
7676
if: startsWith(github.ref, 'refs/tags/')
7777
env:
78-
HELM_CONFIG_HOME: /run/user/runner/.config/helm
78+
HELM_CONFIG_HOME: /var/tmp/.config/helm
7979
run: |
8080
helm registry login -u ${{ github.repository_owner }} -p ${{ secrets.GITHUB_TOKEN }} ghcr.io
8181
- name: Release chart
8282
if: startsWith(github.ref, 'refs/tags/')
8383
env:
84-
HELM_CONFIG_HOME: /run/user/runner/.config/helm
84+
HELM_CONFIG_HOME: /var/tmp/.config/helm
8585
run: |
8686
make helm-release

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## [roller-derby 0.1.0-alpha.7](https://github.com/siderolabs/roller-derby/releases/tag/v0.1.0-alpha.7) (2025-05-07)
2+
3+
Welcome to the v0.1.0-alpha.7 release of roller-derby!
4+
*This is a pre-release of roller-derby*
5+
6+
7+
8+
Please try out the release binaries and report any issues at
9+
https://github.com/siderolabs/roller-derby/issues.
10+
11+
### Contributors
12+
13+
14+
### Changes
15+
<details><summary>0 commit</summary>
16+
<p>
17+
18+
</p>
19+
</details>
20+
21+
### Dependency Changes
22+
23+
This release has no dependency changes
24+
25+
Previous release can be found at [v0.1.0-alpha.6](https://github.com/siderolabs/roller-derby/releases/tag/v0.1.0-alpha.6)
26+
127
## [roller-derby 0.1.0-alpha.6](https://github.com/siderolabs/roller-derby/releases/tag/v0.1.0-alpha.6) (2025-05-07)
228

329
Welcome to the v0.1.0-alpha.6 release of roller-derby!

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project_name = "roller-derby"
55
github_repo = "siderolabs/roller-derby"
66
match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$"
77

8-
previous = "v0.1.0-alpha.5"
8+
previous = "v0.1.0-alpha.6"
99
pre_release = true
1010

1111
# [notes]

0 commit comments

Comments
 (0)