Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport release-v2.4] chore: update Telegraf to 1.21.2 #2052

Merged
merged 1 commit into from
Jan 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Secondly I just thought about (IMHO) a nice idea how to mark the next release, that yet unreleased. See the below suggestion.

Suggested change
## [Unreleased]
## v2.4.1
### Unreleased

WDYT? (obviously we can tweak that)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this might be a bit confusing if someone were to look at the branch and see the version in the changelog without an accompanying release tag. I think that's the reason we don't do this in main either.


### Added

### Changed

- chore: update the Telegraf image to 1.21.2 [#2036][#2036]

### Fixed

[Unreleased]: https://github.com/SumoLogic/sumologic-kubernetes-collection/compare/v2.4.0...main
[#2036]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2036

## [v2.4.0][v2_4_0]

### Released 2022-01-25
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4375,7 +4375,7 @@ otellogs:
telegraf-operator:
enabled: false
image:
sidecarImage: public.ecr.aws/sumologic/telegraf:1.14.4
sidecarImage: public.ecr.aws/sumologic/telegraf:1.21.2
replicaCount: 1
classes:
secretName: "telegraf-operator-classes"
Expand Down