Skip to content
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
3 changes: 2 additions & 1 deletion .backportrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"8.1",
"8.2",
"8.3",
"8.4"
"8.4",
"8.5"
],
"targetPRLabels": [
"backport"
Expand Down
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 8.5.0-dev.0
current_version = 8.6.0-dev.0
commit = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?
serialize =
Expand Down
2 changes: 2 additions & 0 deletions package/endpoint/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
## This file documents the package changelog
##

- version: 8.6.0
changes:
- version: 8.5.0
changes:
- description: rename integration to Elastic Defend
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.5.0
version: 8.6.0-dev.0
categories: ["security", "cloud"]
# 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.5.0"
kibana.version: "^8.6.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