diff --git a/.changelog/1604.changed.txt b/.changelog/1604.changed.txt deleted file mode 100644 index adf370b1f8..0000000000 --- a/.changelog/1604.changed.txt +++ /dev/null @@ -1 +0,0 @@ -feat(ConfigProvider)!: Modify config merge to do replace instead of update for Specific tags for Remotely managed collectors diff --git a/.changelog/1693.changed.txt b/.changelog/1693.changed.txt deleted file mode 100644 index 9ebbb534a1..0000000000 --- a/.changelog/1693.changed.txt +++ /dev/null @@ -1 +0,0 @@ -chore(ci): remove MSIs from this repo \ No newline at end of file diff --git a/.changelog/1709.fixed.txt b/.changelog/1709.fixed.txt deleted file mode 100644 index 54e1f7a0aa..0000000000 --- a/.changelog/1709.fixed.txt +++ /dev/null @@ -1 +0,0 @@ -fix(opamp): Update OpAmp default endpoint to a new one that supports redirection \ No newline at end of file diff --git a/.changelog/1714.changed.txt b/.changelog/1714.changed.txt deleted file mode 100644 index cf57e1ec61..0000000000 --- a/.changelog/1714.changed.txt +++ /dev/null @@ -1 +0,0 @@ -chore: Upgrade otel core to v114 \ No newline at end of file diff --git a/.changelog/1721.added.txt b/.changelog/1721.added.txt deleted file mode 100644 index 3e9c3c6278..0000000000 --- a/.changelog/1721.added.txt +++ /dev/null @@ -1 +0,0 @@ -feat: Add validation for the attributes processor \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a524d8e3b1..274423fbfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [v0.114.0-sumo-0] + +### Released 2024-12-19 + +### Added + +- feat: Add validation for the attributes processor [#1721] + +### Changed + +- feat(ConfigProvider)!: Modify config merge to do replace instead of update for Specific tags for Remotely managed collectors [#1604] +- chore(ci): remove MSIs from this repo [#1693] +- chore: Upgrade otel core to v114 [#1714] + +### Fixed + +- fix(opamp): Update OpAmp default endpoint to a new one that supports redirection [#1709] + +[#1721]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1721 +[#1604]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1604 +[#1693]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1693 +[#1714]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1714 +[#1709]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1709 +[v0.114.0-sumo-0]: https://github.com/SumoLogic/sumologic-otel-collector/releases/v0.114.0-sumo-0 + ## [v0.108.0-sumo-1] ### Released 2024-10-22