From 4c65b4e405b69f446a04c811ce63f8b8bacf4469 Mon Sep 17 00:00:00 2001 From: miracum-bot <64022198+miracum-bot@users.noreply.github.com> Date: Wed, 4 Oct 2023 21:53:46 +0200 Subject: [PATCH] chore: release 1.6.0 (#102) --- CHANGELOG.md | 23 +++++++++++++++++++++ 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, 33 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc5e365b..73db92b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.6.0](https://github.com/bzkf/diz-in-a-box/compare/v1.5.11...v1.6.0) (2023-10-04) + + +### Features + +* added a sample deployment for datashield/opal ([#105](https://github.com/bzkf/diz-in-a-box/issues/105)) ([d18fa12](https://github.com/bzkf/diz-in-a-box/commit/d18fa120a7cf2a68bca6ba25c0900ee2ab2f9087)) +* updated adtfhir-to-opal to produce uicc mapping, grouped uicc, age at diagnosis ([#107](https://github.com/bzkf/diz-in-a-box/issues/107)) ([3d223e8](https://github.com/bzkf/diz-in-a-box/commit/3d223e81003a38e51d821a8eee5d8ac38ba4e558)) + + +### Miscellaneous Chores + +* added incomplete taskfile for demoing ([0764e7a](https://github.com/bzkf/diz-in-a-box/commit/0764e7af4c2ad56820aa21c4075ba2c0f711f4f7)) +* **deps:** update actions/checkout action to v4 ([#106](https://github.com/bzkf/diz-in-a-box/issues/106)) ([09a8064](https://github.com/bzkf/diz-in-a-box/commit/09a806430b0c2d7b2163b6adf94433b3e94c276e)) +* **deps:** update compose.onkoadt-to-fhir.yaml to use harbor image variant ([#109](https://github.com/bzkf/diz-in-a-box/issues/109)) ([9b546c0](https://github.com/bzkf/diz-in-a-box/commit/9b546c0ccf5fdb58626feacbfd291896ba82ea92)) +* **deps:** update ghcr.io/miracum/kafka-fhir-to-server docker tag to v2 ([#96](https://github.com/bzkf/diz-in-a-box/issues/96)) ([032906b](https://github.com/bzkf/diz-in-a-box/commit/032906bf15e15bc7b095b969a3664a4c3c6c4e75)) +* **deps:** update github-actions ([#31](https://github.com/bzkf/diz-in-a-box/issues/31)) ([51782af](https://github.com/bzkf/diz-in-a-box/commit/51782afc4b69d5a25ce2fb7a3053e9c35235a892)) +* **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)) +* **deps:** update google-github-actions/release-please-action action to v3.7.12 ([#108](https://github.com/bzkf/diz-in-a-box/issues/108)) ([edeabf6](https://github.com/bzkf/diz-in-a-box/commit/edeabf65441aa70abd2a1e37ac9abc18f574d269)) +* 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)) +* unpin strimzi Operator Image for easier updates ([f13faa8](https://github.com/bzkf/diz-in-a-box/commit/f13faa8bf20aa3d5a9ceebdbfa59cbb37ef8d572)) +* 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..102e7ce4 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.6.0/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.6.0 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.6.0 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..1c79c829 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.6.0 +appVersion: 1.6.0 # x-release-please-end-version diff --git a/charts/prerequisites/Chart.yaml b/charts/prerequisites/Chart.yaml index 6ca26c35..2f0941e6 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.6.0 +appVersion: 1.6.0 # 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..fea03cfd 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.6.0 # 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..4ca238db 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.6.0 # x-release-please-version user: "${UID:-1000}:${GID:-1000}" environment: KAFKA_ENABLED: "true" diff --git a/version.txt b/version.txt index df808199..dc1e644a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.5.11 +1.6.0