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
Recent commits introduced a breaking change that appears undocumented.
Breaking Changes
1. osquery_manager raised minimum Kibana requirement without migration note
Commit(s):7000d19311 PR:#18989 What broke:osquery_manager compatibility changed from Kibana ^9.4.0 to ^9.4.2, which drops support for 9.4.0 and 9.4.1. Consumers pinned to those versions can no longer use package 1.29.0. Evidence:
packages/osquery_manager/manifest.yml changed:
conditions.kibana.version: "^9.4.0" → "^9.4.2"
packages/osquery_manager/changelog.yml for 1.29.0 only mentions ECS mapping generation and osquery 5.23.0 upgrade; no compatibility break or migration guidance. Why undocumented: PR title/body/comments and the package changelog do not document the Kibana floor increase or provide migration guidance for users on 9.4.0/9.4.1. Suggested fix: Add explicit release note/changelog text documenting the minimum Kibana version increase and migration guidance for affected users.
Suggested Actions
Document the Kibana version floor increase (^9.4.0 → ^9.4.2) in release notes/changelog
Add migration guidance for users on Kibana 9.4.0/9.4.1
Note
🔒 Integrity filter blocked 3 items
The following items were blocked because they don't meet the GitHub integrity level.
#19232search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#19254search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#18989search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
To allow these resources, lower min-integrity in your GitHub frontmatter:
Recent commits introduced a breaking change that appears undocumented.
Breaking Changes
1.
osquery_managerraised minimum Kibana requirement without migration noteCommit(s): 7000d19311
PR: #18989
What broke:
osquery_managercompatibility changed from Kibana^9.4.0to^9.4.2, which drops support for 9.4.0 and 9.4.1. Consumers pinned to those versions can no longer use package1.29.0.Evidence:
packages/osquery_manager/manifest.ymlchanged:conditions.kibana.version: "^9.4.0"→"^9.4.2"packages/osquery_manager/changelog.ymlfor1.29.0only mentions ECS mapping generation and osquery 5.23.0 upgrade; no compatibility break or migration guidance.Why undocumented: PR title/body/comments and the package changelog do not document the Kibana floor increase or provide migration guidance for users on 9.4.0/9.4.1.
Suggested fix: Add explicit release note/changelog text documenting the minimum Kibana version increase and migration guidance for affected users.
Suggested Actions
^9.4.0→^9.4.2) in release notes/changelogNote
🔒 Integrity filter blocked 3 items
The following items were blocked because they don't meet the GitHub integrity level.
search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter:What is this? | From workflow: Breaking Change Detector
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.