Skip to content

Commit b7396f2

Browse files
committed
cyera,extrahop,ironscales,island_browser,jupiter_one,proofpoint_on_demand,sentinel_one,websocket: fix redundant caret ranges in kibana.version constraints
Intermediate semver ranges used ^ (caret) instead of ~ (tilde), making subsequent ranges within the same major version redundant. For example ^9.2.7 || ^9.3.2 is equivalent to just ^9.2.7 because caret covers >=9.2.7 <10.0.0. The intended constraint was ~9.2.7 || ^9.3.2, using tilde to restrict the intermediate range to >=9.2.7 <9.3.0.
1 parent b9a159e commit b7396f2

16 files changed

Lines changed: 56 additions & 16 deletions

File tree

packages/cyera/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: "0.7.1"
3+
changes:
4+
- description: Fix kibana.version constraint to use tilde ranges for intermediate version bounds.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/19872
27
- version: "0.7.0"
38
changes:
49
- description: Use new `release` field for agentless deployment mode to establish as beta.

packages/cyera/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
format_version: 3.3.2
22
name: cyera
33
title: Cyera
4-
version: 0.7.0
4+
version: 0.7.1
55
description: Collect logs from Cyera with Elastic Agent.
66
type: integration
77
categories:
88
- security
99
conditions:
1010
kibana:
11-
version: '^8.19.7 || ^9.1.7 || ^9.2.1 || ^9.3.0'
11+
version: '^8.19.7 || ~9.1.7 || ~9.2.1 || ^9.3.0'
1212
elastic:
1313
subscription: basic
1414
icons:

packages/extrahop/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: "0.3.1"
3+
changes:
4+
- description: Fix kibana.version constraint to use tilde ranges for intermediate version bounds.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/19872
27
- version: "0.3.0"
38
changes:
49
- description: Use new `release` field for agentless deployment mode to establish as beta.

packages/extrahop/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
format_version: 3.3.2
22
name: extrahop
33
title: ExtraHop
4-
version: 0.3.0
4+
version: 0.3.1
55
description: Collect logs from ExtraHop RevealX 360 with Elastic Agent.
66
type: integration
77
categories:
88
- security
99
conditions:
1010
kibana:
11-
version: ^8.18.5 || ^8.19.2 || ^9.0.5 || ^9.1.2
11+
version: ~8.18.5 || ^8.19.2 || ~9.0.5 || ^9.1.2
1212
elastic:
1313
subscription: basic
1414
screenshots:

packages/ironscales/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: "0.2.3"
3+
changes:
4+
- description: Fix kibana.version constraint to use tilde ranges for intermediate version bounds.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/19872
27
- version: "0.2.2"
38
changes:
49
- description: Skip incidents that return 404 or 410 instead of aborting the entire collection.

packages/ironscales/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
format_version: 3.3.2
22
name: ironscales
33
title: IRONSCALES
4-
version: 0.2.2
4+
version: 0.2.3
55
description: Collect logs from IRONSCALES with Elastic Agent.
66
type: integration
77
categories:
88
- security
99
conditions:
1010
kibana:
11-
version: ^8.19.8 || ^9.1.8 || ^9.2.2 || ^9.3.0
11+
version: ^8.19.8 || ~9.1.8 || ~9.2.2 || ^9.3.0
1212
elastic:
1313
subscription: basic
1414
screenshots:

packages/island_browser/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.1.1"
3+
changes:
4+
- description: Fix kibana.version constraint to use tilde ranges for intermediate version bounds.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/19872
27
- version: "1.1.0"
38
changes:
49
- description: Use new `release` field for agentless deployment mode to establish as beta.

packages/island_browser/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
format_version: 3.3.2
22
name: island_browser
33
title: Island Browser
4-
version: 1.1.0
4+
version: 1.1.1
55
description: Collect logs from Island Browser with Elastic Agent.
66
type: integration
77
categories:
88
- security
99
conditions:
1010
kibana:
11-
version: ^8.18.8 || ^8.19.5 || ^9.0.8 || ^9.1.5
11+
version: ~8.18.8 || ^8.19.5 || ~9.0.8 || ^9.1.5
1212
elastic:
1313
subscription: basic
1414
icons:

packages/jupiter_one/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.1.1"
3+
changes:
4+
- description: Fix kibana.version constraint to use tilde ranges for intermediate version bounds.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/19872
27
- version: "1.1.0"
38
changes:
49
- description: Use new `release` field for agentless deployment mode to establish as beta.

packages/jupiter_one/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
format_version: 3.3.2
22
name: jupiter_one
33
title: JupiterOne
4-
version: 1.1.0
4+
version: 1.1.1
55
description: Collect logs from JupiterOne with Elastic Agent.
66
type: integration
77
categories:
88
- security
99
conditions:
1010
kibana:
11-
version: ^8.19.10 || ^9.1.10 || ^9.2.4 || ^9.3.1 || ^9.4.0
11+
version: ^8.19.10 || ~9.1.10 || ~9.2.4 || ~9.3.1 || ^9.4.0
1212
elastic:
1313
subscription: basic
1414
icons:

0 commit comments

Comments
 (0)