Skip to content

Commit 8821417

Browse files
committed
prepare release notes for Ditto 3.4.3
Signed-off-by: Thomas Jäckle <[email protected]>
1 parent c8affcc commit 8821417

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
lines changed

deployment/helm/ditto/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ description: |
1616
A digital twin is a virtual, cloud based, representation of his real world counterpart
1717
(real world “Things”, e.g. devices like sensors, smart heating, connected cars, smart grids, EV charging stations etc).
1818
type: application
19-
version: 3.4.3-0 # chart version is effectively set by release-job
20-
appVersion: 3.4.2
19+
version: 3.4.3 # chart version is effectively set by release-job
20+
appVersion: 3.4.3
2121
keywords:
2222
- iot-chart
2323
- digital-twin

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.4.3
27+
url: /release_notes_343.html
28+
output: web
2629
- title: 3.4.2
2730
url: /release_notes_342.html
2831
output: web
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Release notes 3.4.3
3+
tags: [release_notes]
4+
published: true
5+
keywords: release notes, announcements, changelog
6+
summary: "Version 3.4.3 of Eclipse Ditto, released on 05.12.2023"
7+
permalink: release_notes_343.html
8+
---
9+
10+
This is a bugfix release, no new features since [3.4.2](release_notes_341.html) were added.
11+
12+
## Changelog
13+
14+
Compared to the latest release [3.4.2](release_notes_341.html), the following changes and bugfixes were added.
15+
16+
### Changes
17+
18+
19+
### Bugfixes
20+
21+
This is a complete list of the
22+
[merged pull requests](https://github.com/eclipse-ditto/ditto/pulls?q=is%3Apr+milestone%3A3.4.3).
23+
24+
#### Update logback 1.2 to mitigate CVE
25+
26+
PR [#1835](https://github.com/eclipse-ditto/ditto/pull/1835) updates logback to patch version `1.2.13` in order to
27+
mitigate the logback CVE [CVE-2023-6481](https://www.cve.org/cverecord?id=CVE-2023-6481).
28+
29+
30+
### Helm Chart
31+
32+
The [Ditto Helm Chart](https://github.com/eclipse-ditto/ditto/tree/master/deployment/helm) contained some configuration
33+
bugs and enhancements which are also addressed with this bugfix release.
34+
35+
#### Removed X-Original-URI from NGINX ingress
36+
37+
Bug [#1833](https://github.com/eclipse-ditto/ditto/issues/1833) about a regression in the Ingress-Nginx configuration
38+
of the Ditto helm chart, was resolved via [#1834](https://github.com/eclipse-ditto/ditto/pull/1834).

0 commit comments

Comments
 (0)