Skip to content

Commit

Permalink
chore: release 0.9.0 (#566)
Browse files Browse the repository at this point in the history
* chore: prepare release 0.9.0

Signed-off-by: Dominik Rosiek <[email protected]>

* Update CHANGELOG.md

Co-authored-by: Mikołaj Świątek <[email protected]>

---------

Signed-off-by: Dominik Rosiek <[email protected]>
Co-authored-by: Mikołaj Świątek <[email protected]>
  • Loading branch information
sumo-drosiek and Mikołaj Świątek authored Jul 20, 2023
1 parent c78533e commit 854a18e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
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.8.0
appVersion: 0.8.0
version: 0.9.0
appVersion: 0.9.0
keywords:
- tailing-sidecar
- k8s-logging
Expand Down

0 comments on commit 854a18e

Please sign in to comment.