Skip to content

Commit

Permalink
chore: prepare release v0.90.1-sumo-0 (#1384)
Browse files Browse the repository at this point in the history
* chore: prepare release v0.90.1-sumo-0

Signed-off-by: Dominik Rosiek <[email protected]>

* Update CHANGELOG.md

Co-authored-by: Mikołaj Świątek <[email protected]>

---------

Signed-off-by: Dominik Rosiek <[email protected]>
Co-authored-by: Mikołaj Świątek <[email protected]>
  • Loading branch information
sumo-drosiek and swiatekm authored Dec 11, 2023
1 parent 78541ae commit 6f3f290
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 13 deletions.
3 changes: 0 additions & 3 deletions .changelog/1201.breaking.txt

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1383.changed.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 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes -->

## [v0.90.1-sumo-0]

### Released 2023-12-11

### Breaking Changes

- chore: remove routing_attributes_to_drop [#1201]
This option is duplication of `drop_resource_routing_attribute` of routingprocessor
- feat(exporter/syslog)!: replace syslog exporter with syslog exporter from opentelemetry-collector-contrib [#1341]
- feat(sumologicexporter)!: deprecate clear_logs_timestamps [#1372]

### Changed

- feat(exporter/syslog): deprecate syslog exporter in favor of upstream version of syslog exporter [#1342]
- chore: upgrade otel core to 0.90.1 [#1351], [#1362]
- chore: update golang version to 1.21.4 [#1364]
- chore(sumologicexporter): do not mutate data with json_logs configuration [#1374]
- chore(sumologicexporter): deprecate json_logs [#1377]
- feat(sumologicexporter): ensure immutability [#1383]

### Fixed

- fix(sourceprocessor): fix templating for sourceCategoryPrefix [#1350]

[#1201]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1201
[#1341]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1341
[#1372]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1372
[#1342]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1342
[#1351]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1351
[#1362]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1362
[#1364]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1364
[#1374]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1374
[#1377]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1377
[#1383]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1383
[#1350]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1350
[v0.90.1-sumo-0]: https://github.com/SumoLogic/sumologic-otel-collector/releases/v0.90.1-sumo-0

## [v0.89.0-sumo-2]

### Released 2023-11-24
Expand Down

0 comments on commit 6f3f290

Please sign in to comment.