diff --git a/.changelog/1316.breaking.txt b/.changelog/1316.breaking.txt deleted file mode 100644 index 8b2a1bf6eb..0000000000 --- a/.changelog/1316.breaking.txt +++ /dev/null @@ -1 +0,0 @@ -feat(sumologicschemaprocessor)!:deprecate in favor of sumologicprocessor \ No newline at end of file diff --git a/.changelog/1358.added.txt b/.changelog/1358.added.txt deleted file mode 100644 index 65c0fe7283..0000000000 --- a/.changelog/1358.added.txt +++ /dev/null @@ -1 +0,0 @@ -feat(cascadingfilter): add collector_instances config option for spans_per_second global and policy limits scaling \ No newline at end of file diff --git a/.changelog/1363.added.txt b/.changelog/1363.added.txt deleted file mode 100644 index 061c8dd038..0000000000 --- a/.changelog/1363.added.txt +++ /dev/null @@ -1 +0,0 @@ -feat: add support for sticky session in sumologic extension and sumologic exporter diff --git a/.changelog/1367.breaking.txt b/.changelog/1367.breaking.txt deleted file mode 100644 index 6942a9a42e..0000000000 --- a/.changelog/1367.breaking.txt +++ /dev/null @@ -1 +0,0 @@ -Removed deprecated InstallToken diff --git a/.changelog/1381.added.txt b/.changelog/1381.added.txt deleted file mode 100644 index 394531e1f9..0000000000 --- a/.changelog/1381.added.txt +++ /dev/null @@ -1 +0,0 @@ -Include a FIPS Capable linux/arm64 binary \ No newline at end of file diff --git a/.changelog/1393.changed.txt b/.changelog/1393.changed.txt deleted file mode 100644 index 64d17d9b69..0000000000 --- a/.changelog/1393.changed.txt +++ /dev/null @@ -1 +0,0 @@ -chore: upgrade otel core to `v0.91.0` \ No newline at end of file diff --git a/.changelog/1400.fixed.txt b/.changelog/1400.fixed.txt deleted file mode 100644 index 644342c37d..0000000000 --- a/.changelog/1400.fixed.txt +++ /dev/null @@ -1 +0,0 @@ -fix(k8stagger): allow uppercase characters inside tag keys \ No newline at end of file diff --git a/.changelog/1401.fixed.txt b/.changelog/1401.fixed.txt deleted file mode 100644 index e2b53e4115..0000000000 --- a/.changelog/1401.fixed.txt +++ /dev/null @@ -1 +0,0 @@ -fix(k8stagger)!: change default pod id attribute name to k8s.pod.uid \ No newline at end of file diff --git a/.changelog/1408.fixed.txt b/.changelog/1408.fixed.txt deleted file mode 100644 index 6a4c11a6dc..0000000000 --- a/.changelog/1408.fixed.txt +++ /dev/null @@ -1 +0,0 @@ -sec: don't allow other users to read configuration files diff --git a/CHANGELOG.md b/CHANGELOG.md index 32be44eb48..cc9a595822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [v0.91.0-sumo-0] + +### Released 2024-01-09 + +### Breaking Changes + +- feat(sumologicschemaprocessor)!: deprecate in favor of sumologicprocessor [#1316] +- Removed deprecated InstallToken [#1367] + +### Added + +- feat(cascadingfilter): add collector_instances config option for spans_per_second global and policy limits scaling [#1358] +- feat: add support for sticky session in sumologic extension and sumologic exporter [#1363] +- Include a FIPS Capable linux/arm64 binary [#1381] + +### Changed + +- chore: upgrade otel core to `v0.91.0` [#1393] + +### Fixed + +- fix(k8stagger): allow uppercase characters inside tag keys [#1400] +- fix(k8stagger)!: change default pod id attribute name to k8s.pod.uid [#1401] +- sec: don't allow other users to read configuration files [#1408] + +[#1316]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1316 +[#1367]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1367 +[#1358]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1358 +[#1363]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1363 +[#1381]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1381 +[#1393]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1393 +[#1400]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1400 +[#1401]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1401 +[#1408]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1408 +[v0.91.0-sumo-0]: https://github.com/SumoLogic/sumologic-otel-collector/releases/v0.91.0-sumo-0 + ## [v0.90.1-sumo-1] ### Released 2023-12-14