From ba39232b8c3bfd70f3c520b8c4b7bf3a53ecc107 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 10 Jul 2024 10:51:10 +0000 Subject: [PATCH] chore(release): 2.21.12 [skip ci] ## [2.21.12](https://github.com/miracum/fhir-pseudonymizer/compare/v2.21.11...v2.21.12) (2024-07-10) ### Documentation * updated scorecard badge ([#181](https://github.com/miracum/fhir-pseudonymizer/issues/181)) ([9dbd32f](https://github.com/miracum/fhir-pseudonymizer/commit/9dbd32f462f794d4094136b7ad63ecd73ad82365)) ### Miscellaneous Chores * **deps:** update dependency verify.xunit to v25.1.1 ([#183](https://github.com/miracum/fhir-pseudonymizer/issues/183)) ([b1c8117](https://github.com/miracum/fhir-pseudonymizer/commit/b1c8117d2c5735cb9ac6b5f847af1f7c3ae9b98f)) * **deps:** update docker.io/library/postgres:16.3 docker digest to 3cc4d8c ([#182](https://github.com/miracum/fhir-pseudonymizer/issues/182)) ([0a92435](https://github.com/miracum/fhir-pseudonymizer/commit/0a92435bf81c872f1d32f0e2b05baaa4e27b7905)) * **deps:** update quay.io/keycloak/keycloak docker tag to v25 ([#180](https://github.com/miracum/fhir-pseudonymizer/issues/180)) ([95f31fd](https://github.com/miracum/fhir-pseudonymizer/commit/95f31fd821ffe508f0e9c3c48bb2f3ca6e5bb552)) ### Build * added linux/arm64 images ([#185](https://github.com/miracum/fhir-pseudonymizer/issues/185)) ([1b66b34](https://github.com/miracum/fhir-pseudonymizer/commit/1b66b344623ccef2cc7ca9d707e6f337f854d39a)) * fixed multi-platform build ([#186](https://github.com/miracum/fhir-pseudonymizer/issues/186)) ([71d2d84](https://github.com/miracum/fhir-pseudonymizer/commit/71d2d84e35deb0bc66944fca18a6e34eab129573)) --- 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 c22f790..2875fe9 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.11 +ARG VERSION=2.21.12 RUN dotnet publish \ -c Release \ -p:Version=${VERSION} \ diff --git a/README.md b/README.md index 7d90178..23e58c1 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.11 + ghcr.io/miracum/fhir-pseudonymizer:v2.21.12 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.11 +IMAGE=ghcr.io/miracum/fhir-pseudonymizer:v2.21.12 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 7a622af..c933294 100644 --- a/compose/compose.yaml +++ b/compose/compose.yaml @@ -1,6 +1,6 @@ services: fhir-pseudonymizer: - image: ghcr.io/miracum/fhir-pseudonymizer:v2.21.11 + image: ghcr.io/miracum/fhir-pseudonymizer:v2.21.12 restart: unless-stopped cap_drop: - ALL diff --git a/tests/chaos/fhir-pseudonymizer-values.yaml b/tests/chaos/fhir-pseudonymizer-values.yaml index 64f5d63..551f315 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.11 + tag: v2.21.12 anonymizationConfig: | ---