Skip to content

Commit 05dcd04

Browse files
chore(release): 2.22.3 [skip ci]
## [2.22.3](v2.22.2...v2.22.3) (2025-01-29) ### Miscellaneous Chores * **deps:** update all non-major dependencies ([#225](#225)) ([ebd55f8](ebd55f8)) * **deps:** update dependency xunit.runner.visualstudio to v3 ([#227](#227)) ([3e1c0ee](3e1c0ee)) * **deps:** update docker.io/library/postgres:17.2 docker digest to 87ec5e0 ([#224](#224)) ([37bd815](37bd815)) * **deps:** update github-actions ([#226](#226)) ([f602527](f602527))
1 parent 3e1c0ee commit 05dcd04

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.2
20+
ARG VERSION=2.22.3
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.2
18+
ghcr.io/miracum/fhir-pseudonymizer:v2.22.3
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.2
455+
IMAGE=ghcr.io/miracum/fhir-pseudonymizer:v2.22.3
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.2
3+
image: ghcr.io/miracum/fhir-pseudonymizer:v2.22.3
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.2
4+
tag: v2.22.3
55

66
anonymizationConfig: |
77
---

0 commit comments

Comments
 (0)