From bc8659f1f6f101ca3e3e2690f31f9cbebcfa2990 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Jul 2024 13:28:04 +0000 Subject: [PATCH] chore(release): 2.21.11 [skip ci] ## [2.21.11](https://github.com/miracum/fhir-pseudonymizer/compare/v2.21.10...v2.21.11) (2024-07-01) ### Miscellaneous Chores * **deps:** update all non-major dependencies ([#179](https://github.com/miracum/fhir-pseudonymizer/issues/179)) ([d828078](https://github.com/miracum/fhir-pseudonymizer/commit/d828078a4a04b6e515fcb7310365b6d5ed0d55ff)) * **deps:** update dependency verify.xunit to v25 ([#174](https://github.com/miracum/fhir-pseudonymizer/issues/174)) ([9ef6ae9](https://github.com/miracum/fhir-pseudonymizer/commit/9ef6ae9e87e8cec432bbb18d8c980f10906c0aad)) * **deps:** update docker.io/library/postgres:16.3 docker digest to 46aa2ee ([#176](https://github.com/miracum/fhir-pseudonymizer/issues/176)) ([6bec842](https://github.com/miracum/fhir-pseudonymizer/commit/6bec842c5cfd365c326684935443da032ca0ad6e)) * **deps:** update github-actions ([#175](https://github.com/miracum/fhir-pseudonymizer/issues/175)) ([fd3ad11](https://github.com/miracum/fhir-pseudonymizer/commit/fd3ad11a655d17ce7ac64fac70881dfcf1caa563)) * **deps:** update github-actions ([#178](https://github.com/miracum/fhir-pseudonymizer/issues/178)) ([dfb6ba0](https://github.com/miracum/fhir-pseudonymizer/commit/dfb6ba0224ce74ac74d1c48d07ded71da880eb7d)) * **deps:** update mcr.microsoft.com/dotnet/aspnet:8.0.6-noble-chiseled docker digest to 9cbc7b7 ([#177](https://github.com/miracum/fhir-pseudonymizer/issues/177)) ([51d5b7d](https://github.com/miracum/fhir-pseudonymizer/commit/51d5b7d2ff274b0d539a38e19f32ef3b024c85cd)) --- Dockerfile | 2 +- README.md | 4 ++-- compose/compose.yaml | 2 +- tests/chaos/fhir-pseudonymizer-values.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4426879..a95438c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ COPY src/FhirPseudonymizer/packages.lock.json . RUN dotnet restore --locked-mode COPY . . -ARG VERSION=2.21.10 +ARG VERSION=2.21.11 RUN dotnet publish \ -c Release \ -p:Version=${VERSION} \ diff --git a/README.md b/README.md index 87778a4..2cf2fd4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Based on the brilliant [Tools for Health Data Anonymization](https://github.com/ docker run --rm -i -p 8080:8080 \ -e PseudonymizationService="None" \ -e UseSystemTextJsonFhirSerializer="true" \ - ghcr.io/miracum/fhir-pseudonymizer:v2.21.10 + ghcr.io/miracum/fhir-pseudonymizer:v2.21.11 curl -X POST -H "Content-Type:application/fhir+json" "http://localhost:8080/fhir/\$de-identify" -d @benchmark/observation.json ``` @@ -431,7 +431,7 @@ Prerequisites: All released container images are signed using [cosign](https://github.com/sigstore/cosign) and SLSA Level 3 provenance is available for verification. ```sh -IMAGE=ghcr.io/miracum/fhir-pseudonymizer:v2.21.10 +IMAGE=ghcr.io/miracum/fhir-pseudonymizer:v2.21.11 DIGEST=$(crane digest "${IMAGE}") IMAGE_DIGEST_PINNED="ghcr.io/miracum/fhir-pseudonymizer@${DIGEST}" IMAGE_TAG="${IMAGE#*:}" diff --git a/compose/compose.yaml b/compose/compose.yaml index bf47500..7a622af 100644 --- a/compose/compose.yaml +++ b/compose/compose.yaml @@ -1,6 +1,6 @@ services: fhir-pseudonymizer: - image: ghcr.io/miracum/fhir-pseudonymizer:v2.21.10 + image: ghcr.io/miracum/fhir-pseudonymizer:v2.21.11 restart: unless-stopped cap_drop: - ALL diff --git a/tests/chaos/fhir-pseudonymizer-values.yaml b/tests/chaos/fhir-pseudonymizer-values.yaml index 4372df6..64f5d63 100644 --- a/tests/chaos/fhir-pseudonymizer-values.yaml +++ b/tests/chaos/fhir-pseudonymizer-values.yaml @@ -1,7 +1,7 @@ replicaCount: 3 image: - tag: v2.21.10 + tag: v2.21.11 anonymizationConfig: | ---