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!: upgrade tailing-sidecar-operator to v0.5.5 #2661

Merged
merged 4 commits into from
Nov 30, 2022
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- move `fluentd.logs.default.excludeHostRegex` to `sumologic.logs.defaultFluentd.excludeHostRegex`
- move `fluentd.logs.default.excludePriorityRegex` to `sumologic.logs.defaultFluentd.excludePriorityRegex`
- move `fluentd.logs.default.excludeUnitRegex` to `sumologic.logs.defaultFluentd.excludeUnitRegex`
- chore!: upgrade tailing-sidecar-operator to v0.5.5 [#2661]
- feat(logs)!: switch from Fluent Bit to Otelcol as default logs collector [#2639]
- feat(events)!: switch from Fluentd to Otelcol as default events collector [#2640]

Expand Down Expand Up @@ -135,6 +136,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2654]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2654
[#2652]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2652
[#2635]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2635
[#2661]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2661
[#2639]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2639
[#2640]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2640
[Unreleased]: https://github.com/SumoLogic/sumologic-kubernetes-collection/compare/v2.17.0...main
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/sumologic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
repository: https://helm.influxdata.com/
condition: telegraf-operator.enabled
- name: tailing-sidecar-operator
version: 0.3.4
version: 0.5.5
repository: https://sumologic.github.io/tailing-sidecar
condition: tailing-sidecar-operator.enabled
- name: opentelemetry-operator
Expand Down
14 changes: 14 additions & 0 deletions docs/v3-migration-doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ In this document we detail the changes as well as the exact steps for migration.
- moved `fluentd.logs.default.excludePriorityRegex` to `sumologic.logs.defaultFluentd.excludePriorityRegex`
- moved `fluentd.logs.default.excludeUnitRegex` to `sumologic.logs.defaultFluentd.excludeUnitRegex`

- Upgrading Tailing Sidecar Operator helm chart to v0.5.5. There is no breaking change if using annotations only.

## How to upgrade

### Requirements
Expand Down Expand Up @@ -165,3 +167,15 @@ If you're using `otelcol` as the logs/metrics metadata provider, please run one
kubectl delete sts --namespace=my-namespace --cascade=false my-release-sumologic-otelcol-logs
kubectl delete sts --namespace=my-namespace --cascade=false my-release-sumologic-otelcol-metrics
```

### Known issues

#### Cannot delete pod if using Tailing Sidecar Operator

If you are using Tailing Sidecar Operator and see the following error:

```
Error from server: admission webhook "tailing-sidecar.sumologic.com" denied the request: there is no content to decode
```

Please try to remove pod later.