From a61510cd1f008ce880484927996f9d66196a78d4 Mon Sep 17 00:00:00 2001 From: Kai Hudalla Date: Thu, 20 Jun 2024 08:26:14 +0200 Subject: [PATCH] [#537] Update to Hono 2.6.0 Also removed ctron as chart maintainer because he no longer works on Hono. Fixes #537 --- charts/hono/Chart.yaml | 6 ++---- charts/hono/README.md | 6 +++++- charts/hono/ci/quarkus-native-images-values.yaml | 2 +- charts/hono/profileOpenshift-values.yaml | 7 +------ charts/hono/values.yaml | 7 +++---- 5 files changed, 12 insertions(+), 16 deletions(-) diff --git a/charts/hono/Chart.yaml b/charts/hono/Chart.yaml index 2c02b0f9..59a22881 100755 --- a/charts/hono/Chart.yaml +++ b/charts/hono/Chart.yaml @@ -15,9 +15,9 @@ 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.6.1 +version: 2.6.2 # Version of Hono being deployed by the chart -appVersion: 2.5.1 +appVersion: 2.6.0 keywords: - iot-chart - IoT @@ -31,8 +31,6 @@ icon: https://eclipse.dev/hono/img/hono-logo_image.svg maintainers: - name: dejanb email: dbosanac@redhat.com -- name: ctron - email: jreimann@redhat.com - name: sophokles73 email: kai.hudalla@bosch.io dependencies: diff --git a/charts/hono/README.md b/charts/hono/README.md index 023f0c7c..1ca4eab8 100644 --- a/charts/hono/README.md +++ b/charts/hono/README.md @@ -101,6 +101,10 @@ The command removes all the Kubernetes components associated with the chart and ## Release Notes +### 2.6.2 + +* Use Hono 2.6.0 container images. + ### 2.6.1 * Use Hono 2.5.1 container images. @@ -607,7 +611,7 @@ deviceRegistryExample: authServer: imageName: "my.registry.io/eclipse/hono-service-auth" commandRouterService: - imageName: "my.registry.io/eclipse/hono-service-command-router" + imageName: "my.registry.io/eclipse/hono-service-command-router-infinispan" adapters: amqp: imageName: "my.registry.io/eclipse/hono-adapter-amqp" diff --git a/charts/hono/ci/quarkus-native-images-values.yaml b/charts/hono/ci/quarkus-native-images-values.yaml index 1b00a46d..e9ca5ea8 100644 --- a/charts/hono/ci/quarkus-native-images-values.yaml +++ b/charts/hono/ci/quarkus-native-images-values.yaml @@ -44,7 +44,7 @@ authServer: memory: "30Mi" commandRouterService: - imageName: "eclipse/hono-service-command-router-native" + imageName: "eclipse/hono-service-command-router-infinispan-native" cmdLineArgs: - "-Xmx96m" resources: diff --git a/charts/hono/profileOpenshift-values.yaml b/charts/hono/profileOpenshift-values.yaml index 67a2348b..97d53644 100644 --- a/charts/hono/profileOpenshift-values.yaml +++ b/charts/hono/profileOpenshift-values.yaml @@ -13,12 +13,7 @@ platform: openshift kafka: - podSecurityContext: - enabled: false - containerSecurityContext: - enabled: false - - zookeeper: + controller: podSecurityContext: enabled: false containerSecurityContext: diff --git a/charts/hono/values.yaml b/charts/hono/values.yaml index 789074c2..9665b029 100755 --- a/charts/hono/values.yaml +++ b/charts/hono/values.yaml @@ -1457,7 +1457,7 @@ commandRouterService: # imageName contains the name (excluding registry) # of the container image to use for the Command Router service - imageName: "eclipse/hono-service-command-router" + imageName: "eclipse/hono-service-command-router-infinispan" # imageTag contains the tag of the container image to deploy. # If not specified, the value of the honoImagesTag property is used. # imageTag: @@ -1729,9 +1729,6 @@ kafkaMessagingClusterExample: kafka: # the name of the template (maintains the release name) nameOverride: "kafka" - # Set to false for productive setups. Topic management then needs to be provided externally. - autoCreateTopicsEnable: true - deleteTopicEnable: true broker: automountServiceAccountToken: true @@ -1740,6 +1737,8 @@ kafka: replicaCount: 1 automountServiceAccountToken: true extraConfig: | + auto.create.topics.enable=true + delete.topic.enable=true group.initial.rebalance.delay.ms=0 offsets.topic.replication.factor=1 transaction.state.log.min.isr=1