Bump backend to 0.5.0 and repoint prod overlays#56
Merged
Conversation
Backend version.py + pyproject.toml -> 0.5.0; biosim-gke and biosim-rke overlays repointed to backend-0.5.0 images. Images are published by the release workflow when the backend-v0.5.0 tag is pushed (after this merges to main). Deploy with kubectl, minding the worker-drain caveat for the PR #52 submit/poll activity split. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Backend release 0.4.1 → 0.5.0.
backend/biosim_server/version.py+backend/pyproject.toml→0.5.0biosim-gkeandbiosim-rkeoverlays repointed tobackend-0.5.0Depends on #55
Image publishing relies on the
releaseworkflow added in #55. Merge #55 first. After this merges tomain, push the tag to build + publish:git tag backend-v0.5.0 && git push origin backend-v0.5.0That triggers
release.yaml→ builds + pushesplatform-{api,worker}:backend-0.5.0(amd64) to GHCR and cuts thebackend-v0.5.0Release. Then deploy viakubectl apply.⚠ Deploy note — worker drain
0.5.0 includes the PR #52 submit/poll activity split inside
OmexSimWorkflow. Drain in-flight Temporal workflows before rolling the newplatform-workerimage, or replays will hitNonDeterministicWorkflowError. Theplatform-apiimage is safe to deploy anytime. Seebackend/CLAUDE.md→ Deploy.🤖 Generated with Claude Code