Skip to content

Commit

Permalink
chore: release 1.6.0 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
miracum-bot authored Oct 4, 2023
1 parent 0764e7a commit 4c65b4e
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 10 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Download the air-gapped installer and move it to the deployment machine:
<!-- x-release-please-start-version -->

```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
```

<!-- x-release-please-end -->
Expand Down Expand Up @@ -79,7 +79,7 @@ IMAGE_FOLDER=./dist/air-gapped/images ./dist/air-gapped/bin/import-images-into-k
<!-- x-release-please-start-version -->

```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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/diz-in-a-box/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions charts/prerequisites/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docker-compose/compose.adtfhir-to-opal.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/compose.decompose-xmls.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.11
1.6.0

0 comments on commit 4c65b4e

Please sign in to comment.