Skip to content

Commit 63d0f51

Browse files
committed
prepare Ditto 3.8.2 release notes
1 parent 0da6820 commit 63d0f51

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ entries:
2323
- title: Release Notes
2424
output: web
2525
folderitems:
26+
- title: 3.8.2
27+
url: /release_notes_382.html
28+
output: web
29+
- title: 3.8.1
30+
url: /release_notes_381.html
31+
output: web
2632
- title: 3.8.0
2733
url: /release_notes_380.html
2834
output: web
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Release notes 3.8.2
3+
tags: [release_notes]
4+
published: true
5+
keywords: release notes, announcements, changelog
6+
summary: "Version 3.8.2 of Eclipse Ditto, released on 14.10.2025"
7+
permalink: release_notes_382.html
8+
---
9+
10+
This is a bugfix release, no new features since [3.8.1](release_notes_381.html) were added.
11+
12+
## Changelog
13+
14+
Compared to the latest release [3.8.1](release_notes_381.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.8.2).
20+
21+
#### Fix excessive AskTimeout errors during rolling updates / shard rebalancing
22+
23+
PR [#2241](https://github.com/eclipse-ditto/ditto/pull/2241) fixes a long encountered issue where during rolling updates or shard rebalancing
24+
excessive `AskTimeoutException` errors were logged for commands sent to things during recovery time from the database.
25+
26+
This fix should stabilize restarts and e.g. rolling updates of Ditto clusters significantly.
27+
28+
### Helm chart
29+
30+
#### Make helm templates openshift SCC compliant
31+
32+
PR [#2242](https://github.com/eclipse-ditto/ditto/pull/2242) fixes another issue in the Helm chart to deploy Ditto on OpenShift clusters.
33+
It fixes to add a service account to the Ditto UI and injects a configured OpenShift security context to the nginx
34+
containers of Ditto (nginx as reverse proxy, Ditto UI and Swagger-UI).

0 commit comments

Comments
 (0)