From a88644890c3ba489a2adbfe332bc3aaa79e16e77 Mon Sep 17 00:00:00 2001 From: Neraj Chand Date: Fri, 3 May 2024 16:29:55 +1000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20[kafdrop]=20Upgrade=20App?= =?UTF-8?q?=20Image=20Version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change will bump the version of the kafdrop image. It includes numerous Dependency updates as well as bugfixes, and security patching. Also includes some shiny new features such as: - Added Message Search functionality [#288](https://github.com/obsidiandynamics/kafdrop/pull/288) - Enabled dependabot to update deps and base image tag [#404](https://github.com/obsidiandynamics/kafdrop/pull/404) **Breaking Changes**: - Update to JDK 17 and SpringBoot 3 in upstream [#482](https://github.com/obsidiandynamics/kafdrop/pull/482) For the complete list of changes see: [Releases](https://github.com/obsidiandynamics/kafdrop/releases) [Comparing Changes](https://github.com/obsidiandynamics/kafdrop/compare/3.30.0...4.0.1) --- stable/kafdrop/Chart.yaml | 4 ++-- stable/kafdrop/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/kafdrop/Chart.yaml b/stable/kafdrop/Chart.yaml index 2e400a8..92a728b 100644 --- a/stable/kafdrop/Chart.yaml +++ b/stable/kafdrop/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 3.30.0 +appVersion: 4.0.1 description: A Helm chart for Kafdrop name: kafdrop -version: 0.2.1 +version: 1.0.0 diff --git a/stable/kafdrop/values.yaml b/stable/kafdrop/values.yaml index 3ed95ea..f219f58 100644 --- a/stable/kafdrop/values.yaml +++ b/stable/kafdrop/values.yaml @@ -5,7 +5,7 @@ image: # -- Kafdrop image repository. repository: obsidiandynamics/kafdrop # -- Kafdrop image version. - tag: 3.30.0 + tag: 4.0.1 # -- Kafdrop image pull policy. pullPolicy: IfNotPresent