From f7b1e73ff8c398ed29ff8b0c4e15b0ae7676f221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20=C5=9Awi=C4=85tek?= Date: Thu, 16 Feb 2023 13:38:36 +0100 Subject: [PATCH] chore: prepare release v3.2.0 --- .changelog/2870.changed.txt | 1 - .changelog/2872.changed.txt | 1 - .changelog/2873.changed.txt | 1 - .changelog/2875.fixed.txt | 5 ----- .changelog/2882.changed.txt | 1 - .changelog/changelog_template.jinja | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ README.md | 5 +++-- deploy/helm/sumologic/Chart.yaml | 4 ++-- 9 files changed, 28 insertions(+), 14 deletions(-) delete mode 100644 .changelog/2870.changed.txt delete mode 100644 .changelog/2872.changed.txt delete mode 100644 .changelog/2873.changed.txt delete mode 100644 .changelog/2875.fixed.txt delete mode 100644 .changelog/2882.changed.txt diff --git a/.changelog/2870.changed.txt b/.changelog/2870.changed.txt deleted file mode 100644 index fe2038ce3a..0000000000 --- a/.changelog/2870.changed.txt +++ /dev/null @@ -1 +0,0 @@ -feat: disable otel storage compaction on start \ No newline at end of file diff --git a/.changelog/2872.changed.txt b/.changelog/2872.changed.txt deleted file mode 100644 index 11d56a4d99..0000000000 --- a/.changelog/2872.changed.txt +++ /dev/null @@ -1 +0,0 @@ -chore: upgrade otelcol to 0.71.0-sumo-0 \ No newline at end of file diff --git a/.changelog/2873.changed.txt b/.changelog/2873.changed.txt deleted file mode 100644 index f954fb7218..0000000000 --- a/.changelog/2873.changed.txt +++ /dev/null @@ -1 +0,0 @@ -feat: use /tmp for otel storage compaction \ No newline at end of file diff --git a/.changelog/2875.fixed.txt b/.changelog/2875.fixed.txt deleted file mode 100644 index 334264ae7f..0000000000 --- a/.changelog/2875.fixed.txt +++ /dev/null @@ -1,5 +0,0 @@ -feat(instrumentation): scrape label added and updated - -Fixed [#2875] Scrape label value changed and added to the otelagent service. - -[#2875]: https://github.com/SumoLogic/sumologic-kubernetes-collection/issues/2875 \ No newline at end of file diff --git a/.changelog/2882.changed.txt b/.changelog/2882.changed.txt deleted file mode 100644 index 472b7c920a..0000000000 --- a/.changelog/2882.changed.txt +++ /dev/null @@ -1 +0,0 @@ -chore: bump setup image to 3.6.0 \ No newline at end of file diff --git a/.changelog/changelog_template.jinja b/.changelog/changelog_template.jinja index df7f8a5bdc..704170d5f3 100644 --- a/.changelog/changelog_template.jinja +++ b/.changelog/changelog_template.jinja @@ -9,7 +9,7 @@ {% for text, values in sections[""][category].items() %} {%- set lines = text.split('\n') -%} - {{ lines[0] }} {{ values|join(', ') }} -{{ lines[1:] | join('\n') }} +{{- lines[1:] | join('\n') }} {% endfor %} {% endfor %} diff --git a/CHANGELOG.md b/CHANGELOG.md index cd3d6b3248..903cc4ece4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +## [v3.2.0] + +### Released 2023-02-16 + +### Changed + +- feat: disable otel storage compaction on start [#2870] +- chore: upgrade otelcol to 0.71.0-sumo-0 [#2872] +- feat: use /tmp for otel storage compaction [#2873] +- chore: bump setup image to 3.6.0 [#2882] + +### Fixed + +- feat(instrumentation): scrape label added and updated [#2875] + +[#2870]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pulls/2870 +[#2872]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pulls/2872 +[#2873]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pulls/2873 +[#2882]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pulls/2882 +[#2875]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pulls/2875 +[v3.2.0]: https://github.com/SumoLogic/sumologic-kubernetes-collection/releases/v3.2.0 + ## [v3.1.1] ### Released 2023-02-13 diff --git a/README.md b/README.md index cd831be1cd..3fdbbac667 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,9 @@ Sumo Logic Helm Chart Version | version | status | | --------------------------------------------------------------------------------------------------------- | --------------------------------------- | -| [v3.1](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.1/docs/README.md) | current / supported | -| [v3.0](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.0/docs/README.md) | deprecated / supported until 2023-08-09 | +| [v3.2](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.1/docs/README.md) | current / supported | +| [v3.1](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.1/docs/README.md) | deprecated / supported until 2023-08-09 | +| [v3.0](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.0/docs/README.md) | deprecated / supported until 2023-07-20 | | [v2.19](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v2.19/deploy/README.md) | deprecated / supported until 2023-05-24 | | [v2.18](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v2.18/deploy/README.md) | deprecated / supported until 2023-04-21 | | [v2.17](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v2.17/deploy/README.md) | deprecated / supported until 2023-04-20 | diff --git a/deploy/helm/sumologic/Chart.yaml b/deploy/helm/sumologic/Chart.yaml index 6047fa15c5..09a7e540eb 100644 --- a/deploy/helm/sumologic/Chart.yaml +++ b/deploy/helm/sumologic/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: sumologic -version: 3.1.0 -appVersion: 3.1.0 +version: 3.2.0 +appVersion: 3.2.0 description: A Helm chart for collecting Kubernetes logs, metrics, traces and events into Sumo Logic. type: application keywords: