From 369e85d2460aaf7ac8d3ba222667380dda086766 Mon Sep 17 00:00:00 2001 From: miracum-bot <64022198+miracum-bot@users.noreply.github.com> Date: Mon, 6 May 2024 12:53:47 +0200 Subject: [PATCH] chore: release 2.2.1 (#175) --- CHANGELOG.md | 8 ++++++++ README.md | 6 +++--- charts/diz-in-a-box/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, 18 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43a3fc7a..2bb721c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.2.1](https://github.com/bzkf/diz-in-a-box/compare/v2.2.0...v2.2.1) (2024-05-06) + + +### Bug Fixes + +* cryptoHash all references by default ([#174](https://github.com/bzkf/diz-in-a-box/issues/174)) ([12fccb8](https://github.com/bzkf/diz-in-a-box/commit/12fccb828b429a1c5b41490c613ed3364610b94d)) +* Decompose refactoring ([#173](https://github.com/bzkf/diz-in-a-box/issues/173)) ([9e3aea1](https://github.com/bzkf/diz-in-a-box/commit/9e3aea112b37db4489f412a9ffb5ace72e2bac22)) + ## [2.2.0](https://github.com/bzkf/diz-in-a-box/compare/v2.1.5...v2.2.0) (2024-04-08) diff --git a/README.md b/README.md index 3384372e..47e77958 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/v2.2.0/air-gapped-installer.tgz +curl -L -O https://github.com/bzkf/diz-in-a-box/releases/download/v2.2.1/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=2.2.0 prerequisites oci://ghcr.io/bzkf/diz-in-a-box/charts/prerequisites +helm upgrade --install --wait --timeout=10m --version=2.2.1 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=2.2.0 diz-in-a-box oci://ghcr.io/bzkf/diz-in-a-box/charts/diz-in-a-box +helm upgrade --install --wait --timeout=10m --version=2.2.1 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 40b12c2f..6bd8eec9 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.2.0 # x-release-please-start-version -version: 2.2.0 -appVersion: 2.2.0 +version: 2.2.1 +appVersion: 2.2.1 # x-release-please-end-version diff --git a/charts/prerequisites/Chart.yaml b/charts/prerequisites/Chart.yaml index d609b056..4f68ceed 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.2.0 -appVersion: 2.2.0 +version: 2.2.1 +appVersion: 2.2.1 # x-release-please-end-version diff --git a/docker-compose/compose.decompose-xmls.yaml b/docker-compose/compose.decompose-xmls.yaml index c82d6abd..d2e1fcb4 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:v2.2.0 # x-release-please-version + image: ghcr.io/bzkf/diz-in-a-box/decompose-xmls:v2.2.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 2238e1d0..a46eb289 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/diz-in-a-box/obds-fhir-to-opal:v2.2.0 # x-release-please-version + image: ghcr.io/bzkf/diz-in-a-box/obds-fhir-to-opal:v2.2.1 # x-release-please-version restart: no cap_drop: - ALL diff --git a/version.txt b/version.txt index ccbccc3d..c043eea7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.2.0 +2.2.1