diff --git a/CHANGELOG.md b/CHANGELOG.md index ed4d45b4..afc8ef53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.12.0] - 2024-04-19 + +- build(deps): update fluent/fluent-bit in /sidecar/fluentbit from from 3.0.1 to 3.0.2. [#680] +- feat: push container images to Docker Hub [#687] + +[#680]: https://github.com/SumoLogic/tailing-sidecar/pull/680 +[#687]: https://github.com/SumoLogic/tailing-sidecar/pull/687 +[v0.12.0]: https://github.com/SumoLogic/tailing-sidecar/releases/v0.12.0 + ## [v0.11.0] - 2024-03-25 - feat: build ubi images [#654] diff --git a/helm/tailing-sidecar-operator/Chart.yaml b/helm/tailing-sidecar-operator/Chart.yaml index 96df6010..eaad314c 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.11.0 -appVersion: 0.11.0 +version: 0.12.0 +appVersion: 0.12.0 keywords: - tailing-sidecar - k8s-logging