-
Notifications
You must be signed in to change notification settings - Fork 497
Open
Labels
Description
As of now CI passes even if the package's kibana.version
and format_version
don't match.
This results in some packages having a higher format_version
than their kibana version constraints. And thus the released package is not visible on older kibanas (even though their support is specified in the kibana.version
).
The issue for format_version: 3.4.0
describes this problem: #15147
Proposing the following behavior:
- Make the CI fail if the package is not visible on the earliest kibana version supported by the package.
Related:
- [33 integrations] Downgrade format_version if possible #15147
- https://github.com/elastic/elastic-package/blob/main/docs/howto/format_version.md (doesn't yet contains info on format_version: 3.5.0 which is supported beginning kibana 9.2.0)