From f5892c4701e8a13814e874ecb050920c8a84c12e Mon Sep 17 00:00:00 2001 From: Harsh Shah <169750016+harshshahsumo@users.noreply.github.com> Date: Thu, 27 Jun 2024 14:49:51 -0500 Subject: [PATCH] chore: prepare release 0.15.0 (#726) --- CHANGELOG.md | 6 ++++++ helm/tailing-sidecar-operator/Chart.yaml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d624b2b8..c41b7cec 100644 --- a/CHANGELOG.md +++ b/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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.15.0] - 2024-06-27 + +- chore(sidecar): update Fluent Bit UBI image to 3.0.7 by @sumo-drosiek in #725 + +[#725]: https://github.com/SumoLogic/tailing-sidecar/pull/725 + ## [v0.14.1] - 2024-06-21 - deps: upgrade kube-rbac-proxy to v0.18.0 [#723] diff --git a/helm/tailing-sidecar-operator/Chart.yaml b/helm/tailing-sidecar-operator/Chart.yaml index 32e5bcca..f3b46a4c 100644 --- a/helm/tailing-sidecar-operator/Chart.yaml +++ b/helm/tailing-sidecar-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: tailing-sidecar-operator description: Installs Tailing Sidecar Operator type: application -version: 0.14.1 -appVersion: 0.14.1 +version: 0.15.0 +appVersion: 0.15.0 keywords: - tailing-sidecar - k8s-logging