Skip to content

Commit

Permalink
Prepare v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kasia-kujawa committed Nov 17, 2021
1 parent 7ee4437 commit d3bff24
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.2.0- 2021-11-17

### Added

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.2.0-rc.1
appVersion: 2.2.0-rc.1
version: 2.2.0
appVersion: 2.2.0
description: A Helm chart for collecting Kubernetes logs, metrics, traces and events into Sumo Logic.
type: application
keywords:
Expand Down
2 changes: 1 addition & 1 deletion tests/metadata_logs_otc/static/templates.output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: RELEASE-NAME-sumologic-otelcol-logs
labels:
app: RELEASE-NAME-sumologic-otelcol-logs
chart: "sumologic-2.2.0-rc.1"
chart: "sumologic-2.2.0"
release: "RELEASE-NAME"
heritage: "Helm"
data:
Expand Down
4 changes: 2 additions & 2 deletions tests/metadata_logs_otc_statefulset/static/basic.output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ spec:
template:
metadata:
annotations:
checksum/config: 89319359c7dfbee9e9265fb2c08b0276b087b3ac6f2285f4bfb4359bc23f0396
checksum/config: 03a5614c15dd6df87758cc713b76e16bc43515a685cd7a63ff710e938ed5e017
someAnnotation: someValue
labels:
app: RELEASE-NAME-sumologic-otelcol-logs
chart: "sumologic-2.2.0-rc.1"
chart: "sumologic-2.2.0"
release: "RELEASE-NAME"
heritage: "Helm"
someLabel: someValue
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ spec:
template:
metadata:
annotations:
checksum/config: 337df2e659b7b3592fe56974b12f12dd84b1ae5a40752645227df1f06b15ac4c
checksum/config: ac88f1125e73352099b2d81f2db345d99c54f48476063b86c47accb16a2121d6
someAnnotation: someValue
labels:
app: RELEASE-NAME-sumologic-otelcol-metrics
chart: "sumologic-2.2.0-rc.1"
chart: "sumologic-2.2.0"
release: "RELEASE-NAME"
heritage: "Helm"
someLabel: someValue
Expand Down

0 comments on commit d3bff24

Please sign in to comment.