Skip to content

Commit

Permalink
Prepare chart release v2.19.0 (#2637)
Browse files Browse the repository at this point in the history
* feat(chart): set version 2.19.0

* docs(changelog): fix version

* docs(readme): update chart matrix

* docs(readme): update support matrix
  • Loading branch information
mat-rumian authored Nov 24, 2022
1 parent 14f0b00 commit f51137f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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).

## [v2.18.2]
## [v2.19.0]

### Released 2022-11-24

If you use custom configuration for Telegraf Operator Helm Chart with cert-manager enabled (`telegraf-operator.certManager.enable=true`) please note that
in this release Telegraf Operator Helm Chart is changed to 1.3.10 which uses the cert-manager apiVersion `cert-manager.io/v1`,
Expand All @@ -26,7 +28,7 @@ for differences between Telegraf Operator Helm Chart 1.3.5 and Telegraf Operator
[#2596]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2596
[#2598]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2598
[#2630]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2630
[v2.18.2]: https://github.com/SumoLogic/sumologic-kubernetes-collection/compare/v2.18.1...v2.18.2
[v2.19.0]: https://github.com/SumoLogic/sumologic-kubernetes-collection/compare/v2.18.1...v2.19.0
[telegraf_operator_comapare_1.3.5_and_1.3.10]: https://github.com/influxdata/helm-charts/compare/telegraf-operator-1.3.5...telegraf-operator-1.3.10
[cert-manager-1.4]: https://github.com/cert-manager/cert-manager/releases/tag/v1.4.0
[cert-manager-1.6]: https://github.com/cert-manager/cert-manager/releases/tag/v1.6.0
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Sumo Logic Helm Chart Version

| version | status |
|-----------------------------------------------------------------------------------------------------------|-----------------------------------------|
| [v2.18](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v2.18/deploy/README.md) | current / supported |
| [v2.19](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v2.19/deploy/README.md) | current / supported |
| [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-03-15 |
| [v2.16](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v2.16/deploy/README.md) | deprecated / supported until 2023-03-15 |
| [v2.15](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v2.15/deploy/README.md) | deprecated / supported until 2023-03-13 |
Expand Down
2 changes: 1 addition & 1 deletion deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ The following matrix displays the tested package versions for our Helm chart.

| Sumo Logic Helm Chart | kube-prometheus-stack/Prometheus Operator | FluentD | Fluent Bit | Falco | Metrics Server | Telegraf Operator | Tailing Sidecar Operator | OpenTelemetry Operator |
|:----------------------|:------------------------------------------|:--------|:------------------------------------|:-------|:---------------|:------------------|:-------------------------|:-----------------------|
| 2.18.2 - latest | 12.10.0 | 1.14.6 | 0.20.9 | 1.18.6 | 5.11.9 | 1.3.10 | 0.3.4 | 0.18.3 |
| 2.19.0 - latest | 12.10.0 | 1.14.6 | 0.20.9 | 1.18.6 | 5.11.9 | 1.3.10 | 0.3.4 | 0.18.3 |
| 2.18.0 - 2.18.1 | 12.10.0 | 1.14.6 | 0.20.2 | 1.18.6 | 5.11.9 | 1.3.5 | 0.3.4 | 0.13.0 |
| 2.16.0 - 2.17.0 | 12.10.0 | 1.14.6 | 0.20.2 | 1.18.6 | 5.11.9 | 1.3.5 | 0.3.4 | 0.7.0 |
| 2.14.1 - 2.15.0 | 12.10.0 | 1.14.6 | 0.20.2 | 1.18.6 | 5.11.9 | 1.3.5 | 0.3.3 | 0.7.0 |
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.18.2
appVersion: 2.18.2
version: 2.19.0
appVersion: 2.19.0
description: A Helm chart for collecting Kubernetes logs, metrics, traces and events into Sumo Logic.
type: application
keywords:
Expand Down

0 comments on commit f51137f

Please sign in to comment.