Skip to content

Commit

Permalink
chore: release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miracum-bot committed Nov 8, 2023
1 parent 581311b commit 6634aea
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 10 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [2.0.0](https://github.com/bzkf/diz-in-a-box/compare/v1.6.2...v2.0.0) (2023-11-08)


### ⚠ BREAKING CHANGES

* affects (default) names of all created and used Kafka topics

### Features

* renamed `adt` to `obds` ([581311b](https://github.com/bzkf/diz-in-a-box/commit/581311b27644c6e41e09e5879fb2c82b153eea9a))
* renamed adt to obds - BREAKING CHANGE - renames all container images ([9300032](https://github.com/bzkf/diz-in-a-box/commit/9300032f28f92b24e4e6acc9fb31a3c50b8a1468))


### 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))
* updates obds-to-fhir image registry ([#118](https://github.com/bzkf/diz-in-a-box/issues/118)) ([ed3398e](https://github.com/bzkf/diz-in-a-box/commit/ed3398ee37744e91c6de541b17490275df68bc6d))

## [1.6.2](https://github.com/bzkf/diz-in-a-box/compare/v1.6.1...v1.6.2) (2023-10-12)


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.6.2/air-gapped-installer.tgz
curl -L -O https://github.com/bzkf/diz-in-a-box/releases/download/v2.0.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.6.2 prerequisites oci://ghcr.io/bzkf/diz-in-a-box/charts/prerequisites
helm upgrade --install --wait --timeout=10m --version=2.0.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.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=2.0.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.6.2
appVersion: 1.6.2
version: 2.0.0
appVersion: 2.0.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.6.2
appVersion: 1.6.2
version: 2.0.0
appVersion: 2.0.0
# x-release-please-end-version
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.6.2 # x-release-please-version
image: ghcr.io/bzkf/diz-in-a-box/decompose-xmls:v2.0.0 # x-release-please-version
user: "${UID:-1000}:${GID:-1000}"
environment:
KAFKA_ENABLED: "true"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/compose.obds-fhir-to-opal.yaml
Original file line number Diff line number Diff line change
@@ -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:v2.0.0 # x-release-please-version
restart: no
cap_drop:
- ALL
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.2
2.0.0

0 comments on commit 6634aea

Please sign in to comment.