Skip to content

Commit

Permalink
chore(release): 2.22.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.22.1](v2.22.0...v2.22.1) (2024-11-17)

### Miscellaneous Chores

* **deps:** update all non-major dependencies ([#209](#209)) ([909dbba](909dbba))
* **deps:** update all non-major dependencies ([#213](#213)) ([5c67d12](5c67d12))
* **deps:** update dependency duende.accesstokenmanagement to v3 ([#204](#204)) ([745909c](745909c))
* **deps:** update dependency ubuntu to v24 ([#205](#205)) ([0aa6b7f](0aa6b7f))
* **deps:** update dependency verify.xunit to v27 ([#210](#210)) ([3e5ff40](3e5ff40))
* **deps:** update docker.io/library/postgres:17.0 docker digest to 8d3be35 ([#208](#208)) ([1e27d33](1e27d33))
* **deps:** update github-actions ([#203](#203)) ([7aeb045](7aeb045))
* **deps:** update quay.io/keycloak/keycloak docker tag to v26 ([#211](#211)) ([9639231](9639231))
* **deps:** updated to .NET 9 ([#218](#218)) ([7b470d8](7b470d8))
  • Loading branch information
semantic-release-bot committed Nov 17, 2024
1 parent 7b470d8 commit 73f05ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY src/FhirPseudonymizer/packages.lock.json .
RUN dotnet restore --locked-mode
COPY . .

ARG VERSION=2.22.0
ARG VERSION=2.22.1
RUN dotnet publish \
-c Release \
-p:Version=${VERSION} \
Expand Down
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.22.0
ghcr.io/miracum/fhir-pseudonymizer:v2.22.1

curl -X POST -H "Content-Type:application/fhir+json" "http://localhost:8080/fhir/\$de-identify" -d @benchmark/observation.json
```
Expand Down Expand Up @@ -452,7 +452,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.22.0
IMAGE=ghcr.io/miracum/fhir-pseudonymizer:v2.22.1
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.22.0
image: ghcr.io/miracum/fhir-pseudonymizer:v2.22.1
restart: unless-stopped
cap_drop:
- ALL
Expand Down
2 changes: 1 addition & 1 deletion tests/chaos/fhir-pseudonymizer-values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
replicaCount: 3

image:
tag: v2.22.0
tag: v2.22.1

anonymizationConfig: |
---
Expand Down

0 comments on commit 73f05ed

Please sign in to comment.