miracum / fhir-gateway

A thin layer between FHIR REST clients and resource processing pipelines.
Apache License 2.0
13 stars 7 forks source link

chore(deps): update all non-major dependencies #159

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
docker.io/curlimages/curl minor 8.7.1 -> 8.8.0 age adoption passing confidence
docker.io/hapiproject/hapi minor v7.0.3 -> v7.2.0 age adoption passing confidence
docker.io/library/gradle stage minor 8.7.0-jdk21 -> 8.8.0-jdk21 age adoption passing confidence
docker.io/library/postgres minor 16.2 -> 16.3 age adoption passing confidence
ghcr.io/miracum/fhir-pseudonymizer patch v2.21.9 -> v2.21.10 age adoption passing confidence
gradle (source) minor 8.7 -> 8.8 age adoption passing confidence
tchiotludo/akhq minor 0.24.0 -> 0.25.0 age adoption passing confidence
io.micrometer:micrometer-core dependencies minor 1.12.5 -> 1.13.1 age adoption passing confidence
io.micrometer:micrometer-registry-prometheus dependencies minor 1.12.5 -> 1.13.1 age adoption passing confidence
org.miracum:kafka-fhir-serializer dependencies patch 1.0.5 -> 1.0.6 age adoption passing confidence
ca.uhn.hapi.fhir:hapi-fhir-client-okhttp (source) dependencies minor 7.0.2 -> 7.2.1 age adoption passing confidence
ca.uhn.hapi.fhir:hapi-fhir-structures-r4 (source) dependencies minor 7.0.2 -> 7.2.1 age adoption passing confidence
ca.uhn.hapi.fhir:hapi-fhir-client (source) dependencies minor 7.0.2 -> 7.2.1 age adoption passing confidence
ca.uhn.hapi.fhir:hapi-fhir-base (source) dependencies minor 7.0.2 -> 7.2.1 age adoption passing confidence
org.springframework.cloud:spring-cloud-dependencies (source) dependencies patch 2023.0.1 -> 2023.0.2 age adoption passing confidence
io.spring.dependency-management plugin patch 1.1.4 -> 1.1.5 age adoption passing confidence
org.springframework.boot plugin minor 3.2.5 -> 3.3.1 age adoption passing confidence

Release Notes

curl/curl-container (docker.io/curlimages/curl) ### [`v8.8.0`](https://togithub.com/curl/curl-container/blob/HEAD/CHANGELOG.md#880---2024-05-22) [Compare Source](https://togithub.com/curl/curl-container/compare/8.7.1...8.8.0) ##### Changed - bump to curl 8.8.0
miracum/fhir-pseudonymizer (ghcr.io/miracum/fhir-pseudonymizer) ### [`v2.21.10`](https://togithub.com/miracum/fhir-pseudonymizer/releases/tag/v2.21.10) [Compare Source](https://togithub.com/miracum/fhir-pseudonymizer/compare/v2.21.9...v2.21.10) ##### Miscellaneous Chores - **deps:** update all non-major dependencies ([#​171](https://togithub.com/miracum/fhir-pseudonymizer/issues/171)) ([1a7ba1e](https://togithub.com/miracum/fhir-pseudonymizer/commit/1a7ba1ee83d4e4816d15cbba879e078fb8f59c50)) - **deps:** update github-actions ([#​172](https://togithub.com/miracum/fhir-pseudonymizer/issues/172)) ([d557d85](https://togithub.com/miracum/fhir-pseudonymizer/commit/d557d85f964b625b191215d01e820eb8a6d57c36))
gradle/gradle (gradle) ### [`v8.8`](https://togithub.com/gradle/gradle/releases/tag/v8.8.0): 8.8 [Compare Source](https://togithub.com/gradle/gradle/compare/v8.7.0...v8.8.0) The Gradle team is excited to announce Gradle 8.8. [Read the Release Notes](https://docs.gradle.org/8.8/release-notes.html) We would like to thank the following community members for their contributions to this release of Gradle: [Björn Kautler](https://togithub.com/Vampire), [Denes Daniel](https://togithub.com/pantherdd), [Fabian Windheuser](https://togithub.com/fawind), [Hélio Fernandes Sebastião](https://togithub.com/helfese), [Jay Wei](https://togithub.com/JayWei1215), [jhrom](https://togithub.com/jhrom), [jwp345](https://togithub.com/jwp345), [Jörgen Andersson](https://togithub.com/jorander), [Kirill Gavrilov](https://togithub.com/gavvvr), [MajesticMagikarpKing](https://togithub.com/yctomwang), [Maksim Lazeba](https://togithub.com/M-Lazeba), [Philip Wedemann](https://togithub.com/hfhbd), [Robert Elliot](https://togithub.com/Mahoney), [Róbert Papp](https://togithub.com/TWiStErRob), [Stefan M.](https://togithub.com/StefMa), [Tibor Vyletel](https://togithub.com/TiborVyletel), [Tony Robalik](https://togithub.com/autonomousapps), [Valentin Kulesh](https://togithub.com/unshare), [Yanming Zhou](https://togithub.com/quaff), [김용후](https://togithub.com/who-is-hu) #### Upgrade instructions Switch your build to use Gradle 8.8 by updating your wrapper: ./gradlew wrapper --gradle-version=8.8 See the Gradle [8.x upgrade guide](https://docs.gradle.org/8.8/userguide/upgrading_version\_8.html) to learn about deprecations, breaking changes and other considerations when upgrading. For Java, Groovy, Kotlin and Android compatibility, see the [full compatibility notes](https://docs.gradle.org/8.8/userguide/compatibility.html). #### Reporting problems If you find a problem with this release, please file a bug on [GitHub Issues](https://togithub.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss). We hope you will build happiness with Gradle, and we look forward to your feedback via [Twitter](https://twitter.com/gradle) or on [GitHub](https://togithub.com/gradle).
tchiotludo/akhq (tchiotludo/akhq) ### [`v0.25.0`](https://togithub.com/tchiotludo/akhq/releases/tag/0.25.0) [Compare Source](https://togithub.com/tchiotludo/akhq/compare/0.24.0...0.25.0) ⚠️ This release bring breaking changes since the whole ACL system was rewritten to support multiple clusters RBAC ⚠️ #### Features - **acls**: introduce new ACL rewrite ([#​1472](https://togithub.com/tchiotludo/akhq/issues/1472)) [#​1472](https://togithub.com/tchiotludo/akhq/pull/1472) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/4359e540e5927c125f0ae0239cf2aed9a75698a1)) - **topicdata**: list topics even if a broker is unable to serve log information ([#​1502](https://togithub.com/tchiotludo/akhq/issues/1502)) ([Kevin Duss](https://togithub.com/tchiotludo/akhq/commit/127713daac074ed650907d8a6ed2bafadb004e44)) - **core**: allow to configure (de)serialiser on consumers/producers ([#​1432](https://togithub.com/tchiotludo/akhq/issues/1432)) ([Guillaume Dufrêne](https://togithub.com/tchiotludo/akhq/commit/22cc05339af91906eb21ac353a4a9a81cb803756)) - **schema**: improve schema loading on produce screen ([#​1467](https://togithub.com/tchiotludo/akhq/issues/1467)) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/ed1627cff703b2af757d09796987a9b6c65f03ac)) - **webserver**: html-head don't work any more ([#​1489](https://togithub.com/tchiotludo/akhq/issues/1489)) ([jheinitz](https://togithub.com/tchiotludo/akhq/commit/cd2c8d83d58f2cb64c60af7f613e07e0f57a04ab)) - **topicdata**: search for key/value schema subject ([#​1430](https://togithub.com/tchiotludo/akhq/issues/1430)) [#​1430](https://togithub.com/tchiotludo/akhq/pull/1430) ([Markus](https://togithub.com/tchiotludo/akhq/commit/067be4bc3f3891f8d9642e770224e88484a9044f)) - **helm**: added ingress pathType ([#​1564](https://togithub.com/tchiotludo/akhq/issues/1564)) [#​1564](https://togithub.com/tchiotludo/akhq/pull/1564) ([Moritz Rathberger](https://togithub.com/tchiotludo/akhq/commit/6e2f65222107cdb98d33c930a77725ef36fdfeb1)) - **docs**: update groups.md with warning about recent group changes. ([#​1582](https://togithub.com/tchiotludo/akhq/issues/1582)) [#​1582](https://togithub.com/tchiotludo/akhq/pull/1582) ([Kajetan Krykwiński](https://togithub.com/tchiotludo/akhq/commit/c321aff56211974bd671bc67a14d0f51c1e4fca9)) - **docs**: adding content-type warning on external claim provider response ([#​1599](https://togithub.com/tchiotludo/akhq/issues/1599)) [#​1599](https://togithub.com/tchiotludo/akhq/pull/1599) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/8214a1157a32b183d30df9390d78a457e640b974)) - **auth**: customizable github SSO url ([#​1606](https://togithub.com/tchiotludo/akhq/issues/1606)) ([#​1613](https://togithub.com/tchiotludo/akhq/issues/1613)) [#​1613](https://togithub.com/tchiotludo/akhq/pull/1613) ([dred22](https://togithub.com/tchiotludo/akhq/commit/468df4398b435d5dffee9b7e115b1c8a63044c24)) - **topic**: increase topic partition ([#​1601](https://togithub.com/tchiotludo/akhq/issues/1601)) [#​1601](https://togithub.com/tchiotludo/akhq/pull/1601) ([neeraj-singh47](https://togithub.com/tchiotludo/akhq/commit/571c19803e4921ca7a67799e08a392fc41e0ada6)) - **topic**: allow to delete topic config ([#​1602](https://togithub.com/tchiotludo/akhq/issues/1602)) [#​1602](https://togithub.com/tchiotludo/akhq/pull/1602) ([Timon Back](https://togithub.com/tchiotludo/akhq/commit/56a042f0c15741200c1669c779266af9b4b96818)) - **ui**: fix and improve error management ([#​1620](https://togithub.com/tchiotludo/akhq/issues/1620)) [#​1620](https://togithub.com/tchiotludo/akhq/pull/1620) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/829f364327027a0c154c4a00155aed7c5275d853)) - **topicdata**: adding end timestamp filter ([#​1629](https://togithub.com/tchiotludo/akhq/issues/1629)) [#​1629](https://togithub.com/tchiotludo/akhq/pull/1629) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/02fb136d8b55a78aa6c41b9ae98b01a854481e74)) - **auth**: adding JWT payload compression ([#​1630](https://togithub.com/tchiotludo/akhq/issues/1630)) [#​1630](https://togithub.com/tchiotludo/akhq/pull/1630) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/2e452666b012557ae6fe9df1170d703ab924acbc)) - **topicdata**: adding download all messages feature ([#​1628](https://togithub.com/tchiotludo/akhq/issues/1628)) [#​1628](https://togithub.com/tchiotludo/akhq/pull/1628) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/c89db95ac15b7d49f6a9e7c6e041505741ff85d1)) - **schema**: add support for GLUE schema registry (only deserialization) ([#​1650](https://togithub.com/tchiotludo/akhq/issues/1650)) [#​1650](https://togithub.com/tchiotludo/akhq/pull/1650) ([arindampatra33](https://togithub.com/tchiotludo/akhq/commit/dfc70c63a67fde86fa9e549d2016f5ed060f8600)) - **schema**: enhance support for Glue Schema Registry ([#​1673](https://togithub.com/tchiotludo/akhq/issues/1673)) [#​1673](https://togithub.com/tchiotludo/akhq/pull/1673) ([arindampatra33](https://togithub.com/tchiotludo/akhq/commit/77d632e994fc6e89d63fb0c99107a1ab8e985ce6)) - **ui**: upgrade to React 18 ([#​1678](https://togithub.com/tchiotludo/akhq/issues/1678)) [#​1678](https://togithub.com/tchiotludo/akhq/pull/1678) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/d58967a1ad95f676ce0cb1db835117e6d3589556)) - **auth**: adding READ_CONFIG in default reader role ([#​1694](https://togithub.com/tchiotludo/akhq/issues/1694)) [#​1694](https://togithub.com/tchiotludo/akhq/pull/1694) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/88fd733b7c756447861696775421b3b66f8c20fb)) - **topicdata**: adding Jackson view on Record to limit field in download ([#​1692](https://togithub.com/tchiotludo/akhq/issues/1692)) [#​1692](https://togithub.com/tchiotludo/akhq/pull/1692) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/8095eb6dfd56b84a7f1d0aa19b4ed7af51637313)) - **acls**: audit logs ([#​1675](https://togithub.com/tchiotludo/akhq/issues/1675)) [#​1675](https://togithub.com/tchiotludo/akhq/pull/1675) ([Emmanuel](https://togithub.com/tchiotludo/akhq/commit/fbf48b01adfa34ff07d97fd545c0919eebf21c3a)) - **acls**: use no op security service when security is off [#​1705](https://togithub.com/tchiotludo/akhq/issues/1705) ([#​1706](https://togithub.com/tchiotludo/akhq/issues/1706)) [#​1706](https://togithub.com/tchiotludo/akhq/pull/1706) ([Emmanuel](https://togithub.com/tchiotludo/akhq/commit/50705e6a8a1cffac8ddc9177fd5eabc0b85788f5)) - **cicd**: add dependabot automatic check ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/2c1b0731f8ee2a2bc4f6e5f198c3aad7b51216e9)) - **ui**: handle env file for dev ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/4e1122ca8a0a29a25b5ebbb8bf709abd7bd3d7c5)) - **helm**: add LoadBalancerIP ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/1d85857ab24fb5528307297d682afea1364d343f)) - **docs**: remove upstash sponsor ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/e5458e9fe0d034f5f579f4bceb5be901f4567908)) - **auth**: add default value for github api and update doc ([#​1779](https://togithub.com/tchiotludo/akhq/issues/1779)) [#​1779](https://togithub.com/tchiotludo/akhq/pull/1779) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/f9968fc178b80b8167a14067614add2f81abc666)) - **docs**: describe how to enable json logging ([#​1772](https://togithub.com/tchiotludo/akhq/issues/1772)) [#​1772](https://togithub.com/tchiotludo/akhq/pull/1772) ([theBNT](https://togithub.com/tchiotludo/akhq/commit/515298d4edc2f50dd7338937ed5673ef052ffd86)) #### Bug Fixes - **topicdata**: search can failed data pagination with many results ([#​1468](https://togithub.com/tchiotludo/akhq/issues/1468)) [#​1468](https://togithub.com/tchiotludo/akhq/pull/1468) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/4713261b4191b49208f0fb522742e8b2f7f4064c)) - **topicdata**: no topic data when 1 record with newest sort ([#​1466](https://togithub.com/tchiotludo/akhq/issues/1466)) [#​1466](https://togithub.com/tchiotludo/akhq/pull/1466) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/d898b462217a8069ae172f796812d172dd3e84f6)) - **connect**: sort throw exception ([#​1431](https://togithub.com/tchiotludo/akhq/issues/1431)) [#​1431](https://togithub.com/tchiotludo/akhq/pull/1431) ([Albert](https://togithub.com/tchiotludo/akhq/commit/a89e65cbf760ab02ccadc9f3ecc3e37d37e0fdf6)) - **webservre**: add missing / to search string in replace ([#​1477](https://togithub.com/tchiotludo/akhq/issues/1477)) [#​1477](https://togithub.com/tchiotludo/akhq/pull/1477) ([jheinitz](https://togithub.com/tchiotludo/akhq/commit/2f4b020dcbb1cb367885c6b29baafb8ab5b44a62)) - **docs**: invalid helm link ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/c280b093116ca4d89e1480358fff6f48fd82d2ae)) - **schema**: invalid signature on schema controller ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/25167c72ed49949dee39bdc5d1a66ab9d68b5b4e)) - **ui**: delete message don't work anymore ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/a6f5cb4851c56c039488d5db52de8ebba5f25902)) - **ui**: live tail should pretty print json ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/551f63a508f8331888ca64cd9c13a885c91b240d)) - **ui**: header failed to display on live tail ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/cfe378f730a976de2d38cd0c8048d5884d10fb2e)) - **ui**: search box on topic data ([#​1522](https://togithub.com/tchiotludo/akhq/issues/1522)) [#​1522](https://togithub.com/tchiotludo/akhq/pull/1522) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/cfc50e27858d4490ec76378255b2b3b90f1b3a82)) - **acls**: inconsistency between READ and READ_CONFIG actions for NODE resource ([#​1521](https://togithub.com/tchiotludo/akhq/issues/1521)) [#​1521](https://togithub.com/tchiotludo/akhq/pull/1521) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/72a41cc68221af71ec89a35f41fd64f0285472a4)) - **ui**: inconsistency in default selected cluster ([#​1523](https://togithub.com/tchiotludo/akhq/issues/1523)) [#​1523](https://togithub.com/tchiotludo/akhq/pull/1523) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/c3aa8ee65ae7caafc0b2d39a42af46eeb95cd5cc)) - **ui**: regression on search filters when changing sort ([#​1525](https://togithub.com/tchiotludo/akhq/issues/1525)) [#​1525](https://togithub.com/tchiotludo/akhq/pull/1525) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/236a41f8f1e6100b2a5930132ee4fe10cf11c971)) - **ui**: cancel previous request on search schema ([#​1542](https://togithub.com/tchiotludo/akhq/issues/1542)) [#​1542](https://togithub.com/tchiotludo/akhq/pull/1542) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/f8c8a0627c9d5f8f9bbab2643f4fdd61f0b1c012)) - **ui**: redirect on login page when token expires ([#​1539](https://togithub.com/tchiotludo/akhq/issues/1539)) [#​1539](https://togithub.com/tchiotludo/akhq/pull/1539) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/0519dbcbdbe75730c669c1508def9ee088ff67bc)) - **core**: fix permissions issues ([#​1533](https://togithub.com/tchiotludo/akhq/issues/1533)) [#​1533](https://togithub.com/tchiotludo/akhq/pull/1533) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/f36ae794f3eaaf5a4b791ac704620f3b15d7639c)) - **topicdata**: fix and enhance search ([#​1538](https://togithub.com/tchiotludo/akhq/issues/1538)) [#​1538](https://togithub.com/tchiotludo/akhq/pull/1538) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/96fd6af6b16f53b0971e4138da616d16cc1a5cd9)) - **cicd**: fix falling doc build ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/d688fecb55cc45bbc6928906618f8438108492c6)) - **auth**: handling logged-in user with no roles ([#​1589](https://togithub.com/tchiotludo/akhq/issues/1589)) [#​1589](https://togithub.com/tchiotludo/akhq/pull/1589) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/4d031f903e6c0910fb9611c6f7962587a7d86d0b)) - **schema**: only load schema when user has rights on produce screen ([#​1600](https://togithub.com/tchiotludo/akhq/issues/1600)) [#​1600](https://togithub.com/tchiotludo/akhq/pull/1600) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/dd374c9f081f81cea3d78088e70a34f0d22949bb)) - **topicdata**: BufferUnderflowException on header deserialization ([#​1588](https://togithub.com/tchiotludo/akhq/issues/1588)) [#​1588](https://togithub.com/tchiotludo/akhq/pull/1588) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/81c036cf8742bed50d5adc93edeb6173d2f60eae)) - **auth**: check only cluster permissions on search for acl and schema ([#​1605](https://togithub.com/tchiotludo/akhq/issues/1605)) [#​1605](https://togithub.com/tchiotludo/akhq/pull/1605) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/d75687862c010ad30d661dc1c38ebf4ce2ec444d)) - **topicdata**: fix copy infinite loop when record added during copy ([#​1612](https://togithub.com/tchiotludo/akhq/issues/1612)) [#​1612](https://togithub.com/tchiotludo/akhq/pull/1612) ([val](https://togithub.com/tchiotludo/akhq/commit/addb48a2ee466b548a749e448c8932e8830f6ea7)) - **ui**: Sorting messages in a topic no longer reset applied filters ([#​1627](https://togithub.com/tchiotludo/akhq/issues/1627)) [#​1627](https://togithub.com/tchiotludo/akhq/pull/1627) ([DPICART](https://togithub.com/tchiotludo/akhq/commit/aa6e6e485ad02242fb038b5f2be7a037e1da068d)) - **topicdata**: fix NPE for tombstone values in contains search ([#​1634](https://togithub.com/tchiotludo/akhq/issues/1634)) [#​1634](https://togithub.com/tchiotludo/akhq/pull/1634) ([Paolo Haider](https://togithub.com/tchiotludo/akhq/commit/2780a783153643354376afb5df7503a2d6989a1d)) - **webserver**: fix body serialization error for config updates ([#​1646](https://togithub.com/tchiotludo/akhq/issues/1646)) [#​1646](https://togithub.com/tchiotludo/akhq/pull/1646) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/371c63b531ed9df7e3a49b0cb4fb76f929d70340)) - **webserver**: fixing blocking call after Micronaut migration ([#​1647](https://togithub.com/tchiotludo/akhq/issues/1647)) [#​1647](https://togithub.com/tchiotludo/akhq/pull/1647) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/d72cd65ac62a0f1da19bb4cca0ac8a47e85ea343)) - **auth**: removed explicit context-path in redirect urls and intercept url maps ([#​1652](https://togithub.com/tchiotludo/akhq/issues/1652)) [#​1652](https://togithub.com/tchiotludo/akhq/pull/1652) ([Stephan Linkel](https://togithub.com/tchiotludo/akhq/commit/04c2d1ba1c09fb0dc9fb4317bb871044d7a374f8)) - **topicdata**: Hide 'Empty Topic' button when user doesn't have DELETE permission ([#​1653](https://togithub.com/tchiotludo/akhq/issues/1653)) [#​1653](https://togithub.com/tchiotludo/akhq/pull/1653) ([Piotr Przybylski](https://togithub.com/tchiotludo/akhq/commit/589b97bf2c359b39e7be127ad1eb6d371f6db1cd)) - **helm**: can not specify NodePort for http port 80 ([#​1648](https://togithub.com/tchiotludo/akhq/issues/1648)) [#​1648](https://togithub.com/tchiotludo/akhq/pull/1648) ([Jakob Maležič](https://togithub.com/tchiotludo/akhq/commit/15e7ee13f41c0908b716e4f682b0a2a766129a23)) - **auth**: handling NPE on login ([#​1655](https://togithub.com/tchiotludo/akhq/issues/1655)) [#​1655](https://togithub.com/tchiotludo/akhq/pull/1655) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/879cb91db2f38eb1ce3369019d4c62c0b17ea816)) - **schema**: fix subject redirection from message on large registry ([#​1654](https://togithub.com/tchiotludo/akhq/issues/1654)) [#​1654](https://togithub.com/tchiotludo/akhq/pull/1654) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/883174478deea626aaab72c310a9677f7ac6ece0)) - **schema**: adding JsonIgnore on awsGlueKafkaDeserializer ([#​1663](https://togithub.com/tchiotludo/akhq/issues/1663)) [#​1663](https://togithub.com/tchiotludo/akhq/pull/1663) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/822fc6c73a1e26fe7f0f610fc6a43d5fd5b21edc)) - **topicdata**: topic must be included for tail ([#​1672](https://togithub.com/tchiotludo/akhq/issues/1672)) [#​1672](https://togithub.com/tchiotludo/akhq/pull/1672) ([arindampatra33](https://togithub.com/tchiotludo/akhq/commit/536264f722102aebc86b80062f1f168c5fb0bb92)) - **webserver**: remove regresion on index.html ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/6c533f50fafe3723648f9b41631dce21b52aee64)) - **site**: docker-compose deprecated ([#​1686](https://togithub.com/tchiotludo/akhq/issues/1686)) [#​1686](https://togithub.com/tchiotludo/akhq/pull/1686) ([Nard Théo](https://togithub.com/tchiotludo/akhq/commit/81933caf28c081a38a6e69b88f8528b5801c63e8)) - **topicdata**: increasing Max-Poll-Records to required page size as it fixes sorting by newest ([#​1691](https://togithub.com/tchiotludo/akhq/issues/1691)) [#​1691](https://togithub.com/tchiotludo/akhq/pull/1691) ([Jonas Voelcker](https://togithub.com/tchiotludo/akhq/commit/351da0a944d629bae205a6d4dacee2314a9a295c)) - **build**: fix startTestKafkaCluster task ([#​1695](https://togithub.com/tchiotludo/akhq/issues/1695)) [#​1695](https://togithub.com/tchiotludo/akhq/pull/1695) ([Shane Kennedy](https://togithub.com/tchiotludo/akhq/commit/47504efd779c74e63553f692db8e60d85475877e)) - **docs**: removed docs dependency onto client-folder ([#​1697](https://togithub.com/tchiotludo/akhq/issues/1697)) [#​1697](https://togithub.com/tchiotludo/akhq/pull/1697) ([Jonas Voelcker](https://togithub.com/tchiotludo/akhq/commit/64f904c3699d9cb758a6d3dfae6af44e7d20bf9f)) - **topicdata**: missing noargs for headers ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/43dd0c4f49aacad29d2a194f854b65248bcea5c6)) - **build**: invalid .editorconfig ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/e7f8a4902df8e72642e15b138df9be0f2aacb007)) - **cicd**: missing distributions dir ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/1d234ebe0d949521a89fc02534d7c553c8856c92)) - **ui**: removing loading animation on ongoing search ([#​1710](https://togithub.com/tchiotludo/akhq/issues/1710)) [#​1710](https://togithub.com/tchiotludo/akhq/pull/1710) ([Jonas Voelcker](https://togithub.com/tchiotludo/akhq/commit/1e770c0af752ef1e7732e87cd52db097d0ffc66a)) - **helm**: changed kafkaSecrets default value change with examples ([#​1712](https://togithub.com/tchiotludo/akhq/issues/1712)) [#​1712](https://togithub.com/tchiotludo/akhq/pull/1712) ([David Vrtěl](https://togithub.com/tchiotludo/akhq/commit/d46c96b5d2e82b5daeec213e6ce65534a168bab7)) - **ui**: adding loading animation on topic data search ([#​1713](https://togithub.com/tchiotludo/akhq/issues/1713)) [#​1713](https://togithub.com/tchiotludo/akhq/pull/1713) ([Alexis SOUQUIERE](https://togithub.com/tchiotludo/akhq/commit/7eb0486d9a5da4ab881fe5d90d93c9a01582c0c4)) - **ui**: using hook instead of props ([#​1708](https://togithub.com/tchiotludo/akhq/issues/1708)) [#​1708](https://togithub.com/tchiotludo/akhq/pull/1708) ([Jonas Voelcker](https://togithub.com/tchiotludo/akhq/commit/78f43896eb4e69b1fb81b30bb41fe3b95c07d945)) - **cicd**: tag master docker releases with "latest" ([#​1711](https://togithub.com/tchiotludo/akhq/issues/1711)) [#​1711](https://togithub.com/tchiotludo/akhq/pull/1711) ([Shane Kennedy](https://togithub.com/tchiotludo/akhq/commit/9e3b93fe4de531e258185e1f0730d2733019f05d)) - **ui**: display blank data instead of null ([#​1714](https://togithub.com/tchiotludo/akhq/issues/1714)) [#​1714](https://togithub.com/tchiotludo/akhq/pull/1714) ([Akshaykumar Chaudhary](https://togithub.com/tchiotludo/akhq/commit/5121db6a726aeff6a87b63bdcb23f4b478b4c20c)) - **schema**: fix glue schema registry caching issue ([#​1750](https://togithub.com/tchiotludo/akhq/issues/1750)) [#​1750](https://togithub.com/tchiotludo/akhq/pull/1750) ([arindampatra33](https://togithub.com/tchiotludo/akhq/commit/9086300428a3150f1d7a3d9dec72c054d6705577)) - **ui**: extract after from lastResult as nextPage ([#​1752](https://togithub.com/tchiotludo/akhq/issues/1752)) ([#​1754](https://togithub.com/tchiotludo/akhq/issues/1754)) [#​1754](https://togithub.com/tchiotludo/akhq/pull/1754) ([Jonas Voelcker](https://togithub.com/tchiotludo/akhq/commit/cf1ca03621741034fb3ade5260e09535849a0801)) - **ui**: fix compact,delete topic creation [#​1755](https://togithub.com/tchiotludo/akhq/issues/1755) ([#​1756](https://togithub.com/tchiotludo/akhq/issues/1756)) [#​1756](https://togithub.com/tchiotludo/akhq/pull/1756) ([Emmanuel](https://togithub.com/tchiotludo/akhq/commit/58708ba9f1d2e589b9a26e103e952b509c57db2e)) - **ui**: changed lastResult from array to actual element ([#​1757](https://togithub.com/tchiotludo/akhq/issues/1757)) [#​1757](https://togithub.com/tchiotludo/akhq/pull/1757) ([Jonas Voelcker](https://togithub.com/tchiotludo/akhq/commit/3929e8ec88167dca0ed44890f73960ef2c1e6666)) - **ui**: missing default right on consumer group ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/09bfe1ee70a826eb822b4ff57ca8a536f8f1126c)) - **server**: better startup and logs ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/e5ae2931c225583959a2ab881d837f3c69ef3064)) #### Documentation - **readme**: add Archer Aviation in the Who's using AKHQ ([#​1503](https://togithub.com/tchiotludo/akhq/issues/1503)) [#​1503](https://togithub.com/tchiotludo/akhq/pull/1503) ([Hongbo Miao](https://togithub.com/tchiotludo/akhq/commit/1172470c1e776d20dfd45c49eab87a27cd20308b)) - add configuration path configuration ([#​1566](https://togithub.com/tchiotludo/akhq/issues/1566)) [#​1566](https://togithub.com/tchiotludo/akhq/pull/1566) ([Y. Luis](https://togithub.com/tchiotludo/akhq/commit/9e3b4d1aaaac3c598e046da438d325fdb5db5a14)) #### Chores - **schema**: typos [#​1465](https://togithub.com/tchiotludo/akhq/pull/1465) ([Boris Momčilović](https://togithub.com/tchiotludo/akhq/commit/07c486d7308af7458896be3faefc37ed6a0787ad)) - **build**: add idea-ext on build.gradle ([#​1446](https://togithub.com/tchiotludo/akhq/issues/1446)) [#​1446](https://togithub.com/tchiotludo/akhq/pull/1446) ([Markus](https://togithub.com/tchiotludo/akhq/commit/014a2adfb27acab828adc49646593065c964b5a2)) - **docker**: add unless-stopped ([#​1445](https://togithub.com/tchiotludo/akhq/issues/1445)) [#​1445](https://togithub.com/tchiotludo/akhq/pull/1445) ([Markus](https://togithub.com/tchiotludo/akhq/commit/ca1dce3e4bacb31716e936d98d0564abc292f9e5)) - **readme**: add infosupport sponsors ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/be83e65a6c6cd4c5bc8c6829dd4013a1811f7cb8)) - **docs**: fix copyright ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/73d5fc26d24d807a43be1b5b6f0deeef32ce5b10)) - **deps**: update most of java deps ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/35a9435d8bae2b97faff31d1ee375278bb823e09)) - **deps**: update to kafka 3.5.1 and confluent 3.4.1 ([#​1554](https://togithub.com/tchiotludo/akhq/issues/1554)) [#​1554](https://togithub.com/tchiotludo/akhq/pull/1554) ([Julien Jean Paul Sirocchi](https://togithub.com/tchiotludo/akhq/commit/38d1f6ef278a729c2a0b39a2b6b09ea65f973db6)) - **docs**: add application configuration for dev ([#​1591](https://togithub.com/tchiotludo/akhq/issues/1591)) [#​1591](https://togithub.com/tchiotludo/akhq/pull/1591) ([bhargav joshi](https://togithub.com/tchiotludo/akhq/commit/24886b8d575c728f61e3785b5f25b0da7a2673ba)) - **docs**: add manomano ([#​1618](https://togithub.com/tchiotludo/akhq/issues/1618)) [#​1618](https://togithub.com/tchiotludo/akhq/pull/1618) ([dida ratsimba](https://togithub.com/tchiotludo/akhq/commit/0377877a2e55c2fc4b78394062c1bfefb61206b9)) - **deps**: upgrade Micronaut to 4.2 version ([#​1615](https://togithub.com/tchiotludo/akhq/issues/1615)) [#​1615](https://togithub.com/tchiotludo/akhq/pull/1615) ([screpel](https://togithub.com/tchiotludo/akhq/commit/89d0519a34769e450998e5ed79f2dbf75fc57132)) - **deps**: update gradle ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/53af3a32db0df247920bafb5b85195151af34393)) - **deps**: update all docs packages ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/e7857970cd51539c5a90022494b46344e728ac2c)) - **deps**: update most java packages ([#​1661](https://togithub.com/tchiotludo/akhq/issues/1661)) [#​1661](https://togithub.com/tchiotludo/akhq/pull/1661) ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/8caa4b3b235ef4d67fb3385616a818cacc835b7f)) - **site**: added maif as sponsor ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/8f5ccb92429304f4e1490ad66720bf8bc9c10484)) - **site**: add some company using ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/17c4bd5eeb9ec248ea89d17665f3df0e85f202dc)) - **deps**: update sioan.frontend-jdk to java 17 ([#​1701](https://togithub.com/tchiotludo/akhq/issues/1701)) [#​1701](https://togithub.com/tchiotludo/akhq/pull/1701) ([Shane Kennedy](https://togithub.com/tchiotludo/akhq/commit/c7739fdf47bd9a63769604d6337f933d78059bb9)) - **deps**: bump follow-redirects from 1.15.5 to 1.15.6 in /docs [#​1698](https://togithub.com/tchiotludo/akhq/pull/1698) ([dependabot\[bot\]](https://togithub.com/tchiotludo/akhq/commit/5bfef8574b35c9f5d4e5aec01a092476e718f164)) - **deps**: bump vite from 5.0.12 to 5.0.13 in /docs [#​1699](https://togithub.com/tchiotludo/akhq/pull/1699) ([dependabot\[bot\]](https://togithub.com/tchiotludo/akhq/commit/2203995879ab042ec508e9e2aa4cbf47197ce655)) - **deps-dev**: bump vite from 5.2.2 to 5.2.6 in /client [#​1700](https://togithub.com/tchiotludo/akhq/pull/1700) ([dependabot\[bot\]](https://togithub.com/tchiotludo/akhq/commit/e23f8a1231e22865df89650b59884744518df91c)) - **deps**: update all github actions deps ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/090c1cd3910444466f18439cde74d973160f87f5)) - **deps**: update most java deps ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/c757938e352bcf32ec95ff9aa8c3a8b6a86d02b6)) - **deps**: update most javascript deps ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/1fad75e3aede47838b070aaf959c1a980d3c155d)) - **docs**: added Michelin Company ([#​1751](https://togithub.com/tchiotludo/akhq/issues/1751)) [#​1751](https://togithub.com/tchiotludo/akhq/pull/1751) ([Akshaykumar Chaudhary](https://togithub.com/tchiotludo/akhq/commit/b2ccd8ce5430a19fb14bbb49d5a099242838b2a6)) - **deps**: bump commons-codec:commons-codec from 1.16.1 to 1.17.0 [#​1763](https://togithub.com/tchiotludo/akhq/pull/1763) ([dependabot\[bot\]](https://togithub.com/tchiotludo/akhq/commit/c8839fd465103a04c658f3b2c7b500f9af622ba2)) - **deps**: bump org.gradle.test-retry from 1.5.8 to 1.5.9 [#​1762](https://togithub.com/tchiotludo/akhq/pull/1762) ([dependabot\[bot\]](https://togithub.com/tchiotludo/akhq/commit/58aad72987bbc340cd4a2927b3561b6026758a93)) - **deps**: bump io.micronaut.application from 4.3.6 to 4.3.8 [#​1760](https://togithub.com/tchiotludo/akhq/pull/1760) ([dependabot\[bot\]](https://togithub.com/tchiotludo/akhq/commit/336d0f1119458a2e058932293bc74d57cdaa5c80)) - **deps**: bump com.gorylenko.gradle-git-properties [#​1761](https://togithub.com/tchiotludo/akhq/pull/1761) ([dependabot\[bot\]](https://togithub.com/tchiotludo/akhq/commit/a9197f9f2adcaaea737a4c6ee97e66ae5289ca10)) - **docs**: added CEVA as users ([#​1773](https://togithub.com/tchiotludo/akhq/issues/1773)) [#​1773](https://togithub.com/tchiotludo/akhq/pull/1773) ([jipipayo](https://togithub.com/tchiotludo/akhq/commit/a01e779492d3d1ac9e3bffc5902b018560cc7383)) - **version**: update to v0.25.0 ([Ludovic DEHON](https://togithub.com/tchiotludo/akhq/commit/d29c54d2905c38f7089e514a2e09ea8b39afc235)) #### Commits - [`667a594`](https://togithub.com/tchiotludo/akhq/commit/667a594): fix(ui); send bearer token on the search sse endpoint ([#​1527](https://togithub.com/tchiotludo/akhq/issues/1527)) (Alexis SOUQUIERE) [#​1527](https://togithub.com/tchiotludo/akhq/pull/1527)
micrometer-metrics/micrometer (io.micrometer:micrometer-core) ### [`v1.13.1`](https://togithub.com/micrometer-metrics/micrometer/releases/tag/v1.13.1): 1.13.1 [Compare Source](https://togithub.com/micrometer-metrics/micrometer/compare/v1.13.0...v1.13.1) #### :hammer: Dependency Upgrades - Bump me.champeau.gradle:japicmp-gradle-plugin from 0.4.2 to 0.4.3 [#​5219](https://togithub.com/micrometer-metrics/micrometer/pull/5219) - Bump spring-javaformat from 0.0.41 to 0.0.42 [#​5218](https://togithub.com/micrometer-metrics/micrometer/pull/5218) - Bump dropwizard-metrics from 4.2.25 to 4.2.26 [#​5215](https://togithub.com/micrometer-metrics/micrometer/pull/5215) - Bump org.apache.felix:org.apache.felix.scr from 2.2.10 to 2.2.12 [#​5208](https://togithub.com/micrometer-metrics/micrometer/pull/5208) - Bump software.amazon.awssdk:cloudwatch from 2.25.64 to 2.25.69 [#​5202](https://togithub.com/micrometer-metrics/micrometer/pull/5202) - Bump org.hdrhistogram:HdrHistogram from 2.2.1 to 2.2.2 [#​5190](https://togithub.com/micrometer-metrics/micrometer/pull/5190) - Bump spring from 5.3.35 to 5.3.36 [#​5189](https://togithub.com/micrometer-metrics/micrometer/pull/5189) - Bump org.hsqldb:hsqldb from 2.7.2 to 2.7.3 [#​5188](https://togithub.com/micrometer-metrics/micrometer/pull/5188) - Bump com.netflix.spectator:spectator-reg-atlas from 1.7.12 to 1.7.13 [#​5186](https://togithub.com/micrometer-metrics/micrometer/pull/5186) - Bump io.netty:netty-bom from 4.1.109.Final to 4.1.110.Final [#​5185](https://togithub.com/micrometer-metrics/micrometer/pull/5185) - Bump org.apache.maven:maven-resolver-provider from 3.9.6 to 3.9.7 [#​5183](https://togithub.com/micrometer-metrics/micrometer/pull/5183) - Bump com.signalfx.public:signalfx-java from 1.0.41 to 1.0.42 [#​5182](https://togithub.com/micrometer-metrics/micrometer/pull/5182) - Bump io.projectreactor:reactor-bom from 2022.0.18 to 2022.0.19 [#​5121](https://togithub.com/micrometer-metrics/micrometer/pull/5121) - Bump com.gradle.develocity from 3.17.3 to 3.17.4 [#​5119](https://togithub.com/micrometer-metrics/micrometer/pull/5119) - Bump spring from 5.3.34 to 5.3.35 [#​5118](https://togithub.com/micrometer-metrics/micrometer/pull/5118) #### :memo: Tasks - Update japicmp compatibleVersion to 1.12.0 for 1.13.x [#​5143](https://togithub.com/micrometer-metrics/micrometer/pull/5143) - Add 1.13.x and remove 1.11.x from dependabot config [#​5094](https://togithub.com/micrometer-metrics/micrometer/issues/5094) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@​izeye](https://togithub.com/izeye) ### [`v1.13.0`](https://togithub.com/micrometer-metrics/micrometer/compare/v1.12.6...v1.13.0) [Compare Source](https://togithub.com/micrometer-metrics/micrometer/compare/v1.12.7...v1.13.0) ### [`v1.12.7`](https://togithub.com/micrometer-metrics/micrometer/releases/tag/v1.12.7): 1.12.7 [Compare Source](https://togithub.com/micrometer-metrics/micrometer/compare/v1.12.6...v1.12.7) ##### :hammer: Dependency Upgrades - Bump org.apache.felix:org.apache.felix.scr from 2.2.10 to 2.2.12 [#​5214](https://togithub.com/micrometer-metrics/micrometer/pull/5214) - Bump me.champeau.gradle:japicmp-gradle-plugin from 0.4.2 to 0.4.3 [#​5213](https://togithub.com/micrometer-metrics/micrometer/pull/5213) - Bump spring-javaformat from 0.0.41 to 0.0.42 [#​5206](https://togithub.com/micrometer-metrics/micrometer/pull/5206) - Bump dropwizard-metrics from 4.2.25 to 4.2.26 [#​5204](https://togithub.com/micrometer-metrics/micrometer/pull/5204) - Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.734 to 1.12.739 [#​5198](https://togithub.com/micrometer-metrics/micrometer/pull/5198) - Bump org.apache.maven:maven-resolver-provider from 3.9.6 to 3.9.7 [#​5180](https://togithub.com/micrometer-metrics/micrometer/pull/5180) - Bump io.netty:netty-bom from 4.1.109.Final to 4.1.110.Final [#​5178](https://togithub.com/micrometer-metrics/micrometer/pull/5178) - Bump org.hsqldb:hsqldb from 2.7.2 to 2.7.3 [#​5177](https://togithub.com/micrometer-metrics/micrometer/pull/5177) - Bump spring from 5.3.35 to 5.3.36 [#​5176](https://togithub.com/micrometer-metrics/micrometer/pull/5176) - Bump com.signalfx.public:signalfx-java from 1.0.41 to 1.0.42 [#​5175](https://togithub.com/micrometer-metrics/micrometer/pull/5175) - Bump com.netflix.spectator:spectator-reg-atlas from 1.7.12 to 1.7.13 [#​5174](https://togithub.com/micrometer-metrics/micrometer/pull/5174) - Bump com.gradle.develocity from 3.17.3 to 3.17.4 [#​5129](https://togithub.com/micrometer-metrics/micrometer/pull/5129) - Bump io.projectreactor:reactor-bom from 2022.0.18 to 2022.0.19 [#​5124](https://togithub.com/micrometer-metrics/micrometer/pull/5124) - Bump spring from 5.3.34 to 5.3.35 [#​5122](https://togithub.com/micrometer-metrics/micrometer/pull/5122) ### [`v1.12.6`](https://togithub.com/micrometer-metrics/micrometer/releases/tag/v1.12.6): 1.12.6 [Compare Source](https://togithub.com/micrometer-metrics/micrometer/compare/v1.12.5...v1.12.6) #### :warning: Noteworthy - Downgrade to Mockito 4 from Mockito 5 in micrometer-observation-test module [https://github.com/micrometer-metrics/micrometer/issues/4968](https://togithub.com/micrometer-metrics/micrometer/issues/4968) #### :lady_beetle: Bug Fixes - NullPointerException in DefaultJmsProcessObservationConvention [#​4966](https://togithub.com/micrometer-metrics/micrometer/issues/4966) - OTLP Gauge datapoint timestamp should be time at sampling [#​5044](https://togithub.com/micrometer-metrics/micrometer/issues/5044) - AnnotationHandler can't see methods from parent class [#​4983](https://togithub.com/micrometer-metrics/micrometer/issues/4983) #### :hammer: Dependency Upgrades - Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.696 to 1.12.720 [#​5042](https://togithub.com/micrometer-metrics/micrometer/pull/5042) [#​5086](https://togithub.com/micrometer-metrics/micrometer/pull/5086) - Bump com.dynatrace.metric.util:dynatrace-metric-utils-java from 2.2.0 to 2.2.1 [#​5005](https://togithub.com/micrometer-metrics/micrometer/pull/5005) - Bump com.signalfx.public:signalfx-java from 1.0.40 to 1.0.41 [#​5000](https://togithub.com/micrometer-metrics/micrometer/pull/5000) - Bump com.netflix.spectator:spectator-reg-atlas from 1.7.11 to 1.7.12 [#​4994](https://togithub.com/micrometer-metrics/micrometer/pull/4994) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@​izeye](https://togithub.com/izeye), [@​tdinev](https://togithub.com/tdinev), [@​lenin-jaganathan](https://togithub.com/lenin-jaganathan) and [@​MartinUhlen](https://togithub.com/MartinUhlen)
miracum/kafka-fhir-serializer (org.miracum:kafka-fhir-serializer) ### [`v1.0.6`](https://togithub.com/miracum/kafka-fhir-serializer/releases/tag/v1.0.6) #### What's Changed - chore(deps): update github-actions by [@​renovate](https://togithub.com/renovate) in [https://github.com/miracum/kafka-fhir-serializer/pull/45](https://togithub.com/miracum/kafka-fhir-serializer/pull/45) - chore(deps): update all non-major dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/miracum/kafka-fhir-serializer/pull/37](https://togithub.com/miracum/kafka-fhir-serializer/pull/37) - chore(deps): update miracum/.github action to v1.6.3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/miracum/kafka-fhir-serializer/pull/46](https://togithub.com/miracum/kafka-fhir-serializer/pull/46) - chore(deps): update github-actions by [@​renovate](https://togithub.com/renovate) in [https://github.com/miracum/kafka-fhir-serializer/pull/47](https://togithub.com/miracum/kafka-fhir-serializer/pull/47) - fix(deps): update all non-major dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/miracum/kafka-fhir-serializer/pull/48](https://togithub.com/miracum/kafka-fhir-serializer/pull/48) **Full Changelog**: https://github.com/miracum/kafka-fhir-serializer/compare/v1.0.5...v1.0.6
hapifhir/hapi-fhir (ca.uhn.hapi.fhir:hapi-fhir-client-okhttp) ### [`v7.2.1`](https://togithub.com/hapifhir/hapi-fhir/releases/tag/v7.2.1) 7.2.1 ### [`v7.2.0`](https://togithub.com/hapifhir/hapi-fhir/releases/tag/v7.2.0) 7.2.0
spring-cloud/spring-cloud-release (org.springframework.cloud:spring-cloud-dependencies) ### [`v2023.0.2`](https://togithub.com/spring-cloud/spring-cloud-release/compare/v2023.0.1...v2023.0.2)

Configuration

📅 Schedule: Branch creation - "every 3 months on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 4 months ago

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 4 0 0.08s
✅ DOCKERFILE hadolint 2 0 0.16s
✅ EDITORCONFIG editorconfig-checker 66 0 0.44s
✅ GROOVY npm-groovy-lint 2 0 9.08s
✅ JAVA checkstyle 18 0 5.19s
✅ JSON jsonlint 5 0 0.21s
✅ JSON prettier 5 0 1.88s
✅ JSON v8r 5 0 4.47s
✅ MARKDOWN markdownlint 2 0 0.63s
✅ PYTHON bandit 1 0 1.3s
✅ PYTHON black 1 0 0.89s
✅ PYTHON flake8 1 0 0.65s
✅ PYTHON isort 1 0 0.34s
✅ PYTHON mypy 1 0 6.91s
✅ PYTHON ruff 1 0 0.04s
✅ REPOSITORY checkov yes no 15.54s
✅ REPOSITORY gitleaks yes no 0.96s
✅ REPOSITORY git_diff yes no 0.04s
✅ REPOSITORY grype yes no 14.12s
✅ REPOSITORY kics yes no 4.2s
✅ REPOSITORY secretlint yes no 0.97s
✅ REPOSITORY syft yes no 2.74s
❌ REPOSITORY trivy yes 1 9.23s
✅ REPOSITORY trivy-sbom yes no 6.91s
✅ REPOSITORY trufflehog yes no 4.22s
✅ SQL sql-lint 1 0 0.36s
✅ XML xmllint 1 0 0.01s
✅ YAML prettier 17 0 1.05s
✅ YAML yamllint 17 0 0.51s

See detailed report in MegaLinter reports

You could have same capabilities but better runtime performances if you request a new MegaLinter flavor.

_MegaLinter is graciously provided by OX Security_

github-actions[bot] commented 4 months ago

Trivy image scan report

ghcr.io/miracum/fhir-gateway:pr-159 (debian 12.5)

21 known vulnerabilities found (CRITICAL: 1 HIGH: 2 MEDIUM: 5 LOW: 13)

Show detailed table of vulnerabilities
Package ID Severity Installed Version Fixed Version
libc6 CVE-2024-33599 HIGH 2.36-9+deb12u6 2.36-9+deb12u7
libc6 CVE-2024-33600 MEDIUM 2.36-9+deb12u6 2.36-9+deb12u7
libc6 CVE-2024-33601 MEDIUM 2.36-9+deb12u6 2.36-9+deb12u7
libc6 CVE-2024-33602 MEDIUM 2.36-9+deb12u6 2.36-9+deb12u7
libc6 CVE-2010-4756 LOW 2.36-9+deb12u6
libc6 CVE-2018-20796 LOW 2.36-9+deb12u6
libc6 CVE-2019-1010022 LOW 2.36-9+deb12u6
libc6 CVE-2019-1010023 LOW 2.36-9+deb12u6
libc6 CVE-2019-1010024 LOW 2.36-9+deb12u6
libc6 CVE-2019-1010025 LOW 2.36-9+deb12u6
libc6 CVE-2019-9192 LOW 2.36-9+deb12u6
libexpat1 CVE-2023-52425 HIGH 2.5.0-1
libexpat1 CVE-2023-52426 LOW 2.5.0-1
libexpat1 CVE-2024-28757 LOW 2.5.0-1
libgcc-s1 CVE-2023-4039 MEDIUM 12.2.0-14
libgcc-s1 CVE-2022-27943 LOW 12.2.0-14
libpng16-16 CVE-2021-4214 LOW 1.6.39-2
libstdc++6 CVE-2023-4039 MEDIUM 12.2.0-14
libstdc++6 CVE-2022-27943 LOW 12.2.0-14
libuuid1 CVE-2022-0563 LOW 2.38.1-5+deb12u1
zlib1g CVE-2023-45853 CRITICAL 1:1.2.13.dfsg-1

No Misconfigurations found

github-actions[bot] commented 4 months ago

Code Coverage Report

Overall Project 28.96% :x:

There is no coverage information present for the Files changed

miracum-bot commented 4 months ago

:tada: This issue has been resolved in version 3.13.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: