Skip to content

Commit ebebc61

Browse files
authored
Add 8.0.0 constraint (#2252)
1 parent d331d3b commit ebebc61

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/o365/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.3.0"
3+
changes:
4+
- description: Add 8.0.0 version constraint
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/2252
27
- version: "1.2.4"
38
changes:
49
- description: Uniform with guidelines

packages/o365/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: o365
22
title: Office 365 Logs
3-
version: 1.2.4
3+
version: 1.3.0
44
release: ga
55
description: Collect and parse event logs from Office 365 with Elastic Agent.
66
type: integration
77
format_version: 1.0.0
88
license: basic
99
categories: [security]
1010
conditions:
11-
kibana.version: "^7.14.0"
11+
kibana.version: "^7.14.0 || ^8.0.0"
1212
icons:
1313
- src: /img/logo-integrations-microsoft-365.svg
1414
title: Microsoft Office 365

0 commit comments

Comments
 (0)