From f94cd878b462e6b4cc1f3f77ca3b683731e0d57d Mon Sep 17 00:00:00 2001 From: Julio Caicedo Date: Sun, 15 Feb 2026 00:46:21 -0500 Subject: [PATCH] chore(release): bump version to 0.2.2 Update Chart.yaml version from 0.2.1 to 0.2.2 and reorganize CHANGELOG.md to follow Keep a Changelog format. This release includes critical security improvements by switching redis-exporter to Chainguard image, eliminating 6 CVEs (1 Critical, 4 High, 1 Medium), and adds automated weekly version checking workflow for Valkey. --- CHANGELOG.md | 20 +++++++++++++++----- Chart.yaml | 2 +- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e036fe..6107895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,26 @@ # Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.2.2] - 2026-02-15 + +### Security +- **CRITICAL**: Switch redis-exporter to Chainguard image (eliminates 6 CVEs: 1 Critical, 4 High, 1 Medium) +- Changed from `docker.io/oliver006/redis_exporter:v1.80.0` to `cgr.dev/chainguard/prometheus-redis-exporter:latest` + +### Added +- Automated weekly version checking workflow for Valkey +- Documentation for image versioning strategy +- Complete CHANGELOG.md with release history ## [0.2.1] - 2026-02-15 ### Changed - Updated Valkey to version 9.0.2 (from Chainguard latest image) -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - ## [0.2.0] - 2025-02-14 ### Changed diff --git a/Chart.yaml b/Chart.yaml index c5a0af4..10c48af 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: valkey description: Valkey is an open source, high-performance data structure server compatible with Redis. It supports strings, hashes, lists, sets, and sorted sets. type: application -version: 0.2.1 +version: 0.2.2 appVersion: "9.0.2" annotations: artifacthub.io/signKey: |