diff --git a/CHANGELOG.md b/CHANGELOG.md index 585d36c1..d624b2b8 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.14.1] - 2024-06-21 + +- deps: upgrade kube-rbac-proxy to v0.18.0 [#723] + +[#723]: https://github.com/SumoLogic/tailing-sidecar/pull/723 + ## [v0.14.0] - 2024-06-04 - build(deps): bump ubi8/ubi-minimal from 8.9 to 8.10 [#706] diff --git a/helm/tailing-sidecar-operator/Chart.yaml b/helm/tailing-sidecar-operator/Chart.yaml index cd517284..32e5bcca 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.0 -appVersion: 0.14.0 +version: 0.14.1 +appVersion: 0.14.1 keywords: - tailing-sidecar - k8s-logging