File tree Expand file tree Collapse file tree 7 files changed +29
-7
lines changed
Expand file tree Collapse file tree 7 files changed +29
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 2.22.10 "
2+ "." : " 2.22.11 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.22.11] ( https://github.com/miracum/fhir-pseudonymizer/compare/v2.22.10...v2.22.11 ) (2025-09-08)
4+
5+
6+ ### Bug Fixes
7+
8+ * migrate from bitnami kubectl and fix chaos testing image ([ #270 ] ( https://github.com/miracum/fhir-pseudonymizer/issues/270 ) ) ([ f3538db] ( https://github.com/miracum/fhir-pseudonymizer/commit/f3538db2605b89e1f2d5bc998fdd3fd1c8686b18 ) )
9+
10+
11+ ### Miscellaneous Chores
12+
13+ * ** deps:** update all digest updates ([ #263 ] ( https://github.com/miracum/fhir-pseudonymizer/issues/263 ) ) ([ a05a955] ( https://github.com/miracum/fhir-pseudonymizer/commit/a05a95579e83f04e948c5d1f9ca17e593eea659e ) )
14+ * ** deps:** update all digest updates ([ #267 ] ( https://github.com/miracum/fhir-pseudonymizer/issues/267 ) ) ([ 1ad6a3e] ( https://github.com/miracum/fhir-pseudonymizer/commit/1ad6a3eb1ed1b8f7fbfd32a285cc837b061937e8 ) )
15+ * ** deps:** update all non-major dependencies ([ #264 ] ( https://github.com/miracum/fhir-pseudonymizer/issues/264 ) ) ([ d09b5d5] ( https://github.com/miracum/fhir-pseudonymizer/commit/d09b5d57c6235638e8a2c817214595aa7365882e ) )
16+ * ** deps:** update all non-major dependencies ([ #268 ] ( https://github.com/miracum/fhir-pseudonymizer/issues/268 ) ) ([ 9b2ac47] ( https://github.com/miracum/fhir-pseudonymizer/commit/9b2ac47cb8393279adb8979eecdf60fa79c64bb4 ) )
17+ * ** deps:** update all non-major dependencies ([ #273 ] ( https://github.com/miracum/fhir-pseudonymizer/issues/273 ) ) ([ 47bb35f] ( https://github.com/miracum/fhir-pseudonymizer/commit/47bb35f6ddb8d1c78d7c9d55270807675f1ca7cf ) )
18+ * ** deps:** update dependency swashbuckle.aspnetcore to v9 ([ #266 ] ( https://github.com/miracum/fhir-pseudonymizer/issues/266 ) ) ([ 3f4f166] ( https://github.com/miracum/fhir-pseudonymizer/commit/3f4f16672e5eeda05fb359ebe4422b74f0304d06 ) )
19+ * ** 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 ) )
20+ * ** deps:** update github-actions ([ #261 ] ( https://github.com/miracum/fhir-pseudonymizer/issues/261 ) ) ([ 83ab36c] ( https://github.com/miracum/fhir-pseudonymizer/commit/83ab36c7f2fe4add39cf7fb7e706a4a32227b3e3 ) )
21+ * ** deps:** update github-actions ([ #265 ] ( https://github.com/miracum/fhir-pseudonymizer/issues/265 ) ) ([ 63bbc37] ( https://github.com/miracum/fhir-pseudonymizer/commit/63bbc37ffe70bc24d8c76b99eee1c8121dc33225 ) )
22+ * ** deps:** update github-actions ([ #269 ] ( https://github.com/miracum/fhir-pseudonymizer/issues/269 ) ) ([ 5612bda] ( https://github.com/miracum/fhir-pseudonymizer/commit/5612bda5e8a5a98186cb6ba30dfbf384070bd80e ) )
23+ * ** deps:** update github-actions ([ #271 ] ( https://github.com/miracum/fhir-pseudonymizer/issues/271 ) ) ([ d79ab99] ( https://github.com/miracum/fhir-pseudonymizer/commit/d79ab998985e5b0ef42e4f809540e657c2db51c5 ) )
24+
325## [ 2.22.10] ( https://github.com/miracum/fhir-pseudonymizer/compare/v2.22.9...v2.22.10 ) (2025-05-25)
426
527
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.10
20+ ghcr.io/miracum/fhir-pseudonymizer:v2.22.11
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.10
461+ IMAGE=ghcr.io/miracum/fhir-pseudonymizer:v2.22.11
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.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
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.10 </Version >
16+ <Version >2.22.11 </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.10 # x-release-please-version
4+ tag : v2.22.11 # x-release-please-version
55
66anonymizationConfig : |
77 ---
Original file line number Diff line number Diff line change 1- 2.22.10
1+ 2.22.11
You can’t perform that action at this time.
0 commit comments