Skip to content

Commit

Permalink
Fix changelog in network traffic (#11322)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano authored Oct 14, 2024
1 parent 46df938 commit 45d2434
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
22 changes: 18 additions & 4 deletions packages/network_traffic/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,31 @@
# newer versions go on top
- version: "1.32.1"
changes:
- description: Add `event.module` to datastreams.
type: bugfix
link: https://github.com/elastic/integrations/pull/10800
- description: Use triple-brace Mustache templating when referencing variables in ingest pipelines.
type: bugfix
link: https://github.com/elastic/integrations/pull/11317
- version: "1.32.0"
changes:
- description: event.module is not included in datastreams, this is an unexpected regression.
type: breaking-change
link: https://github.com/elastic/integrations/pull/10800
- description: Regression on templating that was fixed in 1.31.2.
type: breaking-change
link: https://github.com/elastic/integrations/pull/11317
- version: "1.31.2"
changes:
- description: Use triple-brace Mustache templating when referencing variables in ingest pipelines.
type: bugfix
link: https://github.com/elastic/integrations/pull/11317
- version: "1.31.1"
changes:
- description: Add `event.module` to datastreams
- description: Add `event.module` to datastreams.
type: bugfix
link: https://github.com/elastic/integrations/pull/10800
- version: "1.32.0"
changes:
- description: Set `map_to_ecs` to enabled by default
- description: Set `map_to_ecs` to enabled by default.
type: enhancement
link: https://github.com/elastic/integrations/pull/10785
- version: "1.31.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/network_traffic/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.0"
name: network_traffic
title: Network Packet Capture
version: "1.31.2"
version: "1.32.1"
description: Capture and analyze network traffic from a host with Elastic Agent.
type: integration
categories:
Expand Down

0 comments on commit 45d2434

Please sign in to comment.