From b1828ecc443d9709c70f8dd5b5d348c434c709c3 Mon Sep 17 00:00:00 2001 From: Katarzyna Kujawa Date: Thu, 7 Mar 2024 15:27:38 +0100 Subject: [PATCH] chore: prepare release v0.96.0-sumo-0 --- .changelog/1440.added.txt | 1 - .changelog/1448.changed.txt | 1 - .changelog/1452.breaking.txt | 1 - .changelog/1455.breaking.txt | 1 - .changelog/1457.added.txt | 1 - .changelog/1463.added.txt | 1 - .changelog/1467.added.txt | 1 - .changelog/1469.added.txt | 1 - .changelog/1471.added.txt | 1 - .changelog/1474.changed.txt | 1 - .changelog/1478.changed.txt | 1 - .changelog/1481.added.txt | 1 - CHANGELOG.md | 51 ++++++++++++++++++++++++++++++++++++ docs/upgrading.md | 6 ++--- 14 files changed, 54 insertions(+), 15 deletions(-) delete mode 100644 .changelog/1440.added.txt delete mode 100644 .changelog/1448.changed.txt delete mode 100644 .changelog/1452.breaking.txt delete mode 100644 .changelog/1455.breaking.txt delete mode 100644 .changelog/1457.added.txt delete mode 100644 .changelog/1463.added.txt delete mode 100644 .changelog/1467.added.txt delete mode 100644 .changelog/1469.added.txt delete mode 100644 .changelog/1471.added.txt delete mode 100644 .changelog/1474.changed.txt delete mode 100644 .changelog/1478.changed.txt delete mode 100644 .changelog/1481.added.txt diff --git a/.changelog/1440.added.txt b/.changelog/1440.added.txt deleted file mode 100644 index abeb03262a..0000000000 --- a/.changelog/1440.added.txt +++ /dev/null @@ -1 +0,0 @@ -ci: build ubi-based images \ No newline at end of file diff --git a/.changelog/1448.changed.txt b/.changelog/1448.changed.txt deleted file mode 100644 index d71dbd6cef..0000000000 --- a/.changelog/1448.changed.txt +++ /dev/null @@ -1 +0,0 @@ -chore(k8sprocessor): Improve logging of missing data events \ No newline at end of file diff --git a/.changelog/1452.breaking.txt b/.changelog/1452.breaking.txt deleted file mode 100644 index bd70709a8d..0000000000 --- a/.changelog/1452.breaking.txt +++ /dev/null @@ -1 +0,0 @@ -feat(sumologicexporter)!: remove deprecated json_logs \ No newline at end of file diff --git a/.changelog/1455.breaking.txt b/.changelog/1455.breaking.txt deleted file mode 100644 index 31999d4b51..0000000000 --- a/.changelog/1455.breaking.txt +++ /dev/null @@ -1 +0,0 @@ -feat(sumologicexporter)!: remove deprecated clear_logs_timestamp \ No newline at end of file diff --git a/.changelog/1457.added.txt b/.changelog/1457.added.txt deleted file mode 100644 index 9c0645b2b9..0000000000 --- a/.changelog/1457.added.txt +++ /dev/null @@ -1 +0,0 @@ -feat(k8sprocessor): extract namespace annotations \ No newline at end of file diff --git a/.changelog/1463.added.txt b/.changelog/1463.added.txt deleted file mode 100644 index 6938e53ad3..0000000000 --- a/.changelog/1463.added.txt +++ /dev/null @@ -1 +0,0 @@ -ci: build UBI-based FIPS images \ No newline at end of file diff --git a/.changelog/1467.added.txt b/.changelog/1467.added.txt deleted file mode 100644 index 491c82e5f5..0000000000 --- a/.changelog/1467.added.txt +++ /dev/null @@ -1 +0,0 @@ -feat: build windows containers \ No newline at end of file diff --git a/.changelog/1469.added.txt b/.changelog/1469.added.txt deleted file mode 100644 index a4826c861a..0000000000 --- a/.changelog/1469.added.txt +++ /dev/null @@ -1 +0,0 @@ -feat(otrm): Add validation for otel configuration in the opamp agent \ No newline at end of file diff --git a/.changelog/1471.added.txt b/.changelog/1471.added.txt deleted file mode 100644 index af23ca4746..0000000000 --- a/.changelog/1471.added.txt +++ /dev/null @@ -1 +0,0 @@ -feat(sourceprocessor): use namespace annotations to include/exclude namespace from collection or set sourceCategory, sourceHost, and sourceName \ No newline at end of file diff --git a/.changelog/1474.changed.txt b/.changelog/1474.changed.txt deleted file mode 100644 index 83644b9edc..0000000000 --- a/.changelog/1474.changed.txt +++ /dev/null @@ -1 +0,0 @@ -chore: update otelcol core to v0.95.0 \ No newline at end of file diff --git a/.changelog/1478.changed.txt b/.changelog/1478.changed.txt deleted file mode 100644 index 9a79f1f87b..0000000000 --- a/.changelog/1478.changed.txt +++ /dev/null @@ -1 +0,0 @@ -chore: update otelcol core to v0.96.0 \ No newline at end of file diff --git a/.changelog/1481.added.txt b/.changelog/1481.added.txt deleted file mode 100644 index 16b15bf44e..0000000000 --- a/.changelog/1481.added.txt +++ /dev/null @@ -1 +0,0 @@ -opampextension: add support for redirection on websocket connect diff --git a/CHANGELOG.md b/CHANGELOG.md index c342a21c96..02d8a3697a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,57 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [v0.96.0-sumo-0] + +See the [upgrade guide][upgrade_guide_v0.96] for more details on the breaking changes. + +[upgrade_guide_v0.96]: ./docs/upgrading.md#upgrading-to-v0960-sumo-0 + +### Released 2024-03-12 + +### Known issue + +Behavior of [recombine][recombine] operator has been changed. Now it recombines also partial logs, for details please see [pull request][opentelemetry-collector-contrib#30797]. +If you use `recombine` operator you will observe that logs which do not match regular expression are combined into one log entry. + +[recombine]: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/v0.96.0/pkg/stanza/docs/operators/recombine.md +[opentelemetry-collector-contrib#30797]: https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/30797 + +### Breaking Changes + +- feat(sumologicexporter)!: remove deprecated json_logs [#1452] +- feat(sumologicexporter)!: remove deprecated clear_logs_timestamp [#1455] + +### Added + +- ci: build ubi-based images [#1440] +- feat(k8sprocessor): extract namespace annotations [#1457] +- ci: build UBI-based FIPS images [#1463] +- feat: build development version of windows containers [#1467] +- feat(otrm): Add validation for otel configuration in the opamp agent [#1469] +- feat(sourceprocessor): use namespace annotations to include/exclude namespace from collection or set sourceCategory, sourceHost, and sourceName [#1471] +- opampextension: add support for redirection on websocket connect [#1481] + +### Changed + +- chore(k8sprocessor): Improve logging of missing data events [#1448] +- chore: update otelcol core to v0.95.0 [#1474] +- chore: update otelcol core to v0.96.0 [#1478] + +[#1452]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1452 +[#1455]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1455 +[#1440]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1440 +[#1457]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1457 +[#1463]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1463 +[#1467]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1467 +[#1469]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1469 +[#1471]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1471 +[#1448]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1448 +[#1474]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1474 +[#1478]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1478 +[#1481]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1481 +[v0.96.0-sumo-0]: https://github.com/SumoLogic/sumologic-otel-collector/releases/v0.96.0-sumo-0 + ## [v0.94.0-sumo-2] ### Released 2024-02-20 diff --git a/docs/upgrading.md b/docs/upgrading.md index d1a25b72ba..0d9cd92d11 100644 --- a/docs/upgrading.md +++ b/docs/upgrading.md @@ -1,6 +1,6 @@ # Upgrading -- [Upgrading to v0.95.0-sumo-0](#upgrading-to-v0950-sumo-0) +- [Upgrading to v0.96.0-sumo-0](#upgrading-to-v0960-sumo-0) - [`sumologic` exporter: remove `json_logs`](#sumologic-exporter-remove-json_logs) - [`sumologic` exporter: remove `clear_logs_timestamp`](#sumologic-exporter-remove-clear_logs_timestamp) - [Upgrading to v0.94.0-sumo-0](#upgrading-to-v0940-sumo-0) @@ -53,7 +53,7 @@ - [Removing unnecessary metadata using the resourceprocessor](#removing-unnecessary-metadata-using-the-resourceprocessor) - [Moving record-level attributes used for metadata to the resource level](#moving-record-level-attributes-used-for-metadata-to-the-resource-level) -## Upgrading to v0.95.0-sumo-0 +## Upgrading to v0.96.0-sumo-0 ### `sumologic` exporter: remove `json_logs` @@ -798,7 +798,7 @@ processors: ``` [logstransform]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.55.0/processor/logstransformprocessor -[filter]: https://github.com/SumoLogic/opentelemetry-collector-contrib/tree/v0.54.0-filterprocessor/processor/filterprocessor +[filter]: https://github.com/SumoLogic/opentelemetry-collector-contrib/tree/main/processor/filterprocessor ## Upgrading to v0.52.0-sumo-0