Skip to content

Commit

Permalink
Fix rebase fallout
Browse files Browse the repository at this point in the history
  • Loading branch information
srebhan committed Feb 26, 2024
1 parent 96c7b9a commit 2c89a8e
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
<!-- markdownlint-disable MD024 -->
# Changelog

## Unreleased

### Important Changes

- The default read-timeout of `inputs.syslog` of five seconds is not a sensible
default as the plugin will close the connection if the time between
consecutive messages exceeds the timeout.
[#14828](https://github.com/influxdata/telegraf/pull/14828) sets the timeout
to infinite (i.e zero) as this is the expected behavior.

## v1.29.5 [2024-02-20]

### Bugfixes
Expand Down Expand Up @@ -48,15 +58,6 @@
- [#14771](https://github.com/influxdata/telegraf/pull/14771) `deps` Bump tj-actions/changed-files from 41 to 42
- [#14757](https://github.com/influxdata/telegraf/pull/14757) `deps` Get rid of golang.org/x/exp and use stable versions instead
- [#14753](https://github.com/influxdata/telegraf/pull/14753) `deps` Use github.com/coreos/go-systemd/v22 instead of git version
## Unreleased

### Important Changes

- The default read-timeout of `inputs.syslog` of five seconds is not a sensible
default as the plugin will close the connection if the time between
consecutive messages exceeds the timeout.
[#14828](https://github.com/influxdata/telegraf/pull/14828) sets the timeout
to infinite (i.e zero) as this is the expected behavior.

## v1.29.4 [2024-01-31]

Expand Down

0 comments on commit 2c89a8e

Please sign in to comment.