Skip to content

Commit

Permalink
Set Hono chart version to 2.5.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
calohmn committed Oct 8, 2023
1 parent 0e871d0 commit 1e7da3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hono/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name: hono
description: |
Eclipse Hono™ provides remote service interfaces for connecting large numbers of IoT devices to a back end and
interacting with them in a uniform way regardless of the device communication protocol.
version: 2.5.4
version: 2.5.5
# Version of Hono being deployed by the chart
appVersion: 2.4.0
keywords:
Expand Down
6 changes: 6 additions & 0 deletions charts/hono/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ helm uninstall eclipse-hono -n hono
The command removes all the Kubernetes components associated with the chart and deletes the release.

## Release Notes
### 2.5.5

* Add service account for protocol-adapter pods. Needed to query the container id via the K8s API, as it is
done in upcoming Hono releases in case cgroups v2 is used.
* Update jaegertracing/all-in-one and opentelemetry-collector image versions.

### 2.5.4

* Fix Grafana dashboard being empty in case a release name is used that doesn't contain 'hono'.
Expand Down

0 comments on commit 1e7da3b

Please sign in to comment.