Skip to content

Commit

Permalink
chore(release): 2.21.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.21.4](v2.21.3...v2.21.4) (2023-12-08)

### Miscellaneous Chores

* **deps:** update docker.io/bitnami/kubectl:1.28.3 docker digest to 0defec7 ([#116](#116)) ([da6e49c](da6e49c))
* **deps:** update docker.io/library/postgres:15.4 docker digest to d1168ad ([#117](#117)) ([0b2b33c](0b2b33c))
* **deps:** updated to .NET 8 LTS and updated all dependencies to latest ([#118](#118)) ([af95796](af95796))
  • Loading branch information
semantic-release-bot committed Dec 8, 2023
1 parent af95796 commit 6099c10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
ghcr.io/miracum/fhir-pseudonymizer:v2.21.4

curl -X POST -H "Content-Type:application/fhir+json" "http://localhost:8080/fhir/\$de-identify" -d @benchmark/observation.json
```
Expand Down Expand Up @@ -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.3
IMAGE=ghcr.io/miracum/fhir-pseudonymizer:v2.21.4
DIGEST=$(crane digest "${IMAGE}")
IMAGE_DIGEST_PINNED="ghcr.io/miracum/fhir-pseudonymizer@${DIGEST}"
IMAGE_TAG="${IMAGE#*:}"
Expand Down
2 changes: 1 addition & 1 deletion compose/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
fhir-pseudonymizer:
image: ghcr.io/miracum/fhir-pseudonymizer:v2.21.3
image: ghcr.io/miracum/fhir-pseudonymizer:v2.21.4
restart: unless-stopped
cap_drop:
- ALL
Expand Down

0 comments on commit 6099c10

Please sign in to comment.