Skip to content

Commit

Permalink
chore: release 2.1.3 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
miracum-bot authored Jan 4, 2024
1 parent 73b03ce commit 40845f8
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [2.1.3](https://github.com/bzkf/diz-in-a-box/compare/v2.1.2...v2.1.3) (2024-01-04)


### Documentation

* create SECURITY.md ([ca09f85](https://github.com/bzkf/diz-in-a-box/commit/ca09f85fae789f7459a69a0b3856006a6288ff79))


### Miscellaneous Chores

* bumps obds-to-fhir image ([#136](https://github.com/bzkf/diz-in-a-box/issues/136)) ([73b03ce](https://github.com/bzkf/diz-in-a-box/commit/73b03ce71167c55b61959b84eed4ed5cf5e8ca14))
* **deps:** update docker.io/hapiproject/hapi docker tag to v6.10.1 ([#132](https://github.com/bzkf/diz-in-a-box/issues/132)) ([8cab8b8](https://github.com/bzkf/diz-in-a-box/commit/8cab8b8dec7a7e1361551f406c0bc9ac9940e4c6))
* **deps:** update docker.io/obiba/opal:4.6 docker digest to 79782ac ([#131](https://github.com/bzkf/diz-in-a-box/issues/131)) ([ad52b39](https://github.com/bzkf/diz-in-a-box/commit/ad52b39c4168d972b75629eb1567c8ff0e6dd272))
* remove image digest since it seems to interfere with docker save and docker load ([f6fdb59](https://github.com/bzkf/diz-in-a-box/commit/f6fdb5988f6eb3615e3f9b0845bf885f8b98c132))

## [2.1.2](https://github.com/bzkf/diz-in-a-box/compare/v2.1.1...v2.1.2) (2023-11-28)


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/v2.1.2/air-gapped-installer.tgz
curl -L -O https://github.com/bzkf/diz-in-a-box/releases/download/v2.1.3/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=2.1.2 prerequisites oci://ghcr.io/bzkf/diz-in-a-box/charts/prerequisites
helm upgrade --install --wait --timeout=10m --version=2.1.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
Expand All @@ -94,7 +94,7 @@ kubectl get all -A
#### Install DIZ-in-a-box

```sh
helm upgrade --install --wait --timeout=10m --version=2.1.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.1.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
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.22
# x-release-please-start-version
version: 2.1.2
appVersion: 2.1.2
version: 2.1.3
appVersion: 2.1.3
# 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.38.0
# x-release-please-start-version
version: 2.1.2
appVersion: 2.1.2
version: 2.1.3
appVersion: 2.1.3
# 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:v2.1.2 # x-release-please-version
image: ghcr.io/bzkf/diz-in-a-box/decompose-xmls:v2.1.3 # 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:v2.1.2 # x-release-please-version
image: ghcr.io/bzkf/diz-in-a-box/obds-fhir-to-opal:v2.1.3 # 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 @@
2.1.2
2.1.3

0 comments on commit 40845f8

Please sign in to comment.