From 8b948485cfd6e2d8787dfd9bff7cccdbc964c620 Mon Sep 17 00:00:00 2001 From: oshri barazani Date: Mon, 4 Nov 2024 10:41:52 +0200 Subject: [PATCH] add changelog --- charts/redis-enterprise-operator/CHANGELOG.md | 16 ++++++++++++++++ charts/redis-enterprise-operator/Chart.yaml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 charts/redis-enterprise-operator/CHANGELOG.md diff --git a/charts/redis-enterprise-operator/CHANGELOG.md b/charts/redis-enterprise-operator/CHANGELOG.md new file mode 100644 index 0000000..caf082d --- /dev/null +++ b/charts/redis-enterprise-operator/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## [1.2.0] - 2024-11-04 + +### Added + +- New feature X that enables... + +### Changed + +- Updated dependency Z to version 2.0 +- Modified configuration for better performance + +### Fixed + +- Bug Y that was causing... diff --git a/charts/redis-enterprise-operator/Chart.yaml b/charts/redis-enterprise-operator/Chart.yaml index 4d43ae2..ebec69f 100644 --- a/charts/redis-enterprise-operator/Chart.yaml +++ b/charts/redis-enterprise-operator/Chart.yaml @@ -4,7 +4,7 @@ type: application name: redis-enterprise-operator description: A Helm chart for Redis Enterprise Operator for Kubernetes -version: 0.2.4 +version: 0.2.5 appVersion: 7.4.2-2 home: https://redis.io