Skip to content

Commit

Permalink
chore: release 1.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
miracum-bot committed Sep 27, 2023
1 parent 26c1666 commit 9e269c4
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.5.12/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.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
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.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
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.5.12
appVersion: 1.5.12
# 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.5.12
appVersion: 1.5.12
# 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.5.12 # 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.5.12 # 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.5.12

0 comments on commit 9e269c4

Please sign in to comment.