Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/cloud2edge/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# SPDX-License-Identifier: EPL-2.0
#
apiVersion: v2
version: 0.9.1
appVersion: 0.9.1
version: 0.9.2
appVersion: 0.9.2
name: cloud2edge
description: |
Eclipse IoT Cloud2Edge (C2E) is an integrated suite of services developers can use to build IoT applications
Expand All @@ -33,7 +33,7 @@ maintainers:
email: [email protected]
dependencies:
- name: hono
version: ~2.6.3
version: ~2.6.4
repository: "https://eclipse.org/packages/charts/"
- name: ditto
version: ~3.5.10
Expand Down
4 changes: 4 additions & 0 deletions packages/cloud2edge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ These profiles can be applied using the `-f` parameter when installing the packa

## Release Notes

### 0.9.2

- Use Hono 2.6.4 chart version (including updated example certificates).

### 0.9.1

- Use Hono 2.6.3 chart version (including updated example certificates).
Expand Down