Skip to content

Commit af48476

Browse files
chore(release): 2.22.5 [skip ci]
## [2.22.5](v2.22.4...v2.22.5) (2025-03-09) ### Miscellaneous Chores * **deps:** update all non-major dependencies ([#231](#231)) ([a0322dc](a0322dc)) * **deps:** update github-actions ([#230](#230)) ([66af746](66af746)) * **deps:** update miracum/.github action to v1.16.1 ([#232](#232)) ([f28b1f6](f28b1f6))
1 parent a0322dc commit af48476

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY src/FhirPseudonymizer/packages.lock.json .
1717
RUN dotnet restore --locked-mode
1818
COPY . .
1919

20-
ARG VERSION=2.22.4
20+
ARG VERSION=2.22.5
2121
RUN dotnet publish \
2222
-c Release \
2323
-p:Version=${VERSION} \

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Based on the brilliant [Tools for Health Data Anonymization](https://github.com/
1515
docker run --rm -i -p 8080:8080 \
1616
-e PseudonymizationService="None" \
1717
-e UseSystemTextJsonFhirSerializer="true" \
18-
ghcr.io/miracum/fhir-pseudonymizer:v2.22.4
18+
ghcr.io/miracum/fhir-pseudonymizer:v2.22.5
1919

2020
curl -X POST -H "Content-Type:application/fhir+json" "http://localhost:8080/fhir/\$de-identify" -d @benchmark/observation.json
2121
```
@@ -452,7 +452,7 @@ Prerequisites:
452452
All released container images are signed using [cosign](https://github.com/sigstore/cosign) and SLSA Level 3 provenance is available for verification.
453453

454454
```sh
455-
IMAGE=ghcr.io/miracum/fhir-pseudonymizer:v2.22.4
455+
IMAGE=ghcr.io/miracum/fhir-pseudonymizer:v2.22.5
456456
DIGEST=$(crane digest "${IMAGE}")
457457
IMAGE_DIGEST_PINNED="ghcr.io/miracum/fhir-pseudonymizer@${DIGEST}"
458458
IMAGE_TAG="${IMAGE#*:}"

compose/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
fhir-pseudonymizer:
3-
image: ghcr.io/miracum/fhir-pseudonymizer:v2.22.4
3+
image: ghcr.io/miracum/fhir-pseudonymizer:v2.22.5
44
restart: unless-stopped
55
cap_drop:
66
- ALL

tests/chaos/fhir-pseudonymizer-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
replicaCount: 3
22

33
image:
4-
tag: v2.22.4
4+
tag: v2.22.5
55

66
anonymizationConfig: |
77
---

0 commit comments

Comments
 (0)