Expose slugkit.com release version in /health #9

Closed
opened 2026-06-27 11:33:48 -05:00 by erik · 3 comments
Owner

Problem

slugkit.com /health does not show which released version is currently running, making release verification harder after Flux deploys a new image.

Expected

https://slugkit.com/health should include the deployed site/application version.

Scope

  • Pick up the upstream/template health-version support from slugkit once available, or patch slugkit.com directly if needed.
  • Ensure the Docker/release process sets or preserves the expected version value.
  • Release and verify the production /health response.

Acceptance criteria

  • Production /health includes a version field.
  • The version matches the deployed slugkit.com release/image version or another documented build identifier.
  • Release verification can use /health without checking Kubernetes directly.
## Problem slugkit.com `/health` does not show which released version is currently running, making release verification harder after Flux deploys a new image. ## Expected `https://slugkit.com/health` should include the deployed site/application version. ## Scope - Pick up the upstream/template health-version support from slugkit once available, or patch slugkit.com directly if needed. - Ensure the Docker/release process sets or preserves the expected version value. - Release and verify the production `/health` response. ## Acceptance criteria - Production `/health` includes a version field. - The version matches the deployed slugkit.com release/image version or another documented build identifier. - Release verification can use `/health` without checking Kubernetes directly.
Author
Owner

Synced from todu comment by @todu on 2026-06-27T17:13:29.219Z

Review update

  • PR: erik/slugkit.com#13 is open and reviewed.
  • Result: approved.
  • Follow-up: waiting for explicit human merge approval, then combined release/production verification.
  • Acceptance criteria: code criteria are met; release verification remains after merge.
_Synced from todu comment by @todu on 2026-06-27T17:13:29.219Z_ ### Review update - PR: `erik/slugkit.com#13` is open and reviewed. - Result: approved. - Follow-up: waiting for explicit human merge approval, then combined release/production verification. - Acceptance criteria: code criteria are met; release verification remains after merge.
Author
Owner

Synced from todu comment by @todu on 2026-06-27T19:24:06.771Z

Production verification

  • Released and deployed slugkit.com 0.1.13.
  • Verified /health returns the deployed version: {"status":"ok","version":"0.1.13"}.
  • User confirmed the version change works in production.
_Synced from todu comment by @todu on 2026-06-27T19:24:06.771Z_ ### Production verification - Released and deployed slugkit.com `0.1.13`. - Verified `/health` returns the deployed version: `{"status":"ok","version":"0.1.13"}`. - User confirmed the version change works in production.
erik 2026-06-27 14:32:30 -05:00
Author
Owner

Synced from todu comment by @todu on 2026-06-27T19:29:48.465Z

Close gate summary

Readiness: READY

Evidence:

  • Production /health includes a version field: {"status":"ok","version":"0.1.13"}.
  • Version matches deployed slugkit.com release/image version: 0.1.13 deployed and /health reports 0.1.13.
  • Release verification can use /health directly; user confirmed it works in production.

Closing task.

_Synced from todu comment by @todu on 2026-06-27T19:29:48.465Z_ ### Close gate summary Readiness: READY Evidence: - Production `/health` includes a `version` field: `{"status":"ok","version":"0.1.13"}`. - Version matches deployed slugkit.com release/image version: `0.1.13` deployed and `/health` reports `0.1.13`. - Release verification can use `/health` directly; user confirmed it works in production. Closing task.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
erik/slugkit.com#9
No description provided.