Skip to content

Commit

Permalink
Merge pull request #2057 from beyonnex-io/ditto-362
Browse files Browse the repository at this point in the history
provide Ditto 3.6.2 release notes
  • Loading branch information
thjaeckle authored Nov 6, 2024
2 parents be68f3c + aadd08e commit 83b5d99
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ entries:
- title: Release Notes
output: web
folderitems:
- title: 3.6.2
url: /release_notes_362.html
output: web
- title: 3.6.1
url: /release_notes_361.html
output: web
Expand Down
44 changes: 44 additions & 0 deletions documentation/src/main/resources/pages/ditto/release_notes_362.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
title: Release notes 3.6.2
tags: [release_notes]
published: true
keywords: release notes, announcements, changelog
summary: "Version 3.6.2 of Eclipse Ditto, released on 06.11.2024"
permalink: release_notes_362.html
---

This is a bugfix release, no new features since [3.6.1](release_notes_361.html) were added.

## Changelog

Compared to the latest release [3.6.1](release_notes_361.html), the following changes and bugfixes were added.

### Bugfixes

This is a complete list of the
[merged pull requests](https://github.com/eclipse-ditto/ditto/pulls?q=is%3Apr+milestone%3A3.6.2).

#### Fix aggregated metrics reporting `0` for non-matched filters

PR [#2050](https://github.com/eclipse-ditto/ditto/pull/2050) fixes the in Ditto 3.6.0 newly introduced
[aggregation based metrics](installation-operating.html#operator-defined-custom-aggregation-based-metrics) reporting
`0` values for all non-matching `filters`.

#### Fix enter in Ditto UI submitting the wrong "authorize" button

PR [#2048](https://github.com/eclipse-ditto/ditto/pull/2048) fixes that pressing the "enter" button would not submit
the "authorize" button, but another one.


### Helm Chart

The [Ditto Helm Chart](https://github.com/eclipse-ditto/ditto/tree/master/deployment/helm) contained some configuration
bugs and enhancements which are also addressed with this bugfix release.

#### Enhance Helm chart to configure Ditto via ConfigMap

PR [#2051](https://github.com/eclipse-ditto/ditto/pull/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.

0 comments on commit 83b5d99

Please sign in to comment.