From b404621a76b3ecd92acd84aa88ab29f5fdaea91c Mon Sep 17 00:00:00 2001 From: Pascal Delange Date: Thu, 9 Jan 2025 14:25:58 +0100 Subject: [PATCH] bump version for release --- api | 2 +- docker-compose.yaml | 6 +++--- front | 2 +- installation/deployment.md | 2 +- kubernetes/.versions | 10 +++++----- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/api b/api index 61caa28..160c0cb 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit 61caa28806cdad6fd7ccf441d5cbfb800fe0b8e6 +Subproject commit 160c0cba88d9185fa1d8f3d68f18551fb08edf13 diff --git a/docker-compose.yaml b/docker-compose.yaml index c3ad02a..f77926f 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -22,7 +22,7 @@ services: retries: 5 api: container_name: marble-api - image: europe-west1-docker.pkg.dev/marble-infra/marble/marble-backend:v0.30.1 + image: europe-west1-docker.pkg.dev/marble-infra/marble/marble-backend:v0.31.0 platform: linux/amd64 restart: always depends_on: @@ -65,7 +65,7 @@ services: METABASE_GLOBAL_DASHBOARD_ID: ${METABASE_GLOBAL_DASHBOARD_ID:-} cron: container_name: marble-api-cron - image: europe-west1-docker.pkg.dev/marble-infra/marble/marble-backend:v0.30.1 + image: europe-west1-docker.pkg.dev/marble-infra/marble/marble-backend:v0.31.0 platform: linux/amd64 restart: always depends_on: @@ -84,7 +84,7 @@ services: LOGGING_FORMAT: ${LOGGING_FORMAT:-} app: container_name: marble-app - image: europe-west1-docker.pkg.dev/marble-infra/marble/marble-frontend:v0.30.1 + image: europe-west1-docker.pkg.dev/marble-infra/marble/marble-frontend:v0.31.0 platform: linux/amd64 restart: always depends_on: diff --git a/front b/front index 553f250..8932d97 160000 --- a/front +++ b/front @@ -1 +1 @@ -Subproject commit 553f2502802a26934663259ee1b272b37a85aedd +Subproject commit 8932d9764eaedab494f78a8ed9c4601a314171d0 diff --git a/installation/deployment.md b/installation/deployment.md index a9c0218..659b1f4 100644 --- a/installation/deployment.md +++ b/installation/deployment.md @@ -20,7 +20,7 @@ It relies on the existence of a basic set of infrastructure to work: 1. A Postgresql database 2. A scheduler for the cron jobs -3. A set of object storage buckets, to store documents uploaded in the case manager and csv files for batch data ingestion (currently, only Google Cloud Storage: compatibility for ASW S3 and Azure Blob Storage planned soon) +3. A set of object storage buckets, to store documents uploaded in the case manager and csv files for batch data ingestion (compatible with Google Cloud Storage, AWS S3 and Azure Blob Storage) 4. A load balancer with TLS termination to expose the APIs 5. A configured Firebase app for end user authentication diff --git a/kubernetes/.versions b/kubernetes/.versions index 86ad5a3..adf8e97 100644 --- a/kubernetes/.versions +++ b/kubernetes/.versions @@ -1,5 +1,5 @@ -MARBLE-FRONT-IMG=v0.30.1 -MARBLE-FRONT-VERSION=0.30.1 -MARBLE-BACK-IMG=v0.30.1 -MARBLE-BACK-VERSION=0.30.1 -APPLICATION-VERSION=0.30.1 \ No newline at end of file +MARBLE-FRONT-IMG=v0.31.0 +MARBLE-FRONT-VERSION=0.31.0 +MARBLE-BACK-IMG=v0.31.0 +MARBLE-BACK-VERSION=0.31.0 +APPLICATION-VERSION=0.31.0 \ No newline at end of file