Skip to content

Commit

Permalink
chore: prepare release v.4.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aboguszewski-sumo committed Sep 27, 2023
1 parent 349f8c9 commit c0301ae
Show file tree
Hide file tree
Showing 14 changed files with 52 additions and 18 deletions.
1 change: 0 additions & 1 deletion .changelog/3211.changed.txt

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3244.breaking.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3248.breaking.txt

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/3281.fixed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3284.breaking.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/3295.fixed.txt

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

<!-- towncrier release notes start -->

## [v4.0.0-rc.0]

### Released 2023-09-26

### Migration from v3

See the [migration guide][v4_migration_guide] for details.

### Breaking Changes

- feat!: remove support for fluent-bit and fluentd [#3244]
- feat!: truncate fullname after 22 characters [#3248]
- feat(metrics)!: use otel by default [#3284]
- feat!: use OTLP sources by default [#3297]
- feat!(metrics): move extra processors after sumologic_schema [#3306]
- fix(metrics)!: drop k8s.node.name attribute [#3295]
- 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.

### Added

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

### Changed

- feat(prometheus): Removing prometheus recording rules [#3211]
- feat(metrics): move app metrics filtering to metadata layer [#3232]

### Fixed

- fix(metrics): decompose OTLP histograms [#3289]

[#3244]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3244
[#3248]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3248
[#3284]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3284
[#3286]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3286
[#3292]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3292
[#3211]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3211
[#3232]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3232
[#3297]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3297
[#3306]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3306
[#3281]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3281
[#3289]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3289
[#3295]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3295
[v4_migration_guide]: /docs/v4-migration-doc.md
[v4.0.0-rc.0]: https://github.com/SumoLogic/sumologic-kubernetes-collection/releases/v4.0.0-rc.0

## [v3.15.0]

### Released 2023-09-18
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.15.0
appVersion: 3.15.0
version: 4.0.0-rc.0
appVersion: 4.0.0-rc.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 c0301ae

Please sign in to comment.