Skip to content

Commit

Permalink
chore: update changelog for v3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm committed Oct 18, 2023
1 parent 0e3e3f8 commit f230e97
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changelog/3281.fixed.txt

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

<!-- towncrier release notes start -->

## [v3.16.0]

### Released 2023-10-18

### Added

- feat(logs): add `sumologic.logs.additionalFields` property [#3286]
- feat(metrics): add additionalServiceMonitors setting [#3292]
- feat(metrics): allow overriding metrics collector configuration [#3314]

### Changed

- chore: update setup job to `v3.11.0` [#3320]

### Fixed

- fix(logs)!: move JSON parsing after user-defined processors [#3281]

The log body will now always be a string if accessed in extra processors. Users who want to access specific fields in their parsed JSON
log should explicitly call ParseJSON in their processor definition.

- fix(metrics): decompose OTLP histograms [#3289]
- fix(metrics): drop stale datapoints [#3318]
- fix: fix Otel Operator installation with Helm 3.13 [#3321]
- fix(metrics): kube-state-metrics pod metadata [#3323]

[#3286]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3286
[#3292]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3292
[#3314]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3314
[#3320]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3320
[#3281]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3281
[#3289]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3289
[#3318]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3318
[#3321]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3321
[#3323]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3323
[v3.16.0]: https://github.com/SumoLogic/sumologic-kubernetes-collection/releases/v3.16.0

## [v3.15.0]

### Released 2023-09-18
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ release.

| version | planned end of life date |
| ------------------------------------------------------------------------------------------------------- | ------------------------ |
| [v3.15](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.15/docs/README.md) | TBA |
| [v3.16](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.16/docs/README.md) | TBA |
| [v3.15](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.15/docs/README.md) | 2024-04-18 |
| [v3.14](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.14/docs/README.md) | 2024-03-18 |
| [v3.13](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.13/docs/README.md) | 2024-03-01 |
| [v3.12](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.12/docs/README.md) | 2024-02-21 |
Expand Down

0 comments on commit f230e97

Please sign in to comment.