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. SailPoint integration dropped support for previously supported Kibana versions without migration guidance
Commit(s):324c40b8b94f44955a916822ba54a819393096af PR:#19316 What broke:sailpoint_identity_sc package 1.3.0 tightened conditions.kibana.version from ^8.16.1 || ^9.0.0 to ^8.19.2 || ^9.0.5. Consumers on Kibana 8.16.1–8.19.1 and 9.0.0–9.0.4 that were previously compatible are now blocked from installing/upgrading to this package version. Evidence:
packages/sailpoint_identity_sc/manifest.yml in commit 324c40b8...:
- version: "^8.16.1 || ^9.0.0"
+ version: "^8.19.2 || ^9.0.5"
The same commit updates docs/changelog only for agentless enablement:
packages/sailpoint_identity_sc/docs/README.md: new "Agentless Enabled Integration" section Why undocumented: No migration note or breaking-change callout accompanies the support-floor increase in the PR-facing package docs/changelog for this change set. Suggested fix: Add an explicit breaking-change note and migration guidance for the new minimum Kibana versions (or relax the version constraint if unintended).
Suggested Actions
Document this compatibility break in changelog/release notes as a breaking change
Add migration guidance for users on Kibana versions that were previously supported
Note
🔒 Integrity filter blocked 5 items
The following items were blocked because they don't meet the GitHub integrity level.
#19316search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#19435search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#18654search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#19272search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#19436search_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. SailPoint integration dropped support for previously supported Kibana versions without migration guidance
Commit(s):
324c40b8b94f44955a916822ba54a819393096afPR: #19316
What broke:
sailpoint_identity_scpackage1.3.0tightenedconditions.kibana.versionfrom^8.16.1 || ^9.0.0to^8.19.2 || ^9.0.5. Consumers on Kibana8.16.1–8.19.1and9.0.0–9.0.4that were previously compatible are now blocked from installing/upgrading to this package version.Evidence:
packages/sailpoint_identity_sc/manifest.ymlin commit324c40b8...:- version: "^8.16.1 || ^9.0.0"+ version: "^8.19.2 || ^9.0.5"packages/sailpoint_identity_sc/changelog.yml(1.3.0): "Enable Agentless deployment."packages/sailpoint_identity_sc/docs/README.md: new "Agentless Enabled Integration" sectionWhy undocumented: No migration note or breaking-change callout accompanies the support-floor increase in the PR-facing package docs/changelog for this change set.
Suggested fix: Add an explicit breaking-change note and migration guidance for the new minimum Kibana versions (or relax the version constraint if unintended).
Suggested Actions
Note
🔒 Integrity filter blocked 5 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".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.