chore(release): bump to v5.1.0#459
Merged
Merged
Conversation
Cuts the v5.1.0 release boundary covering 56 commits since v5.0.3 (2026-04-29): - SOTA-2026 Wolfi runtime rebase (#454) closing libc6 CVE-2026-5450 - nix-strict gate (#455) for release-grade reproducibility - nix-garnix baseline (#453) integrating with the public Garnix.io build farm - BFF trust-inversion CI/CD pattern (lefthook → posts gitea status → CI skips heavy gates if attested) - Image-scan lefthook gate (#456) — fleet parity port from parkhub-rust / fop-web-ui#171 / fop-web-backend#62 - WOLFI_BASE + NODE_BASE build-arg parameterization (#457) so cloud CI pulls bases from public registries while local + gitea-runner builds keep the LAN mirror - Real Docker Hub digest for node:22-slim (#458) replacing the LAN-mirror local digest Versions bumped on both surfaces gated by .github/workflows/release.yml validate-tag (VERSION file, parkhub-web/package.json). git-cliff regenerates CHANGELOG.md via the changelog workflow PR after this lands.
There was a problem hiding this comment.
Pull request overview
Cuts the v5.1.0 release boundary by updating the repository’s primary version surfaces so release automation and drift checks stay aligned.
Changes:
- Bump root
VERSIONto5.1.0. - Bump
parkhub-web/package.jsonversion to5.1.0. - Bump Helm chart
appVersionto5.1.0.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| VERSION | Updates the canonical repo version to 5.1.0. |
| parkhub-web/package.json | Updates the frontend package version to match VERSION. |
| helm/parkhub/Chart.yaml | Updates Helm appVersion to match VERSION. |
Comment on lines
1
to
7
| { | ||
| "name": "parkhub-web", | ||
| "type": "module", | ||
| "version": "5.0.4", | ||
| "version": "5.1.0", | ||
| "engines": { | ||
| "node": ">=22.12.0" | ||
| }, |
| @@ -1 +1 @@ | |||
| 5.0.4 | |||
| 5.1.0 | |||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cuts the v5.1.0 release boundary covering 56 commits since v5.0.3 (2026-04-29).
Headline changes since v5.0.3
Version surfaces bumped
VERSIONfileparkhub-web/package.jsonhelm/parkhub/Chart.yamlappVersion (caught by appVersion-drift test)git-cliff regenerates CHANGELOG.md via the changelog workflow PR after this lands.
After merge: tag
v5.1.0on main → release.yml fires → docker-publish + GitHub Release.Test plan
make cipasses locally (lefthook gates clean, fop-local-ci profile pr clean, vitest 100% green)