Skip to content

Commit a878274

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

File tree

5 files changed

+31
-5
lines changed

5 files changed

+31
-5
lines changed

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.8](https://github.com/siderolabs/roller-derby/releases/tag/v0.1.0-alpha.8) (2025-05-07)
2+
3+
Welcome to the v0.1.0-alpha.8 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.7](https://github.com/siderolabs/roller-derby/releases/tag/v0.1.0-alpha.7)
26+
127
## [roller-derby 0.1.0-alpha.7](https://github.com/siderolabs/roller-derby/releases/tag/v0.1.0-alpha.7) (2025-05-07)
228

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

Makefile

Lines changed: 2 additions & 2 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-07T06:14:53Z by kres 1a0156b-dirty.
3+
# Generated on 2025-05-07T07:28:58Z by kres 1a0156b-dirty.
44

55
# common variables
66

@@ -241,7 +241,7 @@ image-roller-derby: ## Builds image for roller-derby.
241241
@$(MAKE) registry-$@ IMAGE_NAME="roller-derby"
242242

243243
.PHONY: helm
244-
helm: generate ## Package helm chart
244+
helm: ## Package helm chart
245245
@helm package deploy/helm/roller-derby -d $(ARTIFACTS)
246246

247247
.PHONY: helm-release

deploy/helm/roller-derby/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.6"
24+
appVersion: "v0.1.0-alpha.8"

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.6"
8+
previous = "v0.1.0-alpha.7"
99
pre_release = true
1010

1111
# [notes]

internal/version/data/tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.0-alpha.6
1+
v0.1.0-alpha.8

0 commit comments

Comments
 (0)