You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now package build/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).
Make the package build (and thus CI) fail if the format_version and kibana version don't correspond (meaning the package is not visible on the earliest kibana version supported by the package)