From 854a18e43e86868cc846521ea628eab0710f9cc0 Mon Sep 17 00:00:00 2001 From: Dominik Rosiek <58699848+sumo-drosiek@users.noreply.github.com> Date: Thu, 20 Jul 2023 14:27:21 +0200 Subject: [PATCH] chore: release 0.9.0 (#566) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: prepare release 0.9.0 Signed-off-by: Dominik Rosiek * Update CHANGELOG.md Co-authored-by: Mikołaj Świątek --------- Signed-off-by: Dominik Rosiek Co-authored-by: Mikołaj Świątek --- CHANGELOG.md | 13 +++++++++++++ helm/tailing-sidecar-operator/Chart.yaml | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 586f2f18..b2650651 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ 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.9.0] - 2023-07-20 + +- chore(sidecar): update fluent-bit to 2.1.7 [#563] +- feat(helm): add resource setting for kubeRbacProxy [#562] +- build(deps): bump golang from 1.20.5 to 1.20.6 in /sidecar [#559] +- build(deps): bump golang from 1.20.5 to 1.20.6 in /operator [#558] + +[#558]: https://github.com/SumoLogic/tailing-sidecar/pull/558 +[#559]: https://github.com/SumoLogic/tailing-sidecar/pull/559 +[#562]: https://github.com/SumoLogic/tailing-sidecar/pull/562 +[#563]: https://github.com/SumoLogic/tailing-sidecar/pull/563 +[v0.9.0]: https://github.com/SumoLogic/tailing-sidecar/releases/v0.9.0 + ## [v0.8.0] - 2023-07-07 - build(deps): bump fluent/fluent-bit from 2.0.10 to 2.0.11 in /sidecar [#512] diff --git a/helm/tailing-sidecar-operator/Chart.yaml b/helm/tailing-sidecar-operator/Chart.yaml index d6758df4..5b7f44b0 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.8.0 -appVersion: 0.8.0 +version: 0.9.0 +appVersion: 0.9.0 keywords: - tailing-sidecar - k8s-logging