Skip to content

Commit

Permalink
Update to Kafka 3.4
Browse files Browse the repository at this point in the history
Updated to bitnami/kafka chart version 21.x which uses Kafka 3.4.
This aligns better with the Kafka version being used for testing in Hono
2.4.
  • Loading branch information
sophokles73 committed Oct 19, 2023
1 parent def0a06 commit 7e91910
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.5
version: 2.5.6
# Version of Hono being deployed by the chart
appVersion: 2.4.0
keywords:
Expand Down Expand Up @@ -50,5 +50,5 @@ dependencies:
condition: "mongodb.createInstance"
- name: "kafka"
repository: "oci://registry-1.docker.io/bitnamicharts"
version: "^20.x"
version: "^21.x"
condition: "kafkaMessagingClusterExample.enabled"
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.6

* Update bitnami/kafka chart to version 21.x which uses Kafka 3.4.
* Fix creation of example tenant and devices when Device Registry is configured to expose secure ports only.

### 2.5.5

* Add service account for protocol-adapter pods. Needed to query the container id via the K8s API, as it is
Expand Down

0 comments on commit 7e91910

Please sign in to comment.