Skip to content

Commit

Permalink
chore: prepare v2.3.2 (#2004)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Dec 21, 2021
1 parent 2e624ae commit 067dbe8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- markdown-link-check-disable -->
[v2_3_2]: https://github.com/SumoLogic/sumologic-kubernetes-collection/releases/tag/v2.3.2
<!-- markdown-link-check-enable -->

## [v2.3.1][v2_3_1] - 2021-12-14

### Fixed

- Fix otelcol agent template [#1975][#1975]

<!-- markdown-link-check-disable -->
[v2_3_1]: https://github.com/SumoLogic/sumologic-kubernetes-collection/releases/tag/v2.3.1
<!-- markdown-link-check-enable -->
[#1975]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/1975

## [v2.3.0][v2_3_0] - 2021-12-8
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/sumologic/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
template:
metadata:
annotations:
checksum/config: 2b9bd928db6bf27f3d2a3367106d4a4ff29c5884c602432826054ae83624a2ff
checksum/config: ebf729f11575179df88bbd862e20c1c65681837263c75b1b7ec4f78dab27b7ba
someAnnotation: someValue
labels:
app: RELEASE-NAME-sumologic-otelcol-logs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
template:
metadata:
annotations:
checksum/config: ed84c2ed26aae3eff3da099855575c70015900eee3282e91bc9acf48d54f3a96
checksum/config: a5d6b70a4beaaf319c7e22d339dedd5571a0bfe623cfd9ba6283ce79302e174d
someAnnotation: someValue
labels:
app: RELEASE-NAME-sumologic-otelcol-metrics
Expand Down

0 comments on commit 067dbe8

Please sign in to comment.