Skip to content

Commit

Permalink
Update cloud2Edge chart version to 0.7.0; add release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
calohmn committed Oct 18, 2023
1 parent c2ec153 commit 8df9c88
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
4 changes: 2 additions & 2 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: v1
version: 0.6.0
appVersion: 0.6.0
version: 0.7.0
appVersion: 0.7.0
name: cloud2edge
description: |
Eclipse IoT Cloud2Edge (C2E) is an integrated suite of services developers can use to build IoT applications
Expand Down
26 changes: 26 additions & 0 deletions packages/cloud2edge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,29 @@ Available profiles:
Deploy the package in Openshift.

These profiles can be applied using the `-f` parameter when installing the package via helm.

## Release Notes

### 0.7.0

- [#505] Use Hono chart version 2.5.5.
This includes changes to the naming of the Hono resources (now having `{release-name}-hono` as prefix instead of `{release-name}`).
- Use Ditto chart version 3.3.7.
- Rename Ditto MongoDB resources (now having `{release-name}-mongodb` as prefix instead of `ditto-mongodb`).
- Provide profile to enable tracing.

### 0.6.0

- [#433] Restore the original service-type NodePort as default for the cloud2edge chart
and fix the installation instructions for using service-type LoadBalancer.

### 0.5.1

- [#501] Use Ditto Connections HTTP API instead of piggyback commands.
- [#499] Fix Ditto resource config.

### 0.5.0

- [#486] Use Ditto chart version 3.3.6 from the Ditto repository.
- Update cloud2edge tour to add instructions on using the Ditto UI.
- Fix Ditto authorizationContext and connection naming.

0 comments on commit 8df9c88

Please sign in to comment.