Skip to content

Commit f79acef

Browse files
committed
[#543] Update Hono/Ditto versions in c2e chart.
Also apply minor corrections in NOTES.txt.
1 parent 8cbc19d commit f79acef

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

packages/cloud2edge/Chart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
# SPDX-License-Identifier: EPL-2.0
1212
#
1313
apiVersion: v2
14-
version: 0.9.0
15-
appVersion: 0.9.0
14+
version: 0.9.1
15+
appVersion: 0.9.1
1616
name: cloud2edge
1717
description: |
1818
Eclipse IoT Cloud2Edge (C2E) is an integrated suite of services developers can use to build IoT applications
@@ -33,8 +33,8 @@ maintainers:
3333
3434
dependencies:
3535
- name: hono
36-
version: ~2.6.1
36+
version: ~2.6.3
3737
repository: "https://eclipse.org/packages/charts/"
3838
- name: ditto
39-
version: ~3.5.6
39+
version: ~3.5.10
4040
repository: "oci://registry-1.docker.io/eclipse"

packages/cloud2edge/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ These profiles can be applied using the `-f` parameter when installing the packa
2828

2929
## Release Notes
3030

31+
### 0.9.1
32+
33+
- Use Hono 2.6.3 chart version (including updated example certificates).
34+
- Use Ditto 3.5.10 chart version.
35+
3136
### 0.9.0
3237

3338
- Use Ditto 3.5.6 chart version.

packages/cloud2edge/templates/NOTES.txt

+2-4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Once all services are up and running, the output should look similar to this:
1414

1515
NAME {{ "READY STATUS RESTARTS AGE" | indent ( len .Release.Name ) }}
1616
{{ include "c2e.ditto.fullname" . }}-connectivity-779fc6f574-gd5gq 1/1 Running 0 3m15s
17+
{{ include "c2e.ditto.fullname" . }}-dittoui-59b5b47bc7-4dt9m 1/1 Running 0 3m15s
1718
{{ include "c2e.ditto.fullname" . }}-gateway-5cfdc9f9fc-kl6mh 1/1 Running 0 3m15s
1819
{{ include "c2e.ditto.fullname" . }}-nginx-864cffd948-mvcdg 1/1 Running 0 3m15s
1920
{{ include "c2e.ditto.fullname" . }}-policies-86748888d6-g2xs7 1/1 Running 0 3m15s
@@ -37,12 +38,9 @@ NAME {{ "READY STATUS RESTARTS
3738
{{ include "c2e.hono.fullname" . }}-service-command-router-8d6bcc664-5xfz8 1/1 Running 0 3m15s
3839
{{ include "c2e.hono.fullname" . }}-service-device-registry-975dfcdb7-d6d6h 1/1 Running 0 3m15s
3940
{{- if ( has "kafka" .Values.hono.messagingNetworkTypes ) }}
40-
{{ .Release.Name }}-kafka-0 1/1 Running 0 3m15s
41+
{{ .Release.Name }}-kafka-controller-0 1/1 Running 0 3m15s
4142
{{- end }}
4243
{{ .Release.Name }}-mongodb-8ff6bb7cf-r7hh5 1/1 Running 0 3m15s
43-
{{- if ( has "kafka" .Values.hono.messagingNetworkTypes ) }}
44-
{{ .Release.Name }}-zookeeper-0 1/1 Running 0 3m15s
45-
{{- end }}
4644

4745
Once all pods have status 'Running', the Cloud2Edge package is ready to be used.
4846

0 commit comments

Comments
 (0)