From 2eb3a793cfdec6a71715a443095a155458c794fc Mon Sep 17 00:00:00 2001 From: epot Date: Fri, 15 Mar 2024 17:37:33 +0100 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 1912a23..b1bdd03 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.10.10 -appVersion: v538 +version: 0.10.11 +appVersion: v539 icon: https://avatars.githubusercontent.com/u/132156278 home: https://docs.warpstream.com/warpstream/ sources: From 3149bc10d45312e75297366ea6fa9e8069d7bf07 Mon Sep 17 00:00:00 2001 From: epot Date: Fri, 15 Mar 2024 17:38:11 +0100 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 c892211..dcc263d 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.10.11] - 2024-03-15 + +### Added + +- update warpstream agent version to v539 + ## [0.10.10] - 2024-03-13 ### Added