File tree Expand file tree Collapse file tree 7 files changed +31
-7
lines changed
Expand file tree Collapse file tree 7 files changed +31
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 2.22.9 "
2+ "." : " 2.22.10 "
33}
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 2.22.10] ( https://github.com/miracum/fhir-pseudonymizer/compare/v2.22.9...v2.22.10 ) (2025-05-25)
4+
5+
6+ ### Miscellaneous Chores
7+
8+ * ** config:** migrate renovate config ([ #249 ] ( https://github.com/miracum/fhir-pseudonymizer/issues/249 ) ) ([ fe2f060] ( https://github.com/miracum/fhir-pseudonymizer/commit/fe2f060417af768a3f552f89a8b1f7349d9f12af ) )
9+ * ** deps:** nbomber to v6 ([ #258 ] ( https://github.com/miracum/fhir-pseudonymizer/issues/258 ) ) ([ d43602a] ( https://github.com/miracum/fhir-pseudonymizer/commit/d43602a7e6300662f80d4e08e0f3c56567593723 ) )
10+ * ** deps:** update all non-major dependencies ([ #239 ] ( https://github.com/miracum/fhir-pseudonymizer/issues/239 ) ) ([ ab0ed2e] ( https://github.com/miracum/fhir-pseudonymizer/commit/ab0ed2e1079b949bdc0729f9a8a57c1d31bb87c0 ) )
11+ * ** deps:** update dependency aspnetcore.authentication.apikey to v9 ([ #251 ] ( https://github.com/miracum/fhir-pseudonymizer/issues/251 ) ) ([ bf920c2] ( https://github.com/miracum/fhir-pseudonymizer/commit/bf920c24673b8c7739b7f1546568af2712cb76c9 ) )
12+ * ** deps:** update dependency csharpier to v1 ([ 2408ff2] ( https://github.com/miracum/fhir-pseudonymizer/commit/2408ff23bb406e3a1d477823b1d242c2773ce4c4 ) )
13+ * ** deps:** update dependency swashbuckle.aspnetcore to 8.1.2 ([ #250 ] ( https://github.com/miracum/fhir-pseudonymizer/issues/250 ) ) ([ 04e52cf] ( https://github.com/miracum/fhir-pseudonymizer/commit/04e52cf4a297476333ef9ef50e12e164b4dfebaa ) )
14+ * ** deps:** update dependency verify.xunit to v30 ([ #253 ] ( https://github.com/miracum/fhir-pseudonymizer/issues/253 ) ) ([ 499be19] ( https://github.com/miracum/fhir-pseudonymizer/commit/499be19311dd6a71f03b9991048f7fb2bd5cfec9 ) )
15+ * ** deps:** update github-actions ([ #248 ] ( https://github.com/miracum/fhir-pseudonymizer/issues/248 ) ) ([ 053544a] ( https://github.com/miracum/fhir-pseudonymizer/commit/053544ac284b7bf71e163d8ca8879466762528cd ) )
16+ * ** format:** ran csharpier ([ #257 ] ( https://github.com/miracum/fhir-pseudonymizer/issues/257 ) ) ([ 4025a6b] ( https://github.com/miracum/fhir-pseudonymizer/commit/4025a6bc07a66a374908134af1bacbe157359424 ) )
17+
18+
19+ ### CI/CD
20+
21+ * run ci on merge queue ([ 8a2a34b] ( https://github.com/miracum/fhir-pseudonymizer/commit/8a2a34b556e3284c3b1a1b47c8b5568782e0083a ) )
22+ * run ci on merge queue ([ 8a2a34b] ( https://github.com/miracum/fhir-pseudonymizer/commit/8a2a34b556e3284c3b1a1b47c8b5568782e0083a ) )
23+ * switch to release please ([ 3f72f46] ( https://github.com/miracum/fhir-pseudonymizer/commit/3f72f46c69a80189371ffc6ab7f3cd052ef9a168 ) )
24+ * switch to release please ([ 3f72f46] ( https://github.com/miracum/fhir-pseudonymizer/commit/3f72f46c69a80189371ffc6ab7f3cd052ef9a168 ) )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Based on the brilliant [Tools for Health Data Anonymization](https://github.com/
1717docker run --rm -i -p 8080:8080 \
1818 -e PseudonymizationService=" None" \
1919 -e UseSystemTextJsonFhirSerializer=" true" \
20- ghcr.io/miracum/fhir-pseudonymizer:v2.22.9
20+ ghcr.io/miracum/fhir-pseudonymizer:v2.22.10
2121
2222curl -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.9
461+ IMAGE=ghcr.io/miracum/fhir-pseudonymizer:v2.22.10
462462DIGEST=$(crane digest "${IMAGE}")
463463IMAGE_DIGEST_PINNED="ghcr.io/miracum/fhir-pseudonymizer@${DIGEST}"
464464IMAGE_TAG="${IMAGE#*:}"
Original file line number Diff line number Diff line change 11services :
22 fhir-pseudonymizer :
3- image : ghcr.io/miracum/fhir-pseudonymizer:v2.22.9 # x-release-please-version
3+ image : ghcr.io/miracum/fhir-pseudonymizer:v2.22.10 # x-release-please-version
44 restart : unless-stopped
55 cap_drop :
66 - ALL
Original file line number Diff line number Diff line change 1313 <NeutralLanguage >en-US</NeutralLanguage >
1414 <Authors >miracum.org</Authors >
1515 <!-- x-release-please-start-version -->
16- <Version >2.22.9 </Version >
16+ <Version >2.22.10 </Version >
1717 <!-- x-release-please-end-version -->
1818 </PropertyGroup >
1919 <PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
Original file line number Diff line number Diff line change 11replicaCount : 3
22
33image :
4- tag : v2.22.9 # x-release-please-version
4+ tag : v2.22.10 # x-release-please-version
55
66anonymizationConfig : |
77 ---
Original file line number Diff line number Diff line change 1- 2.22.9
1+ 2.22.10
You can’t perform that action at this time.
0 commit comments