From 9e269c45bfbbc77f2972210bf9d8f5218fdc46bb Mon Sep 17 00:00:00 2001 From: miracum-bot <64022198+miracum-bot@users.noreply.github.com> Date: Wed, 27 Sep 2023 23:55:10 +0200 Subject: [PATCH] chore: release 1.5.12 --- CHANGELOG.md | 10 ++++++++++ README.md | 6 +++--- charts/diz-in-a-box/Chart.yaml | 4 ++-- charts/prerequisites/Chart.yaml | 4 ++-- docker-compose/compose.adtfhir-to-opal.yaml | 2 +- docker-compose/compose.decompose-xmls.yaml | 2 +- version.txt | 2 +- 7 files changed, 20 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc5e365b..7fa2bd34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.5.12](https://github.com/bzkf/diz-in-a-box/compare/v1.5.11...v1.5.12) (2023-09-27) + + +### Miscellaneous Chores + +* **deps:** update github-actions (major) ([#60](https://github.com/bzkf/diz-in-a-box/issues/60)) ([26c1666](https://github.com/bzkf/diz-in-a-box/commit/26c166642194aa11eeea5809e80c7e9830937f12)) +* fixed KRaft config for newest Kafka ([#101](https://github.com/bzkf/diz-in-a-box/issues/101)) ([84df54e](https://github.com/bzkf/diz-in-a-box/commit/84df54e4d8b31256781d948fc6e71721d8d44c94)) +* updated FHIR Pseudonymizer to v2.20.0 ([#104](https://github.com/bzkf/diz-in-a-box/issues/104)) ([66897d4](https://github.com/bzkf/diz-in-a-box/commit/66897d40e910c7b7963c86e18d1c984ea3898a66)) +* use a smaller spark base image ([#103](https://github.com/bzkf/diz-in-a-box/issues/103)) ([862e124](https://github.com/bzkf/diz-in-a-box/commit/862e12457c17a7ebd6e09015661b16b16a6db177)) + ## [1.5.11](https://github.com/bzkf/diz-in-a-box/compare/v1.5.10...v1.5.11) (2023-08-03) diff --git a/README.md b/README.md index 7fec5d3f..f6cb32d3 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Download the air-gapped installer and move it to the deployment machine: ```sh -curl -L -O https://github.com/bzkf/diz-in-a-box/releases/download/v1.5.11/air-gapped-installer.tgz +curl -L -O https://github.com/bzkf/diz-in-a-box/releases/download/v1.5.12/air-gapped-installer.tgz ``` @@ -79,7 +79,7 @@ IMAGE_FOLDER=./dist/air-gapped/images ./dist/air-gapped/bin/import-images-into-k ```sh -helm upgrade --install --wait --timeout=10m --version=1.5.11 prerequisites oci://ghcr.io/bzkf/diz-in-a-box/charts/prerequisites +helm upgrade --install --wait --timeout=10m --version=1.5.12 prerequisites oci://ghcr.io/bzkf/diz-in-a-box/charts/prerequisites kubectl apply -f k8s/kafka-cluster.yaml kubectl wait kafka/bzkf-dizbox-cluster --for=condition=Ready --timeout=300s @@ -94,7 +94,7 @@ kubectl get all -A #### Install DIZ-in-a-box ```sh -helm upgrade --install --wait --timeout=10m --version=1.5.11 diz-in-a-box oci://ghcr.io/bzkf/diz-in-a-box/charts/diz-in-a-box +helm upgrade --install --wait --timeout=10m --version=1.5.12 diz-in-a-box oci://ghcr.io/bzkf/diz-in-a-box/charts/diz-in-a-box # test the installation helm test diz-in-a-box diff --git a/charts/diz-in-a-box/Chart.yaml b/charts/diz-in-a-box/Chart.yaml index 234c22b3..9ce95434 100644 --- a/charts/diz-in-a-box/Chart.yaml +++ b/charts/diz-in-a-box/Chart.yaml @@ -22,6 +22,6 @@ dependencies: repository: https://miracum.github.io/charts version: 6.0.12 # x-release-please-start-version -version: 1.5.11 -appVersion: 1.5.11 +version: 1.5.12 +appVersion: 1.5.12 # x-release-please-end-version diff --git a/charts/prerequisites/Chart.yaml b/charts/prerequisites/Chart.yaml index 6ca26c35..7a5f4e1c 100644 --- a/charts/prerequisites/Chart.yaml +++ b/charts/prerequisites/Chart.yaml @@ -9,6 +9,6 @@ dependencies: repository: oci://quay.io/strimzi-helm version: 0.37.0 # x-release-please-start-version -version: 1.5.11 -appVersion: 1.5.11 +version: 1.5.12 +appVersion: 1.5.12 # x-release-please-end-version diff --git a/docker-compose/compose.adtfhir-to-opal.yaml b/docker-compose/compose.adtfhir-to-opal.yaml index 89b9e2f0..73333d47 100644 --- a/docker-compose/compose.adtfhir-to-opal.yaml +++ b/docker-compose/compose.adtfhir-to-opal.yaml @@ -1,6 +1,6 @@ services: adtfhir-to-opal: - image: ghcr.io/bzkf/diz-in-a-box/adtfhir-to-opal:v1.5.11 # x-release-please-version + image: ghcr.io/bzkf/diz-in-a-box/adtfhir-to-opal:v1.5.12 # x-release-please-version restart: no cap_drop: - ALL diff --git a/docker-compose/compose.decompose-xmls.yaml b/docker-compose/compose.decompose-xmls.yaml index 215d39d9..7ccff5cd 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/diz-in-a-box/decompose-xmls:v1.5.11 # x-release-please-version + image: ghcr.io/bzkf/diz-in-a-box/decompose-xmls:v1.5.12 # x-release-please-version user: "${UID:-1000}:${GID:-1000}" environment: KAFKA_ENABLED: "true" diff --git a/version.txt b/version.txt index df808199..41336a1c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.5.11 +1.5.12