Draft: release 1.4.0#44
Conversation
Prepare the Plumber 1.4.0 release: - Bump Helm chart version and appVersion to 1.4.0 - Pin backend image to v2.41.0 (backend + worker) - Pin frontend image to v2.35.0 Backend/frontend versions are the next minor releases (feat changes) once the in-review MRs are merged. Keep as draft until those images are published. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
PR SummaryLow Risk Overview
No application or chart template logic changes—only release coordinates. The PR description notes it should stay draft until the referenced images are published. Reviewed by Cursor Bugbot for commit fd0dd88. Bugbot is set up for automated code reviews on this repo. Configure here. |
Prepares the Plumber 1.4.0 release.
Changes
version+appVersion→ 1.4.0 (charts/plumber/Chart.yaml)values.yamlbackend + worker,versions.env)values.yamlfrontend,versions.env)compose.ymluses${BACKEND_IMAGE_TAG}/${FRONTEND_IMAGE_TAG}fromversions.env, so no change needed there.Version rationale
Inferred from the repos' semantic-release config (
feat→ minor):v2.40.2+featMRs →v2.41.0v2.34.10+featMRs →v2.35.0These image tags don't exist yet — they'll be produced once the in-review backend/frontend MRs are merged and released:
Keep as draft until
getplumber/backend:v2.41.0andgetplumber/frontend:v2.35.0are published. If the MRs merge as separate semantic releases, adjust the exact tags accordingly.Release note: see the companion PR in
getplumber.io(blogrelease-1.4.0).🤖 Generated with Claude Code