Skip to content

Commit 34a7ece

Browse files
ssi: lower format_version to the minimum supporting necessary features
Many integrations use the package-spec `format_version: 3.4.0`. However, as mentioned in the Elastic Package Guide[1], they will not be available in Kibana 9.0.x. Therefore, these integrations have been downgraded to a 3.X.X version, except for those that require functionality available in package-spec 3.4.0 [1] https://github.com/elastic/elastic-package/blob/main/docs/howto/format_version.md
1 parent 3678543 commit 34a7ece

File tree

54 files changed

+189
-54
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+189
-54
lines changed

packages/abnormal_security/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.11.1"
3+
changes:
4+
- description: Downgrade the `format_version` to the minimum version that supports all the necessary features for the package.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/15602
27
- version: "1.11.0"
38
changes:
49
- description: Improve documentation to align with new guidelines.

packages/abnormal_security/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
format_version: 3.4.0
1+
format_version: 3.3.2
22
name: abnormal_security
33
title: Abnormal AI
4-
version: "1.11.0"
4+
version: "1.11.1"
55
description: Collect logs from Abnormal AI with Elastic Agent.
66
type: integration
77
categories:

packages/armis/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.4.1"
3+
changes:
4+
- description: Downgrade the `format_version` to the minimum version that supports all the necessary features for the package.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/15602
27
- version: "0.4.0"
38
changes:
49
- description: Improve documentation to align with new guidelines.

packages/armis/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
format_version: 3.4.0
1+
format_version: 3.3.2
22
name: armis
33
title: Armis
4-
version: "0.4.0"
4+
version: "0.4.1"
55
description: Collect logs from Armis with Elastic Agent.
66
type: integration
77
categories:

packages/authentik/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.6.1"
3+
changes:
4+
- description: Downgrade the `format_version` to the minimum version that supports all the necessary features for the package.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/15602
27
- version: "1.6.0"
38
changes:
49
- description: Improve documentation to align with new guidelines.

packages/authentik/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
format_version: 3.4.0
1+
format_version: 3.3.2
22
name: authentik
33
title: authentik
4-
version: "1.6.0"
4+
version: "1.6.1"
55
description: Collect logs from authentik with Elastic Agent.
66
type: integration
77
categories:

packages/beyondinsight_password_safe/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
- version: "0.12.1"
2+
changes:
3+
- description: Downgrade the `format_version` to the minimum version that supports all the necessary features for the package.
4+
type: bugfix
5+
link: https://github.com/elastic/integrations/pull/15602
16
- version: "0.12.0"
27
changes:
38
- description: Enhanced documentation with API information, use cases, and improved data stream descriptions for better user understanding.

packages/beyondinsight_password_safe/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
format_version: 3.4.0
1+
format_version: 3.3.2
22
name: beyondinsight_password_safe
33
title: BeyondInsight and Password Safe
4-
version: "0.12.0"
4+
version: "0.12.1"
55
source:
66
license: "Elastic-2.0"
77
description: Ingest privileged access management (PAM) data from BeyondTrust's BeyondInsight PAM Reporting Platform and Password Safe, using Elastic Agent.

packages/beyondtrust_pra/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.2"
3+
changes:
4+
- description: Downgrade the `format_version` to the minimum version that supports all the necessary features for the package.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/15602
27
- version: "0.3.1"
38
changes:
49
- description: Fixed the API request format by updating the `start_time` query parameter to use Unix epoch time in seconds.

packages/beyondtrust_pra/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: beyondtrust_pra
22
title: "BeyondTrust PRA"
3-
version: 0.3.1
3+
version: 0.3.2
44
description: "Collect logs from BeyondTrust PRA with Elastic Agent."
55
type: integration
6-
format_version: 3.4.0
6+
format_version: 3.3.2
77
categories:
88
- security
99
# Added iam category as BeyondTrust PRA provides privileged access management functionality

0 commit comments

Comments
 (0)