From 69fc887143fdc8086b719b10332c45e1f72f8f69 Mon Sep 17 00:00:00 2001 From: Dominik Rosiek <58699848+sumo-drosiek@users.noreply.github.com> Date: Wed, 5 Jul 2023 15:17:19 +0200 Subject: [PATCH] chore: prepare release v0.8.0 (#556) * chore: prepare release 0.8.0 Signed-off-by: Dominik Rosiek * chore: changelog Signed-off-by: Dominik Rosiek * chore: enable helm tests Signed-off-by: Dominik Rosiek --------- Signed-off-by: Dominik Rosiek --- .github/workflows/pull_requests.yml | 1 - CHANGELOG.md | 27 ++++++++++++++++++++++++ helm/tailing-sidecar-operator/Chart.yaml | 4 ++-- 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index f1175800..3b9fdfdd 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -82,7 +82,6 @@ jobs: curl -Lo /usr/local/bin/kubectl-kuttl https://github.com/kudobuilder/kuttl/releases/download/v${{ env.KUTTL_VERSION }}/kubectl-kuttl_${{ env.KUTTL_VERSION }}_linux_x86_64 chmod +x /usr/local/bin/kubectl-kuttl - name: Run Helm e2e tests - if: false # skipping this test for now, there's something wrong with the configuration run: make e2e-helm test-helm-chart-with-cert-manager: diff --git a/CHANGELOG.md b/CHANGELOG.md index 42b70cac..586f2f18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,33 @@ 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.8.0] - 2023-07-07 + +- build(deps): bump fluent/fluent-bit from 2.0.10 to 2.0.11 in /sidecar [#512] +- build(deps): bump golang from 1.20.3 to 1.20.5 in /sidecar [#521] [#538] +- build(deps): bump golang from 1.20.3 to 1.20.5 in /operator [#520] [#539] +- feat(operator): add support for configuration file [#470] +- feat(helm): use configmap to configure tailing-sidecar-operator [#534] +- chore(sidecar): use debian bookworm for package base [#553] +- feat(operator): support config sidecar pod resources [#552] +- feat(operator): support config leader election [#550] +- feat(operator): allow to override sidecar configuration [#551] +- feat(operator): support config replicaCount [#555] + +[#470]: https://github.com/SumoLogic/tailing-sidecar/pull/470 +[#512]: https://github.com/SumoLogic/tailing-sidecar/pull/512 +[#520]: https://github.com/SumoLogic/tailing-sidecar/pull/520 +[#521]: https://github.com/SumoLogic/tailing-sidecar/pull/521 +[#534]: https://github.com/SumoLogic/tailing-sidecar/pull/534 +[#538]: https://github.com/SumoLogic/tailing-sidecar/pull/538 +[#539]: https://github.com/SumoLogic/tailing-sidecar/pull/539 +[#550]: https://github.com/SumoLogic/tailing-sidecar/pull/550 +[#551]: https://github.com/SumoLogic/tailing-sidecar/pull/551 +[#552]: https://github.com/SumoLogic/tailing-sidecar/pull/552 +[#553]: https://github.com/SumoLogic/tailing-sidecar/pull/553 +[#555]: https://github.com/SumoLogic/tailing-sidecar/pull/555 +[v0.8.0]: https://github.com/SumoLogic/tailing-sidecar/releases/v0.8.0 + ## [v0.7.0] - 2023-04-05 - build(deps): bump fluent/fluent-bit from 1.9.9 to 2.0.10 in /sidecar [#492] diff --git a/helm/tailing-sidecar-operator/Chart.yaml b/helm/tailing-sidecar-operator/Chart.yaml index 1a94d83b..d6758df4 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.7.0 -appVersion: 0.7.0 +version: 0.8.0 +appVersion: 0.8.0 keywords: - tailing-sidecar - k8s-logging