|
| 1 | +--- |
| 2 | +title: Release notes 3.6.2 |
| 3 | +tags: [release_notes] |
| 4 | +published: true |
| 5 | +keywords: release notes, announcements, changelog |
| 6 | +summary: "Version 3.6.2 of Eclipse Ditto, released on 06.11.2024" |
| 7 | +permalink: release_notes_362.html |
| 8 | +--- |
| 9 | + |
| 10 | +This is a bugfix release, no new features since [3.6.1](release_notes_361.html) were added. |
| 11 | + |
| 12 | +## Changelog |
| 13 | + |
| 14 | +Compared to the latest release [3.6.1](release_notes_361.html), the following changes and bugfixes were added. |
| 15 | + |
| 16 | +### Bugfixes |
| 17 | + |
| 18 | +This is a complete list of the |
| 19 | +[merged pull requests](https://github.com/eclipse-ditto/ditto/pulls?q=is%3Apr+milestone%3A3.6.2). |
| 20 | + |
| 21 | +#### Fix aggregated metrics reporting `0` for non-matched filters |
| 22 | + |
| 23 | +PR [#2050](https://github.com/eclipse-ditto/ditto/pull/2050) fixes the in Ditto 3.6.0 newly introduced |
| 24 | +[aggregation based metrics](installation-operating.html#operator-defined-custom-aggregation-based-metrics) reporting |
| 25 | +`0` values for all non-matching `filters`. |
| 26 | + |
| 27 | +#### Fix enter in Ditto UI submitting the wrong "authorize" button |
| 28 | + |
| 29 | +PR [#2048](https://github.com/eclipse-ditto/ditto/pull/2048) fixes that pressing the "enter" button would not submit |
| 30 | +the "authorize" button, but another one. |
| 31 | + |
| 32 | + |
| 33 | +### Helm Chart |
| 34 | + |
| 35 | +The [Ditto Helm Chart](https://github.com/eclipse-ditto/ditto/tree/master/deployment/helm) contained some configuration |
| 36 | +bugs and enhancements which are also addressed with this bugfix release. |
| 37 | + |
| 38 | +#### Enhance Helm chart to configure Ditto via ConfigMap |
| 39 | + |
| 40 | +PR [#2051](https://github.com/eclipse-ditto/ditto/pull/2051) introduces that Ditto services are configured not via |
| 41 | +"System properties", but with a config file, mounted from a k8s `ConfigMap`. |
| 42 | +This can be important if e.g. many options are configured which lead to a huge amount of system properties, as those |
| 43 | +system properties are passed as command line arguments and there is a limit in the length of possible command line |
| 44 | +argument size. |
0 commit comments