From efdc0d6362713cf8cc017eaa9f965119c15795e5 Mon Sep 17 00:00:00 2001 From: Raj Nishtala <113392743+rnishtala-sumo@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:32:44 -0400 Subject: [PATCH] chore: Update changelog 0.16.0 (#768) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c41b7cec..1ed73bd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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.16.0] - 2024-10-07 + +- build(deps): bump docker/setup-buildx-action from 3.4.0 to 3.7.1 (#745) +- build(deps): bump github.com/onsi/gomega in /operator (#757) +- build(deps): bump fluent/fluent-bit in /sidecar/fluentbit (#763) +- build(deps): bump golang from 1.22.4 to 1.23.2 in /operator (#764) + +[#745] https://github.com/SumoLogic/tailing-sidecar/pull/745 +[#757] https://github.com/SumoLogic/tailing-sidecar/pull/757 +[#763] https://github.com/SumoLogic/tailing-sidecar/pull/763 +[#764] https://github.com/SumoLogic/tailing-sidecar/pull/764 + ## [v0.15.0] - 2024-06-27 - chore(sidecar): update Fluent Bit UBI image to 3.0.7 by @sumo-drosiek in #725