Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#153)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 22, 2024
1 parent 936b0b0 commit 03c1f4b
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 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.4.0
version: 1.6.0
- name: hapi-fhir-jpaserver
repository: https://hapifhir.github.io/hapi-fhir-jpaserver-starter
version: 0.14.0
version: 0.15.0
- name: fhir-gateway
repository: https://miracum.github.io/charts
version: 6.1.1
digest: sha256:aacf23b59adc1177c08710baba8af3b4f670688d4c8fe74fe365801011da5fb7
generated: "2024-01-29T18:35:09.277312085Z"
version: 6.2.0
digest: sha256:a8beeea01663ba075258174948eee1c377bdbf1cb70252c01e188003f477bd18
generated: "2024-02-22T07:51:46.369204628Z"
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.4.0
version: 1.6.0
- condition: hapi-fhir-jpaserver.enabled
name: hapi-fhir-jpaserver
repository: https://hapifhir.github.io/hapi-fhir-jpaserver-starter
version: 0.14.0
version: 0.15.0
- condition: fhir-gateway.enabled
name: fhir-gateway
repository: https://miracum.github.io/charts
version: 6.1.1
version: 6.2.0
# x-release-please-start-version
version: 2.1.3
appVersion: 2.1.3
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.5@sha256:fd3813104934e73533ac1b29f7578ff97aae593e24a866381ec5546919eb8696
tag: v2.0.6@sha256:155859d275b636e356a99dac3592aa602eef6b68a8f1fe82f7e9670e2be1ef33
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.13@sha256:2f1b30d83973c75962740683bd5eee0d1f537a8278fa9ac09741a17ec82a04e1
tag: v2.0.15@sha256:c359ef5449068ff0c1231c3ee237801f2fb76932ab9a16386813d02c07ac9f7d
pullPolicy: IfNotPresent
env:
- name: OPENTRACING_JAEGER_ENABLED
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/compose.fhir-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- "8082:8080"

fhir-db:
image: docker.io/library/postgres:15.5@sha256:15b7f8dd3b75bc8f86ba8e875e92e560c03fd6314fe0a4d1315e169421aace01
image: docker.io/library/postgres:15.6@sha256:bbda96e657b1015eb3a43dbb96f21b67cbc62b3825490b2edd2907f6041cb0f4
restart: unless-stopped
deploy:
resources:
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.13@sha256:2f1b30d83973c75962740683bd5eee0d1f537a8278fa9ac09741a17ec82a04e1
image: ghcr.io/miracum/obds-to-fhir:v2.0.15@sha256:c359ef5449068ff0c1231c3ee237801f2fb76932ab9a16386813d02c07ac9f7d
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.7@sha256:79ec28eb0cef9b35d267946e1df81d045e97e178b2d18832d781b7273c2edba3
image: ghcr.io/miracum/fhir-gateway:v3.12.8@sha256:2cf2d887b25594c04af3d6be302f8ccaea12dee90965fe4e2f81d24786ac3b6d
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.5@sha256:5d96f44cb9853ba1535926e72f61a09e5ca3300ff382e5ad8c697a9f50295f00
image: ghcr.io/miracum/fhir-pseudonymizer:v2.21.6@sha256:f250919efe324d31d9d442058256d6af58c0ea26980fc5852544a93cf8a71b1d
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
Expand Up @@ -32,7 +32,7 @@ services:
- rock-2

opal-db:
image: docker.io/library/postgres:16.1@sha256:09f23e02d76670d3b346a3c00aa33a27cf57aab8341eedfcdaed41459d14f5c4
image: docker.io/library/postgres:16.2@sha256:86c1b844918b818384fdc374ef42b9fa072f1a6ae44c41af9a6a7a925a4a7a71
restart: unless-stopped
ipc: private
security_opt:
Expand Down
2 changes: 1 addition & 1 deletion src/decompose_xmls/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==7.4.4
syrupy==4.6.0
syrupy==4.6.1
pytest-cov==4.1.0

0 comments on commit 03c1f4b

Please sign in to comment.