Skip to content

Commit

Permalink
chore: prepare release v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikołaj Świątek committed Feb 17, 2023
1 parent 597a2d0 commit f7b1e73
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 14 deletions.
1 change: 0 additions & 1 deletion .changelog/2870.changed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2872.changed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2873.changed.txt

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/2875.fixed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2882.changed.txt

This file was deleted.

2 changes: 1 addition & 1 deletion .changelog/changelog_template.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

<!-- towncrier release notes start -->

## [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
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
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: 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:
Expand Down

0 comments on commit f7b1e73

Please sign in to comment.