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

Fix changelog in network traffic #11322

Merged
merged 2 commits into from
Oct 14, 2024
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
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