revert: drop personal-stack release tagging; keep Flux+Keel auto-deploy#624
Merged
jorisjonkers-dev-agents[bot] merged 1 commit intoJun 8, 2026
Merged
Conversation
personal-stack is continuously deployed (Flux reconciles main, Keel auto-rolls in-house :latest images) and is not itself a version-pinned/released artifact. SemVer versioning + Renovate pinning apply to the extracted sub-packages (shared libraries/tooling, reusable workflows, and the future API/frontend pair repos) that personal-stack consumes — not to this repo's own deploy. Reverts the personal-stack-deploy half of #623: removes release-please (config/manifest/release.yml), the version-on-tag image build in build-and-publish.yml, and docs/runbooks/versioned-deploy.md. renovate.json is kept (it pins the consumed sub-package versions). The Flux pinning + Keel removal that was held is cancelled — Keel stays. Part of #609.
4 tasks
jorisjonkers-dev-agents Bot
pushed a commit
that referenced
this pull request
Jun 8, 2026
personal-stack stays continuously deployed (Flux + Keel auto-roll), not version-pinned. SemVer + Renovate apply to the consumed sub-packages (extracted libs/tooling, reusable workflows, future API/frontend pair repos — M7/#625). Rewrites VERSIONING.md and adds a model-correction note to README. Reflects the #623 revert (#624) and that Keel is kept. Part of #605.
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.
What changed
Reconfigures the versioning model after design feedback: personal-stack stays continuously deployed (Flux reconciles
main; Keel auto-rolls in-house:latestimages). It is not itself a version-pinned/released artifact.Reverts the personal-stack-deploy half of #623:
release-please-config.json,.release-please-manifest.json,.github/workflows/release.ymlbuild-and-publish.yml(drops thev*.*.*version-on-tag image build)docs/runbooks/versioned-deploy.mdKept:
renovate.json— it pins the versions of the sub-packages personal-stack consumes.Why
SemVer versioning + Renovate pinning apply to the sub-packages, not this repo's deploy:
ExtraToast/github-workflows, pinned by tag/digest)A Renovate bump → merge → Keel auto-roll keeps deploys automatic. The previously-held Flux tag-pinning + Keel removal is cancelled (Keel stays).
Part of #609.