Skip to content

Commit

Permalink
set up 8.9 dev cycle (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
pzl authored Apr 27, 2023
1 parent a2c1f44 commit b52f3be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions package/endpoint/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: "8.9.0-next"
changes:
- description: TBD
type: enhancement
link: https://github.com/elastic/endpoint-package/pull/364
- version: "8.8.0"
changes:
- description: change action.key.values to object in alerts
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: 1.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.8.0
version: 8.9.0-dev.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:
description: Interact with the endpoint.
multiple: false
conditions:
kibana.version: "^8.8.0"
kibana.version: "^8.9.0"
# See https://github.com/Masterminds/semver#caret-range-comparisons-major for more details on `^` and supported versioning
# >= <the version> && < 8.0.0
icons:
Expand Down

0 comments on commit b52f3be

Please sign in to comment.