From 23272a5fa05e6945730781ba92ffee1afbe77c06 Mon Sep 17 00:00:00 2001 From: epot Date: Fri, 5 Jul 2024 13:58:55 -0400 Subject: [PATCH 1/2] Update Chart.yaml --- charts/warpstream-agent/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/warpstream-agent/Chart.yaml b/charts/warpstream-agent/Chart.yaml index 5c5f61e..374d50e 100644 --- a/charts/warpstream-agent/Chart.yaml +++ b/charts/warpstream-agent/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: warpstream-agent description: WarpStream Agent for Kubernetes. type: application -version: 0.13.1 -appVersion: v568 +version: 0.13.2 +appVersion: v569 icon: https://avatars.githubusercontent.com/u/132156278 home: https://docs.warpstream.com/warpstream/ sources: From 1294b16075ca1b986bec3cae8c9b80766d2cd2c9 Mon Sep 17 00:00:00 2001 From: epot Date: Fri, 5 Jul 2024 13:59:29 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- charts/warpstream-agent/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/warpstream-agent/CHANGELOG.md b/charts/warpstream-agent/CHANGELOG.md index 74e0789..1cb74e2 100644 --- a/charts/warpstream-agent/CHANGELOG.md +++ b/charts/warpstream-agent/CHANGELOG.md @@ -5,6 +5,12 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.13.2] - 2024-07-05 + +### Added + +- update warpstream agent version to v569 + ## [0.13.1] - 2024-07-05 ### Added