From 2b9f2bbc3a9da4c083bcb205a1880eea3f4751d7 Mon Sep 17 00:00:00 2001 From: epot Date: Tue, 26 Mar 2024 14:21:49 +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 fd8454b..2eea85b 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.13 -appVersion: v541 +version: 0.10.14 +appVersion: v542 icon: https://avatars.githubusercontent.com/u/132156278 home: https://docs.warpstream.com/warpstream/ sources: From bfa52e2f43c4d5d4a7f36b3362d9c3a283591d99 Mon Sep 17 00:00:00 2001 From: epot Date: Tue, 26 Mar 2024 14:22:17 +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 73875f9..3db6bea 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.14] - 2024-03-26 + +### Added + +- update warpstream agent version to v542 + ## [0.10.12] - 2024-03-18 ### Added