Skip to content

Commit 34fee62

Browse files
committed
chore(master): release 2.22.11
1 parent 83ab36c commit 34fee62

File tree

7 files changed

+15
-7
lines changed

7 files changed

+15
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.22.10"
2+
".": "2.22.11"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.22.11](https://github.com/miracum/fhir-pseudonymizer/compare/v2.22.10...v2.22.11) (2025-06-04)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **deps:** update ghcr.io/miracum/vfps:v1.3.6 docker digest to 21f45ea ([#259](https://github.com/miracum/fhir-pseudonymizer/issues/259)) ([a957d75](https://github.com/miracum/fhir-pseudonymizer/commit/a957d756de69f47934597aba4ec5a85fea400805))
9+
* **deps:** update github-actions ([#261](https://github.com/miracum/fhir-pseudonymizer/issues/261)) ([83ab36c](https://github.com/miracum/fhir-pseudonymizer/commit/83ab36c7f2fe4add39cf7fb7e706a4a32227b3e3))
10+
311
## [2.22.10](https://github.com/miracum/fhir-pseudonymizer/compare/v2.22.9...v2.22.10) (2025-05-25)
412

513

README.md

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

2222
curl -X POST -H "Content-Type:application/fhir+json" "http://localhost:8080/fhir/\$de-identify" -d @benchmark/observation.json
2323
```
@@ -458,7 +458,7 @@ All released container images are signed using [cosign](https://github.com/sigst
458458
<!-- x-release-please-start-version -->
459459

460460
```sh
461-
IMAGE=ghcr.io/miracum/fhir-pseudonymizer:v2.22.10
461+
IMAGE=ghcr.io/miracum/fhir-pseudonymizer:v2.22.11
462462
DIGEST=$(crane digest "${IMAGE}")
463463
IMAGE_DIGEST_PINNED="ghcr.io/miracum/fhir-pseudonymizer@${DIGEST}"
464464
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.10 # x-release-please-version
3+
image: ghcr.io/miracum/fhir-pseudonymizer:v2.22.11 # x-release-please-version
44
restart: unless-stopped
55
cap_drop:
66
- ALL

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<NeutralLanguage>en-US</NeutralLanguage>
1414
<Authors>miracum.org</Authors>
1515
<!-- x-release-please-start-version -->
16-
<Version>2.22.10</Version>
16+
<Version>2.22.11</Version>
1717
<!-- x-release-please-end-version -->
1818
</PropertyGroup>
1919
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">

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.10 # x-release-please-version
4+
tag: v2.22.11 # x-release-please-version
55

66
anonymizationConfig: |
77
---

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.22.10
1+
2.22.11

0 commit comments

Comments
 (0)