From 3be17804f9e8bb0a2546f78e376a5bad561d4f93 Mon Sep 17 00:00:00 2001 From: Dennis Hemeier Date: Tue, 26 Aug 2025 19:01:59 +0200 Subject: [PATCH 1/6] Testing CHANGELOG --- charts/rabbitmq/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/rabbitmq/Chart.yaml b/charts/rabbitmq/Chart.yaml index 8b88354cc..56a76d9a1 100644 --- a/charts/rabbitmq/Chart.yaml +++ b/charts/rabbitmq/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: rabbitmq description: A messaging broker that implements the Advanced Message Queuing Protocol (AMQP) type: application -version: 0.0.2 +version: 0.0.3 appVersion: "4.1.3" keywords: - rabbitmq From 1461235baab61875eac283ec15e86da8e23b45e5 Mon Sep 17 00:00:00 2001 From: Dennis Hemeier Date: Tue, 26 Aug 2025 19:03:19 +0200 Subject: [PATCH 2/6] Fix linting --- charts/rabbitmq/Chart.yaml | 2 +- charts/rabbitmq/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/rabbitmq/Chart.yaml b/charts/rabbitmq/Chart.yaml index 56a76d9a1..ce792f84d 100644 --- a/charts/rabbitmq/Chart.yaml +++ b/charts/rabbitmq/Chart.yaml @@ -23,4 +23,4 @@ dependencies: - name: common version: "1.x.x" repository: oci://registry-1.docker.io/cloudpirates -icon: https://a.storyblok.com/f/143071/512x512/aa1bd68288/rabbitmq-logo.svg \ No newline at end of file +icon: https://a.storyblok.com/f/143071/512x512/aa1bd68288/rabbitmq-logo.svg diff --git a/charts/rabbitmq/values.yaml b/charts/rabbitmq/values.yaml index bf4a50206..bcb5a11b1 100644 --- a/charts/rabbitmq/values.yaml +++ b/charts/rabbitmq/values.yaml @@ -237,4 +237,4 @@ extraEnv: [] extraVolumes: [] ## @param extraVolumeMounts Additional volume mounts to add to the RabbitMQ container -extraVolumeMounts: [] \ No newline at end of file +extraVolumeMounts: [] From 2bf0da72eff67f4dff42f9fa568baa17a05f5fb6 Mon Sep 17 00:00:00 2001 From: dhemeier Date: Tue, 26 Aug 2025 17:04:14 +0000 Subject: [PATCH 3/6] Update CHANGELOG.md Signed-off-by: dhemeier --- charts/rabbitmq/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 charts/rabbitmq/CHANGELOG.md diff --git a/charts/rabbitmq/CHANGELOG.md b/charts/rabbitmq/CHANGELOG.md new file mode 100644 index 000000000..b4b5fcbba --- /dev/null +++ b/charts/rabbitmq/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## 0.0.3 (2025-08-26) + +* Testing CHANGELOG ([#4](https://github.com/dhemeier/helm-charts-debug/pull/4)) From 2c8dbae3ce7da624769f93cd51ec24558952acd8 Mon Sep 17 00:00:00 2001 From: Dennis Hemeier Date: Tue, 26 Aug 2025 19:05:51 +0200 Subject: [PATCH 4/6] Multiple changes --- charts/postgres/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml index 812fdaa61..7b7cfc9c7 100644 --- a/charts/postgres/Chart.yaml +++ b/charts/postgres/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: postgres description: The World's Most Advanced Open Source Relational Database type: application -version: 0.2.0 +version: 0.2.1 appVersion: "17.6" keywords: - postgres From 26d705ca74e9703ed3430368c9b1a8f533eb3290 Mon Sep 17 00:00:00 2001 From: Dennis Hemeier Date: Tue, 26 Aug 2025 19:06:26 +0200 Subject: [PATCH 5/6] Fix Chart.yaml linting --- charts/postgres/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml index 7b7cfc9c7..f44f26915 100644 --- a/charts/postgres/Chart.yaml +++ b/charts/postgres/Chart.yaml @@ -20,4 +20,4 @@ dependencies: - name: common version: "1.x.x" repository: oci://registry-1.docker.io/cloudpirates -icon: https://a.storyblok.com/f/143071/512x512/95e7f13e62/postgres-logo.svg \ No newline at end of file +icon: https://a.storyblok.com/f/143071/512x512/95e7f13e62/postgres-logo.svg From c7c56305c9e7fb003d42cfd151902654ef06c5ef Mon Sep 17 00:00:00 2001 From: dhemeier Date: Tue, 26 Aug 2025 17:07:52 +0000 Subject: [PATCH 6/6] Update CHANGELOG.md Signed-off-by: dhemeier --- charts/postgres/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 charts/postgres/CHANGELOG.md diff --git a/charts/postgres/CHANGELOG.md b/charts/postgres/CHANGELOG.md new file mode 100644 index 000000000..33e06c5f5 --- /dev/null +++ b/charts/postgres/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## 0.2.1 (2025-08-26) + +* Testing CHANGELOG ([#4](https://github.com/dhemeier/helm-charts-debug/pull/4))