From 1ccabf68d8b60f25e6a61718a4ef36b15ea21220 Mon Sep 17 00:00:00 2001 From: miracum-bot <64022198+miracum-bot@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:45:07 +0200 Subject: [PATCH] chore: release 2.3.1 --- CHANGELOG.md | 15 +++++++++++++++ README.md | 6 +++--- charts/onco-analytics-on-fhir/Chart.yaml | 4 ++-- charts/prerequisites/Chart.yaml | 4 ++-- docker-compose/compose.decompose-xmls.yaml | 2 +- docker-compose/compose.obds-fhir-to-opal.yaml | 2 +- version.txt | 2 +- 7 files changed, 25 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fda85c9..4811daa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.3.1](https://github.com/bzkf/onco-analytics-on-fhir/compare/v2.3.0...v2.3.1) (2024-10-08) + + +### Bug Fixes + +* downgrade for python < 3.11 compatibility ([#208](https://github.com/bzkf/onco-analytics-on-fhir/issues/208)) ([97073f6](https://github.com/bzkf/onco-analytics-on-fhir/commit/97073f67bb06277146ffc1e4fb3f1da8cba269d3)) +* minor fixes to e2e runability ([#203](https://github.com/bzkf/onco-analytics-on-fhir/issues/203)) ([354c0b0](https://github.com/bzkf/onco-analytics-on-fhir/commit/354c0b062be01cfb32f2faf2042aa038de1f0ed0)) + + +### Miscellaneous Chores + +* **deps:** update github-actions ([#143](https://github.com/bzkf/onco-analytics-on-fhir/issues/143)) ([ad31a0e](https://github.com/bzkf/onco-analytics-on-fhir/commit/ad31a0e379f4760c6c78db371c6168cf861a4289)) +* **deps:** update github-actions ([#205](https://github.com/bzkf/onco-analytics-on-fhir/issues/205)) ([6fc600e](https://github.com/bzkf/onco-analytics-on-fhir/commit/6fc600ebc469ffc6856bf81b0dc330e06792b549)) +* remove black and white from entity plot ([#199](https://github.com/bzkf/onco-analytics-on-fhir/issues/199)) ([2a4e5a3](https://github.com/bzkf/onco-analytics-on-fhir/commit/2a4e5a343018d1af03e9ef65e40150f475fb2408)) + ## [2.3.0](https://github.com/bzkf/onco-analytics-on-fhir/compare/v2.2.2...v2.3.0) (2024-07-31) diff --git a/README.md b/README.md index d46189dd..66a2e3b8 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Download the air-gapped installer and move it to the deployment machine: ```sh -curl -L -O https://github.com/bzkf/onco-analytics-on-fhir/releases/download/v2.3.0/air-gapped-installer.tgz +curl -L -O https://github.com/bzkf/onco-analytics-on-fhir/releases/download/v2.3.1/air-gapped-installer.tgz ``` @@ -91,7 +91,7 @@ IMAGE_FOLDER=./dist/air-gapped/images ./dist/air-gapped/bin/import-images-into-k ```sh -helm upgrade --install --wait --timeout=10m --version=2.3.0 prerequisites oci://ghcr.io/bzkf/onco-analytics-on-fhir/charts/prerequisites +helm upgrade --install --wait --timeout=10m --version=2.3.1 prerequisites oci://ghcr.io/bzkf/onco-analytics-on-fhir/charts/prerequisites kubectl apply -f k8s/kafka-cluster.yaml kubectl wait kafka/bzkf-dizbox-cluster --for=condition=Ready --timeout=300s @@ -106,7 +106,7 @@ kubectl get all -A ##### Install onco-analytics-on-fhir ```sh -helm upgrade --install --wait --timeout=10m --version=2.3.0 onco-analytics-on-fhir oci://ghcr.io/bzkf/onco-analytics-on-fhir/charts/onco-analytics-on-fhir +helm upgrade --install --wait --timeout=10m --version=2.3.1 onco-analytics-on-fhir oci://ghcr.io/bzkf/onco-analytics-on-fhir/charts/onco-analytics-on-fhir # test the installation helm test onco-analytics-on-fhir diff --git a/charts/onco-analytics-on-fhir/Chart.yaml b/charts/onco-analytics-on-fhir/Chart.yaml index 54ccd0c8..c2b632de 100644 --- a/charts/onco-analytics-on-fhir/Chart.yaml +++ b/charts/onco-analytics-on-fhir/Chart.yaml @@ -22,6 +22,6 @@ dependencies: repository: https://miracum.github.io/charts version: 6.2.0 # x-release-please-start-version -version: 2.3.0 -appVersion: 2.3.0 +version: 2.3.1 +appVersion: 2.3.1 # x-release-please-end-version diff --git a/charts/prerequisites/Chart.yaml b/charts/prerequisites/Chart.yaml index 29cb2f26..6c13c04f 100644 --- a/charts/prerequisites/Chart.yaml +++ b/charts/prerequisites/Chart.yaml @@ -9,6 +9,6 @@ dependencies: repository: oci://quay.io/strimzi-helm version: 0.39.0 # x-release-please-start-version -version: 2.3.0 -appVersion: 2.3.0 +version: 2.3.1 +appVersion: 2.3.1 # x-release-please-end-version diff --git a/docker-compose/compose.decompose-xmls.yaml b/docker-compose/compose.decompose-xmls.yaml index 401e87fe..4578a986 100644 --- a/docker-compose/compose.decompose-xmls.yaml +++ b/docker-compose/compose.decompose-xmls.yaml @@ -1,6 +1,6 @@ services: decompose-xmls: - image: ghcr.io/bzkf/onco-analytics-on-fhir/decompose-xmls:v2.3.0 # x-release-please-version + image: ghcr.io/bzkf/onco-analytics-on-fhir/decompose-xmls:v2.3.1 # x-release-please-version user: "${UID:-1000}:${GID:-1000}" environment: KAFKA_ENABLED: "true" diff --git a/docker-compose/compose.obds-fhir-to-opal.yaml b/docker-compose/compose.obds-fhir-to-opal.yaml index 354a76e3..abaa8ddf 100644 --- a/docker-compose/compose.obds-fhir-to-opal.yaml +++ b/docker-compose/compose.obds-fhir-to-opal.yaml @@ -1,6 +1,6 @@ services: obds-fhir-to-opal: - image: ghcr.io/bzkf/onco-analytics-on-fhir/obds-fhir-to-opal:v2.3.0 # x-release-please-version + image: ghcr.io/bzkf/onco-analytics-on-fhir/obds-fhir-to-opal:v2.3.1 # x-release-please-version restart: no cap_drop: - ALL diff --git a/version.txt b/version.txt index 276cbf9e..2bf1c1cc 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.3.0 +2.3.1