Skip to content

Commit

Permalink
chore: prepare 3.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikołaj Świątek committed Jul 6, 2023
1 parent 4ee2602 commit 4469eb2
Show file tree
Hide file tree
Showing 31 changed files with 73 additions and 32 deletions.
1 change: 0 additions & 1 deletion .changelog/3040.added.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3082.added.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3084.added.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3085.changed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3086.fixed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3087.changed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3092.changed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3093.added.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3094.added.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3096.added.txt

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/3099.fixed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3103.changed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3104.added.0.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3104.added.1.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3109.fixed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3110.changed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3111.changed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3117.changed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3118.changed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3119.added.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3121.added.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3122.changed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3125.changed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3126.changed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3129.changed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3130.added.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3131.changed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3133.added.txt

This file was deleted.

69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,75 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

<!-- towncrier release notes start -->

## [v3.10.0]

### Released 2023-07-06

### Added

- feat(logs): add ability to use OTLP source [#3040]
- feat: add autoscaling to metrics collector [#3082]
- feat: add serviceMonitor for metrics collector [#3084]
- feat(events): add ability to use OTLP source [#3093]
- feat(traces): add ability to use OTLP source [#3094]
- feat(metrics): add selectors for Prometheus CRs to otel metrics collector [#3096]
- chore: add support for OpenShift 4.13 [#3104]
- chore: add support for EKS 1.27 [#3104]
- feat(metrics): set securityContext for metrics collector [#3119]
- feat(metrics/collector): allow disabling cadvisor and kubelet metrics [#3121], [#3133]
- feat(metrics): collect full etcd histogram metrics [#3130]

### Changed

- feat: unify anti-affinity configuration [#3085]
- chore: upgrade otel to 0.79.0-sumo-0 [#3087]
- feat(helm): add missing options for experimental opentelemetry metrics" [#3092]
- feat(helm): move relabelling in prometheus from remoteWrites to serviceMonitors [#3103]
- chore: update metrics-server to 6.3.1 [#3110]
- chore: update Telegraf Operator to v1.3.11 [#3111]
- chore: update Fluent Bit Helm Chart to v0.31.0 [#3117]
- feat: fix service monitors for node-exporter and kube-state-metrics [#3118]
- feat(metrics): split metadata extraction from otel collector [#3122]
- chore: upgrade opentelemetry-operator chart to 0.33.0 [#3125]
- feat(helm/metrics): route metrics using job attribute instead of endpoint [#3126]
- chore: update opentlemetry-operator auto-instrumentation images [#3129]
- fix(metrics/collector): drop scrape\_\* metrics [#3131]

### Fixed

- fix(metrics): upgrade kube-state-metrics to 2.7.0 [#3086]
- fix(otelcloudwatch): Fixing PVC name for the cloudwatch logs collector [#3099]
- fix(metrics-server): add double dashes to extra arguments [#3109]

[#3040]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3040
[#3082]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3082
[#3084]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3084
[#3093]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3093
[#3094]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3094
[#3096]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3096
[#3104]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3104
[#3119]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3119
[#3121]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3121
[#3133]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3133
[#3130]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3130
[#3085]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3085
[#3087]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3087
[#3092]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3092
[#3103]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3103
[#3110]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3110
[#3111]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3111
[#3117]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3117
[#3118]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3118
[#3122]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3122
[#3125]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3125
[#3126]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3126
[#3129]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3129
[#3131]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3131
[#3086]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3086
[#3099]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3099
[#3109]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3109
[v3.10.0]: https://github.com/SumoLogic/sumologic-kubernetes-collection/releases/v3.10.0

## [v3.9.1]

### Released 2023-06-29
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Sumo Logic Helm Chart Version

| version | status |
| --------------------------------------------------------------------------------------------------------- | --------------------------------------- |
| [v3.9](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.9/docs/README.md) | current / supported |
| [v3.10](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.10/docs/README.md) | current / supported |
| [v3.9](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.9/docs/README.md) | deprecated / supported until 2024-01-06 |
| [v3.8](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.8/docs/README.md) | deprecated / supported until 2023-12-14 |
| [v3.7](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.7/docs/README.md) | deprecated / supported until 2023-11-22 |
| [v3.6](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.6/docs/README.md) | deprecated / supported until 2023-11-11 |
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/sumologic/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: sumologic
version: 3.9.1
appVersion: 3.9.1
version: 3.10.0
appVersion: 3.10.0
description: A Helm chart for collecting Kubernetes logs, metrics, traces and events into Sumo Logic.
type: application
keywords:
Expand Down

0 comments on commit 4469eb2

Please sign in to comment.