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

Setup 8.13 cycle #462

Merged
merged 2 commits into from
Dec 19, 2023
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: 21 additions & 1 deletion package/endpoint/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
- version: "8.12.0-preview"
- version: "8.13.0-next"
changes:
- description: TBD
type: enhancement
link: https://github.com/elastic/endpoint-package/pull/999999
- version: "8.12.0"
changes:
- description: additional process callstack fields
type: enhancement
link: https://github.com/elastic/endpoint-package/pull/435
- description: artifacts manifest update age, snapshot date
type: enhancement
link: https://github.com/elastic/endpoint-package/pull/440
- description: Add memory_region to api events
type: enhancement
link: https://github.com/elastic/endpoint-package/pull/445
- description: Keylogging (Win32k ETW) API Event
type: enhancement
link: https://github.com/elastic/endpoint-package/pull/444
- description: Keylogging (Win32k ETW) API Event (rename some fields)
type: enhancement
link: https://github.com/elastic/endpoint-package/pull/456
- description: mark integration as requiring root-level agent
type: enhancement
link: https://github.com/elastic/endpoint-package/pull/458
- version: "8.11.0"
changes:
- description: Update package spec and capabilities for serverless filtering
Expand Down
4 changes: 2 additions & 2 deletions package/endpoint/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ format_version: 3.0.0
name: endpoint
title: Elastic Defend
description: Protect your hosts and cloud workloads with threat prevention, detection, and deep security data visibility.
version: 8.12.0-preview.1
version: 8.13.0-preview.0
categories: ["security", "edr_xdr"]
# The package type. The options for now are [integration, input], more type might be added in the future.
# The default type is integration and will be set if empty.
Expand All @@ -14,7 +14,7 @@ policy_templates:
multiple: false
conditions:
kibana:
version: "^8.12.0"
version: "^8.13.0"
# See https://github.com/Masterminds/semver#caret-range-comparisons-major for more details on `^` and supported versioning
# >= <the version> && < 8.0.0
elastic:
Expand Down