diff --git a/.changelog/3314.added.txt b/.changelog/3314.added.txt deleted file mode 100644 index feb0236bae..0000000000 --- a/.changelog/3314.added.txt +++ /dev/null @@ -1 +0,0 @@ -feat(metrics): allow overriding metrics collector configuration \ No newline at end of file diff --git a/.changelog/3318.fixed.txt b/.changelog/3318.fixed.txt deleted file mode 100644 index b847aebbd5..0000000000 --- a/.changelog/3318.fixed.txt +++ /dev/null @@ -1 +0,0 @@ -fix(metrics): drop stale datapoints \ No newline at end of file diff --git a/.changelog/3319.changed.txt b/.changelog/3319.changed.txt deleted file mode 100644 index 6590daffa9..0000000000 --- a/.changelog/3319.changed.txt +++ /dev/null @@ -1 +0,0 @@ -chore: update setup job to `v3.11.0` \ No newline at end of file diff --git a/.changelog/3323.fixed.txt b/.changelog/3323.fixed.txt deleted file mode 100644 index 577ae448d6..0000000000 --- a/.changelog/3323.fixed.txt +++ /dev/null @@ -1 +0,0 @@ -fix(metrics): kube-state-metrics pod metadata \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c75140e8c1..722a2263d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,10 @@ See the [migration guide][v4_migration_guide] for details. 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. +## [v3.16.0] + +### Released 2023-10-18 + ### Added - feat(logs): add `sumologic.logs.additionalFields` property [#3286] diff --git a/README.md b/README.md index 9032d67007..4b55d0ba3c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ release. | version | planned end of life date | | ------------------------------------------------------------------------------------------------------- | ------------------------ | -| [v3.15](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.15/docs/README.md) | TBA | +| [v3.16](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.16/docs/README.md) | TBA | +| [v3.15](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.15/docs/README.md) | 2024-04-18 | | [v3.14](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.14/docs/README.md) | 2024-03-18 | | [v3.13](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.13/docs/README.md) | 2024-03-01 | | [v3.12](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.12/docs/README.md) | 2024-02-21 |