This is a bugfix release, no new features since 3.6.1 were added.
Changelog
Compared to the latest release 3.6.1, the following changes and bugfixes were added.
Bugfixes
This is a complete list of the merged pull requests.
Fix aggregated metrics reporting 0
for non-matched filters
PR #2050 fixes the in Ditto 3.6.0 newly introduced
aggregation based metrics reporting
0
values for all non-matching filters
.
Fix enter in Ditto UI submitting the wrong “authorize” button
PR #2048 fixes that pressing the “enter” button would not submit the “authorize” button, but another one.
Helm Chart
The Ditto Helm Chart contained some configuration bugs and enhancements which are also addressed with this bugfix release.
Enhance Helm chart to configure Ditto via ConfigMap
PR #2051 introduces that Ditto services are configured not via
“System properties”, but with a config file, mounted from a k8s ConfigMap
.
This can be important if e.g. many options are configured which lead to a huge amount of system properties, as those
system properties are passed as command line arguments and there is a limit in the length of possible command line
argument size.