Skip to content

Commit

Permalink
Setup 8.13 cycle (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
pzl authored Dec 19, 2023
1 parent c515860 commit baec016
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
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

0 comments on commit baec016

Please sign in to comment.