Skip to content

Commit

Permalink
chore: prepare release v0.8.0 (#556)
Browse files Browse the repository at this point in the history
* chore: prepare release 0.8.0

Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>

* chore: changelog

Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>

* chore: enable helm tests

Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>

---------

Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
  • Loading branch information
sumo-drosiek authored Jul 5, 2023
1 parent 2c06d03 commit 69fc887
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
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.7.0
appVersion: 0.7.0
version: 0.8.0
appVersion: 0.8.0
keywords:
- tailing-sidecar
- k8s-logging
Expand Down

0 comments on commit 69fc887

Please sign in to comment.