Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 2.3.2 #215

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [2.3.2](https://github.com/bzkf/onco-analytics-on-fhir/compare/v2.3.1...v2.3.2) (2024-11-19)


### Miscellaneous Chores

* adds bzkf registry comparison graph for paper revision ([#214](https://github.com/bzkf/onco-analytics-on-fhir/issues/214)) ([8458fa4](https://github.com/bzkf/onco-analytics-on-fhir/commit/8458fa452724a02631634557e3dffe9236f82149))
* **deps:** update docker.io/library/postgres:15.6 docker digest to 1ebd963 ([#160](https://github.com/bzkf/onco-analytics-on-fhir/issues/160)) ([48c9f95](https://github.com/bzkf/onco-analytics-on-fhir/commit/48c9f95b1fe6776b296f564c1a36e0925d3a146c))
* **deps:** update docker.io/library/postgres:16.2 docker digest to 4aea012 ([#161](https://github.com/bzkf/onco-analytics-on-fhir/issues/161)) ([dfec2da](https://github.com/bzkf/onco-analytics-on-fhir/commit/dfec2da856d13aa4392798cb979cf256e3d3e7ca))
* **deps:** update github-actions ([#210](https://github.com/bzkf/onco-analytics-on-fhir/issues/210)) ([1d6eb68](https://github.com/bzkf/onco-analytics-on-fhir/commit/1d6eb68235a425c7f49aee8714c47caf1062261a))

## [2.3.1](https://github.com/bzkf/onco-analytics-on-fhir/compare/v2.3.0...v2.3.1) (2024-10-08)


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.3.1/air-gapped-installer.tgz
curl -L -O https://github.com/bzkf/onco-analytics-on-fhir/releases/download/v2.3.2/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.3.1 prerequisites oci://ghcr.io/bzkf/onco-analytics-on-fhir/charts/prerequisites
helm upgrade --install --wait --timeout=10m --version=2.3.2 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.3.1 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.2 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.3.1
appVersion: 2.3.1
version: 2.3.2
appVersion: 2.3.2
# 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.3.1
appVersion: 2.3.1
version: 2.3.2
appVersion: 2.3.2
# 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.3.1 # x-release-please-version
image: ghcr.io/bzkf/onco-analytics-on-fhir/decompose-xmls:v2.3.2 # 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.3.1 # x-release-please-version
image: ghcr.io/bzkf/onco-analytics-on-fhir/obds-fhir-to-opal:v2.3.2 # 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.3.1
2.3.2