File tree Expand file tree Collapse file tree 5 files changed +34
-4
lines changed Expand file tree Collapse file tree 5 files changed +34
-4
lines changed Original file line number Diff line number Diff line change 11# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22#
3- # Generated on 2025-05-07T06:36:31Z by kres 1a0156b-dirty.
3+ # Generated on 2025-05-07T07:18:47Z by kres 1a0156b-dirty.
44
55name : helm
66concurrency :
7474 helm template -f deploy/helm/roller-derby/values.yaml roller-derby deploy/helm/roller-derby
7575 - name : helm login
7676 if : startsWith(github.ref, 'refs/tags/')
77+ env :
78+ HELM_CONFIG_HOME : /run/user/runner/.config/helm
7779 run : |
7880 helm registry login -u ${{ github.repository_owner }} -p ${{ secrets.GITHUB_TOKEN }} ghcr.io
7981 - name : Release chart
8082 if : startsWith(github.ref, 'refs/tags/')
83+ env :
84+ HELM_CONFIG_HOME : /run/user/runner/.config/helm
8185 run : |
8286 make helm-release
Original file line number Diff line number Diff line change 1+ ## [ roller-derby 0.1.0-alpha.6] ( https://github.com/siderolabs/roller-derby/releases/tag/v0.1.0-alpha.6 ) (2025-05-07)
2+
3+ Welcome to the v0.1.0-alpha.6 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.5] ( https://github.com/siderolabs/roller-derby/releases/tag/v0.1.0-alpha.5 )
26+
127## [ roller-derby 0.1.0-alpha.5] ( https://github.com/siderolabs/roller-derby/releases/tag/v0.1.0-alpha.5 ) (2025-05-07)
228
329Welcome to the v0.1.0-alpha.5 release of roller-derby!
Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ version: 0.1.0
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " v0.1.0-alpha.5 "
24+ appVersion : " v0.1.0-alpha.6 "
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ project_name = "roller-derby"
55github_repo = " siderolabs/roller-derby"
66match_deps = " ^github.com/(siderolabs/[a-zA-Z0-9-]+)$"
77
8- previous = " v0.1.0-alpha.4 "
8+ previous = " v0.1.0-alpha.5 "
99pre_release = true
1010
1111# [notes]
Original file line number Diff line number Diff line change 1- v0.1.0-alpha.5
1+ v0.1.0-alpha.6
You can’t perform that action at this time.
0 commit comments