Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare release 0.15.0 #726

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions helm/tailing-sidecar-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading