Skip to content

Commit

Permalink
docs(inputs.netflow): update CHANGELOG.md to provide more insight abo…
Browse files Browse the repository at this point in the history
…ut the breaking change

Co-authored-by: Sven Rebhan <36194019+srebhan@users.noreply.github.com>
  • Loading branch information
joseluisgonzalezca and srebhan authored Jan 17, 2025
1 parent cb05ae6 commit 9293cf7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<!-- markdownlint-disable MD024 -->
# Changelog

## v1.33.2 [2025-01-17]
## Unreleased

### Important Changes

- `ip_version` field of the NetFlow input plugin (while using sFlowV5 protocol) will now consistently return values as text. The possible values will be "IPv4", "IPv6", or "unknown". Previously, this field could return inconsistent results, sometimes as text and other times as a numeric value. This change aims to enhance clarity and reliability in the data output.
- PR [#16403](https://github.com/influxdata/telegraf/pull/16403) ensures consistency of the NetFlow plugin's
`ip_version` field type by enforcing "IPv4", "IPv6", or "unknown" string values. Previously the `ip_version` could
become an (unsigned) integer when parsing raw-packets' headers especially with SFlow v5 input. Please watch
out for type-conflicts on the output side!

## v1.33.1 [2025-01-10]

Expand Down

0 comments on commit 9293cf7

Please sign in to comment.