Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare release v0.8.0 #556

Merged
merged 3 commits into from
Jul 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you making this change here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checking what is going to happen

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And it seems to be passing now 🤔 😕

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