From c81ec353fd71c54027966983a09c98b40c0be52d Mon Sep 17 00:00:00 2001 From: Jim Schaff Date: Fri, 5 Jun 2026 10:58:22 -0400 Subject: [PATCH] Bump backend to 0.5.0 and repoint prod overlays 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) --- backend/biosim_server/version.py | 2 +- backend/pyproject.toml | 2 +- kustomize/overlays/biosim-gke/kustomization.yaml | 4 ++-- kustomize/overlays/biosim-rke/kustomization.yaml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/biosim_server/version.py b/backend/biosim_server/version.py index 01b3a8b..5a28280 100644 --- a/backend/biosim_server/version.py +++ b/backend/biosim_server/version.py @@ -1 +1 @@ -__version__ = "0.4.1" \ No newline at end of file +__version__ = "0.5.0" \ No newline at end of file diff --git a/backend/pyproject.toml b/backend/pyproject.toml index e428740..220c1ff 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "biosim-server" -version = "0.4.1" +version = "0.5.0" description = "Server for the consolidated Biosimulations API" authors = ["Alex Patrie , Jim Schaff "] readme = "README.md" diff --git a/kustomize/overlays/biosim-gke/kustomization.yaml b/kustomize/overlays/biosim-gke/kustomization.yaml index a718e7b..458d350 100644 --- a/kustomize/overlays/biosim-gke/kustomization.yaml +++ b/kustomize/overlays/biosim-gke/kustomization.yaml @@ -5,9 +5,9 @@ namespace: biosim-gke images: - name: ghcr.io/biosimulations/platform-api - newTag: backend-0.4.1 + newTag: backend-0.5.0 - name: ghcr.io/biosimulations/platform-worker - newTag: backend-0.4.1 + newTag: backend-0.5.0 - name: ghcr.io/biosimulations/platform-frontend newTag: frontend-0.1.0 - name: docker.io/library/mongo diff --git a/kustomize/overlays/biosim-rke/kustomization.yaml b/kustomize/overlays/biosim-rke/kustomization.yaml index 1bd9391..afd800e 100644 --- a/kustomize/overlays/biosim-rke/kustomization.yaml +++ b/kustomize/overlays/biosim-rke/kustomization.yaml @@ -5,9 +5,9 @@ namespace: biosim-rke images: - name: ghcr.io/biosimulations/platform-api - newTag: backend-0.4.1 + newTag: backend-0.5.0 - name: ghcr.io/biosimulations/platform-worker - newTag: backend-0.4.1 + newTag: backend-0.5.0 - name: ghcr.io/biosimulations/platform-frontend newTag: frontend-0.1.0 - name: docker.io/library/mongo