Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 16, 2024
1 parent b525bad commit e2f18dd
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
10 changes: 5 additions & 5 deletions charts/diz-in-a-box/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ dependencies:
version: 0.24.0
- name: stream-processors
repository: https://miracum.github.io/charts
version: 1.6.0
version: 1.6.1
- name: hapi-fhir-jpaserver
repository: https://hapifhir.github.io/hapi-fhir-jpaserver-starter
version: 0.15.0
version: 0.16.0
- name: fhir-gateway
repository: https://miracum.github.io/charts
version: 6.2.0
digest: sha256:a8beeea01663ba075258174948eee1c377bdbf1cb70252c01e188003f477bd18
generated: "2024-02-22T07:51:46.369204628Z"
version: 6.2.2
digest: sha256:029666ad5de62fa5061c8d5d4a83653626d1e3f4e22642059f40ac6e99c51667
generated: "2024-04-16T13:28:34.661758679Z"
6 changes: 3 additions & 3 deletions charts/diz-in-a-box/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ dependencies:
- condition: stream-processors.enabled
name: stream-processors
repository: https://miracum.github.io/charts
version: 1.6.0
version: 1.6.1
- condition: hapi-fhir-jpaserver.enabled
name: hapi-fhir-jpaserver
repository: https://hapifhir.github.io/hapi-fhir-jpaserver-starter
version: 0.15.0
version: 0.16.0
- condition: fhir-gateway.enabled
name: fhir-gateway
repository: https://miracum.github.io/charts
version: 6.2.0
version: 6.2.2
# x-release-please-start-version
version: 2.2.0
appVersion: 2.2.0
Expand Down
4 changes: 2 additions & 2 deletions charts/diz-in-a-box/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ stream-processors:
image:
registry: ghcr.io
repository: miracum/kafka-fhir-to-server
tag: v2.0.6@sha256:155859d275b636e356a99dac3592aa602eef6b68a8f1fe82f7e9670e2be1ef33
tag: v2.1.4@sha256:95d03992c94dc37a2109b9a0d6ac0963dae33dc396e00e416d29b5a88ce1212b
pullPolicy: IfNotPresent
env:
- name: FHIR_URL
Expand Down Expand Up @@ -137,7 +137,7 @@ stream-processors:
image:
registry: ghcr.io
repository: miracum/obds-to-fhir
tag: v2.0.15@sha256:c359ef5449068ff0c1231c3ee237801f2fb76932ab9a16386813d02c07ac9f7d
tag: v2.0.16@sha256:7ee77b8002c2eeaefcd207f938cd35d48dba79531c46aa6c6159ba8ced2e03d7
pullPolicy: IfNotPresent
env:
- name: OPENTRACING_JAEGER_ENABLED
Expand Down
6 changes: 3 additions & 3 deletions charts/prerequisites/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: strimzi-kafka-operator
repository: oci://quay.io/strimzi-helm
version: 0.39.0
digest: sha256:c986c32b5483a8d395c49960c179f12d775ce5ef2c55ac5cb63f376d9fc97660
generated: "2024-01-11T20:52:49.55346174Z"
version: 0.40.0
digest: sha256:3038e51e139f01f980f5404f2f4c2166c866c92b832ec65313414c8057489ee9
generated: "2024-04-16T13:28:37.09428835Z"
2 changes: 1 addition & 1 deletion charts/prerequisites/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kubeVersion: ">= 1.21.0"
dependencies:
- name: strimzi-kafka-operator
repository: oci://quay.io/strimzi-helm
version: 0.39.0
version: 0.40.0
# x-release-please-start-version
version: 2.2.0
appVersion: 2.2.0
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/compose.full.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
kafka:
image: docker.io/bitnami/kafka:3.6.1@sha256:b5254050e61d1912ed9cf3f7107adc6a21ff29d85047b46d7b6df57cf25fa2f7
image: docker.io/bitnami/kafka:3.7.0@sha256:dd3beae321134d2601c37a28dadfb421b4576666c56cce22688f8b2ce702aeb0
restart: unless-stopped
cap_drop:
- ALL
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/compose.obds-to-fhir.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
obds-to-fhir:
image: ghcr.io/miracum/obds-to-fhir:v2.0.15@sha256:c359ef5449068ff0c1231c3ee237801f2fb76932ab9a16386813d02c07ac9f7d
image: ghcr.io/miracum/obds-to-fhir:v2.0.16@sha256:7ee77b8002c2eeaefcd207f938cd35d48dba79531c46aa6c6159ba8ced2e03d7
restart: unless-stopped
cap_drop:
- ALL
Expand Down
4 changes: 2 additions & 2 deletions docker-compose/compose.pseudonymization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
fhir-gateway:
image: ghcr.io/miracum/fhir-gateway:v3.12.8@sha256:2cf2d887b25594c04af3d6be302f8ccaea12dee90965fe4e2f81d24786ac3b6d
image: ghcr.io/miracum/fhir-gateway:v3.12.12@sha256:f944a90127311e009a960bfb8b723a2a62a1461e61120d20803d234d8b6514e6
restart: unless-stopped
cap_drop:
- ALL
Expand Down Expand Up @@ -32,7 +32,7 @@ services:
SERVICES_KAFKA_GENERATE_OUTPUT_TOPIC_REPLACE_WITH: "fhir.pseudonymized."

fhir-pseudonymizer:
image: ghcr.io/miracum/fhir-pseudonymizer:v2.21.6@sha256:f250919efe324d31d9d442058256d6af58c0ea26980fc5852544a93cf8a71b1d
image: ghcr.io/miracum/fhir-pseudonymizer:v2.21.9@sha256:659ca7e00ce5a2e69c4b0675cc214c7a4697b6c85ea00bcaaad604037b060ea1
restart: unless-stopped
cap_drop:
- ALL
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/datashield/compose.datashield.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
opal:
image: docker.io/obiba/opal:4.6@sha256:50abaa400d5b474981c951719301ce4f3c9f5058090cc878e5e82b1b35342881
image: docker.io/obiba/opal:4.7@sha256:26ed094adab0971ad902bca7ab2ee74cfbdf6e1b626ee533e23f7f28fe532cd7
restart: unless-stopped
ipc: none
security_opt:
Expand Down
2 changes: 1 addition & 1 deletion src/decompose_xmls/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- ./output-obds-reports:/app/output-files

kafka:
image: docker.io/bitnami/kafka:3.6.1@sha256:b5254050e61d1912ed9cf3f7107adc6a21ff29d85047b46d7b6df57cf25fa2f7
image: docker.io/bitnami/kafka:3.7.0@sha256:dd3beae321134d2601c37a28dadfb421b4576666c56cce22688f8b2ce702aeb0
restart: unless-stopped
profiles:
- kafka
Expand Down
2 changes: 1 addition & 1 deletion src/decompose_xmls/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pydantic==1.10.14
pydantic==1.10.15
confluent-kafka==2.3.0
4 changes: 2 additions & 2 deletions src/obds_fhir_to_opal/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pathling==6.2.1
pydantic==1.10.14
pydantic==1.10.15
pyspark==3.3.2
pandas==2.2.0
pandas==2.2.2

0 comments on commit e2f18dd

Please sign in to comment.