Skip to content

Commit b74fcba

Browse files
committed
prepare release notes for Ditto 3.6.3
1 parent e5b4884 commit b74fcba

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

documentation/src/main/resources/_data/sidebars/ditto_sidebar.yml

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ entries:
2323
- title: Release Notes
2424
output: web
2525
folderitems:
26+
- title: 3.6.3
27+
url: /release_notes_363.html
28+
output: web
2629
- title: 3.6.2
2730
url: /release_notes_362.html
2831
output: web
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: Release notes 3.6.3
3+
tags: [release_notes]
4+
published: true
5+
keywords: release notes, announcements, changelog
6+
summary: "Version 3.6.3 of Eclipse Ditto, released on 27.11.2024"
7+
permalink: release_notes_363.html
8+
---
9+
10+
This is a bugfix release, no new features since [3.6.2](release_notes_362.html) were added.
11+
12+
## Changelog
13+
14+
Compared to the latest release [3.6.2](release_notes_362.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.3).
20+
21+
#### Fixed tracing and moving traces to their correct parent in many places
22+
23+
PR [#2060](https://github.com/eclipse-ditto/ditto/pull/2060) fixes that OpenTelemetry traces often were not correctly
24+
assigned to the "correct" parent span.
25+
26+
#### Fix that boolean values could not be used in aggregated metrics
27+
28+
PR [#2068](https://github.com/eclipse-ditto/ditto/pull/2068) fixes issue [#2067](https://github.com/eclipse-ditto/ditto/issues/2067)
29+
and adds support for using boolean values for filter in [aggregation based metrics](installation-operating.html#operator-defined-custom-aggregation-based-metrics).
30+
31+
#### Fix that resolving WoT extensions did not preserve "submodels" from parent models
32+
33+
PR [#2069](https://github.com/eclipse-ditto/ditto/pull/2069) fixes a WoT "extension" resolving bug, `tm:submodels` defined
34+
in extended WoT models were not "copied" to the "links" of the extending models.
35+
36+
37+
### Helm Chart
38+
39+
The [Ditto Helm Chart](https://github.com/eclipse-ditto/ditto/tree/master/deployment/helm) contained some configuration
40+
bugs and enhancements which are also addressed with this bugfix release.
41+
42+
#### Enhance Helm chart by startupProbe
43+
44+
PR [#2063](https://github.com/eclipse-ditto/ditto/pull/2063) enhances the Helm chart with a `startupProbe` - which
45+
makes the `initialDelaySeconds` for the `readinessProbe` obsolete and a Ditto pod can become more quickly "ready" as
46+
a result.
47+
Also, the configuration of `topologySpreadConstraints` was enhanced to be an array and be able to take more than one
48+
constraint.
49+
50+
#### Fix Pod Disruption Budget value for thingssearch
51+
52+
The `PodDisruptionBudget` of the Helm chart referenced for the `thingssearch` service the value of the `things` service,
53+
this was fixed via PR [#2070](https://github.com/eclipse-ditto/ditto/pull/2070).

0 commit comments

Comments
 (0)