Skip to content

Commit 42cb84e

Browse files
committed
prepare Helm chart version 4.2.0
1 parent 55e9a24 commit 42cb84e

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

deployment/helm/ditto/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@ sections: `Added`, `Changed`, `Deprecated`, `Removed`, `Fixed`, `Security`.
1515

1616
## [Unreleased]
1717

18+
## [4.2.0]
19+
20+
Bumped Ditto `appVersion` to `3.9.2`.
21+
1822
## [4.1.0]
1923

24+
Bumped Ditto `appVersion` to `3.9.1`.
25+
2026
### Added
2127
- Allow configuring `issuers` for OpenID Connect in Helm values
2228
([#2442](https://github.com/eclipse-ditto/ditto/pull/2442))
@@ -32,11 +38,14 @@ sections: `Added`, `Changed`, `Deprecated`, `Removed`, `Fixed`, `Security`.
3238

3339
## [4.0.0]
3440

41+
Bumped Ditto `appVersion` to `3.9.0`.
42+
3543
_First chart release after decoupling the Helm chart version from the Ditto application version.
3644
For changes prior to this changelog being introduced, see the
3745
[GitHub PR history](https://github.com/eclipse-ditto/ditto/pulls?q=is%3Apr+label%3A%22Helm+chart%22+is%3Aclosed)
3846
filtered by the `Helm chart` label._
3947

40-
[Unreleased]: https://github.com/eclipse-ditto/ditto/compare/helm-chart-4.1.0...HEAD
48+
[Unreleased]: https://github.com/eclipse-ditto/ditto/compare/helm-chart-4.2.0...HEAD
49+
[4.2.0]: https://github.com/eclipse-ditto/ditto/compare/helm-chart-4.1.0...helm-chart-4.2.0
4150
[4.1.0]: https://github.com/eclipse-ditto/ditto/compare/helm-chart-4.0.0...helm-chart-4.1.0
4251
[4.0.0]: https://github.com/eclipse-ditto/ditto/releases/tag/helm-chart-4.0.0

deployment/helm/ditto/Chart.yaml

Lines changed: 2 additions & 2 deletions
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: 4.1.0 # chart version is effectively set by release-job
20-
appVersion: 3.9.1
19+
version: 4.2.0 # chart version is effectively set by release-job
20+
appVersion: 3.9.2
2121
keywords:
2222
- iot-chart
2323
- digital-twin

0 commit comments

Comments
 (0)