Skip to content

Commit

Permalink
chore: release 2.3.0 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
miracum-bot authored Aug 8, 2024
1 parent 6e8c835 commit 4c26c98
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 10 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [2.3.0](https://github.com/bzkf/onco-analytics-on-fhir/compare/v2.2.2...v2.3.0) (2024-07-31)


### Features

* only use entries with ADT_GEKID version 2.x ([#186](https://github.com/bzkf/onco-analytics-on-fhir/issues/186)) ([09409df](https://github.com/bzkf/onco-analytics-on-fhir/commit/09409dfbff944264fd69663a19bbce9ff7e4d6ed))
* remove leading zeros from patient id ([#190](https://github.com/bzkf/onco-analytics-on-fhir/issues/190)) ([6e8c835](https://github.com/bzkf/onco-analytics-on-fhir/commit/6e8c835f8d6d088a0d5f8d6a2e543508b94d80f0))


### Bug Fixes

* calculate correct age on diagnosis on birthday ([#195](https://github.com/bzkf/onco-analytics-on-fhir/issues/195)) ([f632bff](https://github.com/bzkf/onco-analytics-on-fhir/commit/f632bffa19a9a17225195bfaf17f0bbb04649f79))


### Documentation

* extract diagnosis date from XML data ([#185](https://github.com/bzkf/onco-analytics-on-fhir/issues/185)) ([1480267](https://github.com/bzkf/onco-analytics-on-fhir/commit/14802672e68831dec03bab83a6e8f5e4508bec2c))
* zeros be gone - add information on how to sanitize Patient_ID ([#189](https://github.com/bzkf/onco-analytics-on-fhir/issues/189)) ([bc71206](https://github.com/bzkf/onco-analytics-on-fhir/commit/bc71206983bea50459c7f678b0bd0bfaa35fca5e))


### Miscellaneous Chores

* readme cleanup ([#179](https://github.com/bzkf/onco-analytics-on-fhir/issues/179)) ([d6c1fea](https://github.com/bzkf/onco-analytics-on-fhir/commit/d6c1fea99aee0442635f818c4a7617644205a9e2))
* rename diz-in-a-box to onco-analytics-on-fhir ([#184](https://github.com/bzkf/onco-analytics-on-fhir/issues/184)) ([bab3d27](https://github.com/bzkf/onco-analytics-on-fhir/commit/bab3d2771b7f95f975f07084d2cc73e21b7f0458))

## [2.2.2](https://github.com/bzkf/diz-in-a-box/compare/v2.2.1...v2.2.2) (2024-05-07)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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/onco-analytics-on-fhir/releases/download/v2.2.2/air-gapped-installer.tgz
curl -L -O https://github.com/bzkf/onco-analytics-on-fhir/releases/download/v2.3.0/air-gapped-installer.tgz
```

<!-- x-release-please-end -->
Expand Down Expand Up @@ -91,7 +91,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.2.2 prerequisites oci://ghcr.io/bzkf/onco-analytics-on-fhir/charts/prerequisites
helm upgrade --install --wait --timeout=10m --version=2.3.0 prerequisites oci://ghcr.io/bzkf/onco-analytics-on-fhir/charts/prerequisites

kubectl apply -f k8s/kafka-cluster.yaml
kubectl wait kafka/bzkf-dizbox-cluster --for=condition=Ready --timeout=300s
Expand All @@ -106,7 +106,7 @@ kubectl get all -A
##### Install onco-analytics-on-fhir

```sh
helm upgrade --install --wait --timeout=10m --version=2.2.2 onco-analytics-on-fhir oci://ghcr.io/bzkf/onco-analytics-on-fhir/charts/onco-analytics-on-fhir
helm upgrade --install --wait --timeout=10m --version=2.3.0 onco-analytics-on-fhir oci://ghcr.io/bzkf/onco-analytics-on-fhir/charts/onco-analytics-on-fhir

# test the installation
helm test onco-analytics-on-fhir
Expand Down
4 changes: 2 additions & 2 deletions charts/onco-analytics-on-fhir/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.2.0
# x-release-please-start-version
version: 2.2.2
appVersion: 2.2.2
version: 2.3.0
appVersion: 2.3.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.39.0
# x-release-please-start-version
version: 2.2.2
appVersion: 2.2.2
version: 2.3.0
appVersion: 2.3.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/onco-analytics-on-fhir/decompose-xmls:v2.2.2 # x-release-please-version
image: ghcr.io/bzkf/onco-analytics-on-fhir/decompose-xmls:v2.3.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/onco-analytics-on-fhir/obds-fhir-to-opal:v2.2.2 # x-release-please-version
image: ghcr.io/bzkf/onco-analytics-on-fhir/obds-fhir-to-opal:v2.3.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 @@
2.2.2
2.3.0

0 comments on commit 4c26c98

Please sign in to comment.