Skip to content

chore(release): bump to v5.1.0#459

Merged
nash87 merged 1 commit into
mainfrom
chore/release-v510-2026-05-07
May 7, 2026
Merged

chore(release): bump to v5.1.0#459
nash87 merged 1 commit into
mainfrom
chore/release-v510-2026-05-07

Conversation

@nash87
Copy link
Copy Markdown
Owner

@nash87 nash87 commented May 7, 2026

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

  • VERSION file
  • parkhub-web/package.json
  • helm/parkhub/Chart.yaml appVersion (caught by appVersion-drift test)

git-cliff regenerates CHANGELOG.md via the changelog workflow PR after this lands.

After merge: tag v5.1.0 on main → release.yml fires → docker-publish + GitHub Release.

Test plan

  • make ci passes locally (lefthook gates clean, fop-local-ci profile pr clean, vitest 100% green)
  • CI: validate-tag job will check VERSION + parkhub-web/package.json match v5.1.0

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.
Copilot AI review requested due to automatic review settings May 7, 2026 00:03
@nash87 nash87 enabled auto-merge (squash) May 7, 2026 00:03
@github-actions github-actions Bot added the web label May 7, 2026
@nash87 nash87 merged commit 959981d into main May 7, 2026
31 checks passed
@nash87 nash87 deleted the chore/release-v510-2026-05-07 branch May 7, 2026 00:04
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 VERSION to 5.1.0.
  • Bump parkhub-web/package.json version to 5.1.0.
  • Bump Helm chart appVersion to 5.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 thread parkhub-web/package.json
Comment on lines 1 to 7
{
"name": "parkhub-web",
"type": "module",
"version": "5.0.4",
"version": "5.1.0",
"engines": {
"node": ">=22.12.0"
},
Comment thread VERSION
@@ -1 +1 @@
5.0.4
5.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants