diff --git a/CHANGELOG.md b/CHANGELOG.md index f7fc0c21db..a8a01c8416 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,23 +5,27 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [v2.3.2][v2_3_2] -### Fixed +### Release v2.3.2 - 2021-12-21 + +#### Fixed - fix(helm): add job and cronjob to clusterrole's permission set [#1994][#1994] [#1994]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/1994 + +[v2_3_2]: https://github.com/SumoLogic/sumologic-kubernetes-collection/releases/tag/v2.3.2 + + ## [v2.3.1][v2_3_1] - 2021-12-14 ### Fixed - Fix otelcol agent template [#1975][#1975] - [v2_3_1]: https://github.com/SumoLogic/sumologic-kubernetes-collection/releases/tag/v2.3.1 - [#1975]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/1975 ## [v2.3.0][v2_3_0] - 2021-12-8 diff --git a/deploy/helm/sumologic/Chart.yaml b/deploy/helm/sumologic/Chart.yaml index 4095e5d956..37ed470d39 100644 --- a/deploy/helm/sumologic/Chart.yaml +++ b/deploy/helm/sumologic/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: sumologic -version: 2.3.2-rc.0 -appVersion: 2.3.2-rc.0 +version: 2.3.2 +appVersion: 2.3.2 description: A Helm chart for collecting Kubernetes logs, metrics, traces and events into Sumo Logic. type: application keywords: diff --git a/tests/helm/metadata_logs_otc_statefulset/static/basic.output.yaml b/tests/helm/metadata_logs_otc_statefulset/static/basic.output.yaml index 016d3df059..2aa72dfff7 100644 --- a/tests/helm/metadata_logs_otc_statefulset/static/basic.output.yaml +++ b/tests/helm/metadata_logs_otc_statefulset/static/basic.output.yaml @@ -19,7 +19,7 @@ spec: template: metadata: annotations: - checksum/config: 2b9bd928db6bf27f3d2a3367106d4a4ff29c5884c602432826054ae83624a2ff + checksum/config: ebf729f11575179df88bbd862e20c1c65681837263c75b1b7ec4f78dab27b7ba someAnnotation: someValue labels: app: RELEASE-NAME-sumologic-otelcol-logs diff --git a/tests/helm/metadata_metrics_otc_statefulset/static/basic.output.yaml b/tests/helm/metadata_metrics_otc_statefulset/static/basic.output.yaml index 1f13242ac6..6fef3bdac6 100644 --- a/tests/helm/metadata_metrics_otc_statefulset/static/basic.output.yaml +++ b/tests/helm/metadata_metrics_otc_statefulset/static/basic.output.yaml @@ -19,7 +19,7 @@ spec: template: metadata: annotations: - checksum/config: ed84c2ed26aae3eff3da099855575c70015900eee3282e91bc9acf48d54f3a96 + checksum/config: a5d6b70a4beaaf319c7e22d339dedd5571a0bfe623cfd9ba6283ce79302e174d someAnnotation: someValue labels: app: RELEASE-NAME-sumologic-otelcol-metrics