Skip to content

Commit 34a29fe

Browse files
chore(release): 2.22.9 [skip ci]
## [2.22.9](v2.22.8...v2.22.9) (2025-04-09) ### Documentation * fix scorecard ([#245](#245)) ([af77851](af77851)) ### Miscellaneous Chores * **deps:** update dependency swashbuckle.aspnetcore to v8 ([#243](#243)) ([f71310e](f71310e)) * **deps:** update dependency verify.xunit to v29 ([#244](#244)) ([9d321b7](9d321b7)) * **deps:** update docker.io/library/postgres:17.4 docker digest to 7f29c02 ([#235](#235)) ([a6de1c3](a6de1c3)) * **deps:** update github-actions ([#240](#240)) ([4a0c0cc](4a0c0cc)) * **deps:** update mcr.microsoft.com/dotnet/sdk:9.0.202-noble docker digest to dcc11e3 ([#238](#238)) ([e97c4b2](e97c4b2))
1 parent af77851 commit 34a29fe

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

66
anonymizationConfig: |
77
---

0 commit comments

Comments
 (0)