File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
helm/tailing-sidecar-operator Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ v0.14.0] - 2024-06-04
9+
10+ - build(deps): bump ubi8/ubi-minimal from 8.9 to 8.10 [ #706 ]
11+ - build(deps): bump fluent/fluent-bit from 3.0.4 to 3.0.6 [ #708 ]
12+ - chore: set version and release_number labels in ubi image [ #711 ]
13+ - build: downgrade sidecar to Go 1.20 [ #710 ]
14+ - deps: upgrade controller-runtime to 0.18.3 [ #715 ]
15+ - feat(helm): set tolerations for the operator [ #716 ]
16+
17+ [ #706 ] : https://github.com/SumoLogic/tailing-sidecar/pull/706
18+ [ #708 ] : https://github.com/SumoLogic/tailing-sidecar/pull/708
19+ [ #710 ] : https://github.com/SumoLogic/tailing-sidecar/pull/710
20+ [ #711 ] : https://github.com/SumoLogic/tailing-sidecar/pull/711
21+ [ #715 ] : https://github.com/SumoLogic/tailing-sidecar/pull/715
22+ [ #716 ] : https://github.com/SumoLogic/tailing-sidecar/pull/716
23+
824## [ v0.13.0] - 2024-05-21
925
1026- build(deps): bump fluent/fluent-bit from 3.0.2 to 3.0.4 in /sidecar/fluentbit. [ #703 ]
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : tailing-sidecar-operator
33description : Installs Tailing Sidecar Operator
44type : application
5- version : 0.13 .0
6- appVersion : 0.13 .0
5+ version : 0.14 .0
6+ appVersion : 0.14 .0
77keywords :
88 - tailing-sidecar
99 - k8s-logging
You can’t perform that action at this time.
0 commit comments