From 7a5bbd93ab8ed2fed26d9ed40793c2ce7b22a39a Mon Sep 17 00:00:00 2001 From: miracum-bot <64022198+miracum-bot@users.noreply.github.com> Date: Tue, 31 Oct 2023 15:13:28 +0100 Subject: [PATCH] chore: release 1.6.3 --- CHANGELOG.md | 10 ++++++++++ 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, 20 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81ba78bd..cdd98659 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.6.3](https://github.com/bzkf/diz-in-a-box/compare/v1.6.2...v1.6.3) (2023-10-31) + + +### Miscellaneous Chores + +* bumps obds-to-fhir ([7be7d17](https://github.com/bzkf/diz-in-a-box/commit/7be7d174037719742adf9ee47f4cad48adea0b50)) +* bumps obds-to-fhir images ([a1a98ac](https://github.com/bzkf/diz-in-a-box/commit/a1a98accddc7f3d4a8470e6d0ba4e97d79350957)) +* make megalinter black happy ([3c6946c](https://github.com/bzkf/diz-in-a-box/commit/3c6946ceace2065984d3f1329e09f6a0cbb2a6f8)) +* markdownlint ([8a59ef7](https://github.com/bzkf/diz-in-a-box/commit/8a59ef73eba16518183ee18bb37da1a6da98fd9e)) + ## [1.6.2](https://github.com/bzkf/diz-in-a-box/compare/v1.6.1...v1.6.2) (2023-10-12) diff --git a/README.md b/README.md index 3c3c951b..a36b36a9 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.6.2/air-gapped-installer.tgz +curl -L -O https://github.com/bzkf/diz-in-a-box/releases/download/v1.6.3/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.6.2 prerequisites oci://ghcr.io/bzkf/diz-in-a-box/charts/prerequisites +helm upgrade --install --wait --timeout=10m --version=1.6.3 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.6.2 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.6.3 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 b203e584..329a8d16 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.6.2 -appVersion: 1.6.2 +version: 1.6.3 +appVersion: 1.6.3 # x-release-please-end-version diff --git a/charts/prerequisites/Chart.yaml b/charts/prerequisites/Chart.yaml index 4d7174d7..981f9f4c 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.6.2 -appVersion: 1.6.2 +version: 1.6.3 +appVersion: 1.6.3 # x-release-please-end-version diff --git a/docker-compose/compose.decompose-xmls.yaml b/docker-compose/compose.decompose-xmls.yaml index b9503874..5c0a2f58 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.6.2 # x-release-please-version + image: ghcr.io/bzkf/diz-in-a-box/decompose-xmls:v1.6.3 # 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 a1cfba36..2d94909d 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:v1.5.11 # x-release-please-version + image: ghcr.io/bzkf/diz-in-a-box/obds-fhir-to-opal:v1.6.3 # x-release-please-version restart: no cap_drop: - ALL diff --git a/version.txt b/version.txt index fdd3be6d..266146b8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.6.2 +1.6.3