From 03c1f4bb9839e181b86c2b7712f4f0b806f73697 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 15:17:33 +0100 Subject: [PATCH] chore(deps): update all non-major dependencies (#153) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- charts/diz-in-a-box/Chart.lock | 10 +++++----- charts/diz-in-a-box/Chart.yaml | 6 +++--- charts/diz-in-a-box/values.yaml | 4 ++-- docker-compose/compose.fhir-server.yaml | 2 +- docker-compose/compose.obds-to-fhir.yaml | 2 +- docker-compose/compose.pseudonymization.yaml | 4 ++-- docker-compose/datashield/compose.datashield.yaml | 2 +- src/decompose_xmls/requirements-test.txt | 2 +- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/charts/diz-in-a-box/Chart.lock b/charts/diz-in-a-box/Chart.lock index eac52a9a..0afe9a70 100644 --- a/charts/diz-in-a-box/Chart.lock +++ b/charts/diz-in-a-box/Chart.lock @@ -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" diff --git a/charts/diz-in-a-box/Chart.yaml b/charts/diz-in-a-box/Chart.yaml index 6b982c8d..ab2568e6 100644 --- a/charts/diz-in-a-box/Chart.yaml +++ b/charts/diz-in-a-box/Chart.yaml @@ -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 diff --git a/charts/diz-in-a-box/values.yaml b/charts/diz-in-a-box/values.yaml index 8a03f6e6..d8fa53fd 100644 --- a/charts/diz-in-a-box/values.yaml +++ b/charts/diz-in-a-box/values.yaml @@ -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 @@ -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 diff --git a/docker-compose/compose.fhir-server.yaml b/docker-compose/compose.fhir-server.yaml index 413ec35f..8e6376e3 100644 --- a/docker-compose/compose.fhir-server.yaml +++ b/docker-compose/compose.fhir-server.yaml @@ -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: diff --git a/docker-compose/compose.obds-to-fhir.yaml b/docker-compose/compose.obds-to-fhir.yaml index 01893c35..5917ae94 100644 --- a/docker-compose/compose.obds-to-fhir.yaml +++ b/docker-compose/compose.obds-to-fhir.yaml @@ -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 diff --git a/docker-compose/compose.pseudonymization.yaml b/docker-compose/compose.pseudonymization.yaml index 92d51636..b73d50f7 100644 --- a/docker-compose/compose.pseudonymization.yaml +++ b/docker-compose/compose.pseudonymization.yaml @@ -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 @@ -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 diff --git a/docker-compose/datashield/compose.datashield.yaml b/docker-compose/datashield/compose.datashield.yaml index 9218662e..7178f1f9 100644 --- a/docker-compose/datashield/compose.datashield.yaml +++ b/docker-compose/datashield/compose.datashield.yaml @@ -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: diff --git a/src/decompose_xmls/requirements-test.txt b/src/decompose_xmls/requirements-test.txt index 007cfac4..32e2f5c3 100644 --- a/src/decompose_xmls/requirements-test.txt +++ b/src/decompose_xmls/requirements-test.txt @@ -1,3 +1,3 @@ pytest==7.4.4 -syrupy==4.6.0 +syrupy==4.6.1 pytest-cov==4.1.0