cyera,extrahop,ironscales,island_browser,jupiter_one,proofpoint_on_demand,sentinel_one,websocket: fix redundant caret ranges in kibana.version constraints#19872
Conversation
…mand,sentinel_one,websocket: fix redundant caret ranges in kibana.version constraints Intermediate semver ranges used ^ (caret) instead of ~ (tilde), making subsequent ranges within the same major version redundant. For example ^9.2.7 || ^9.3.2 is equivalent to just ^9.2.7 because caret covers >=9.2.7 <10.0.0. The intended constraint was ~9.2.7 || ^9.3.2, using tilde to restrict the intermediate range to >=9.2.7 <9.3.0.
✅ Elastic Docs Style Checker (Vale)No issues found on modified lines! The Vale linter checks documentation changes against the Elastic Docs style guide. To use Vale locally or report issues, refer to Elastic style guide for Vale. |
|
✅ All changelog entries have the correct PR link. |
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
cc @efd6 |
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
|
👀 I have started reviewing the PR |
Vera Review BotFor the current commit state, I did not find any issues. 🤖 AI-Generated Review | Vera Review Bot | 📚 Knowledge base: integration-skills
|
|
Tick the box to add this pull request to the merge queue (same as
|
|
Package cyera - 0.7.1 containing this change is available at https://epr.elastic.co/package/cyera/0.7.1/ |
|
Package extrahop - 0.3.1 containing this change is available at https://epr.elastic.co/package/extrahop/0.3.1/ |
|
Package ironscales - 0.2.3 containing this change is available at https://epr.elastic.co/package/ironscales/0.2.3/ |
|
Package island_browser - 1.1.1 containing this change is available at https://epr.elastic.co/package/island_browser/1.1.1/ |
|
Package jupiter_one - 1.1.1 containing this change is available at https://epr.elastic.co/package/jupiter_one/1.1.1/ |
|
Package proofpoint_on_demand - 1.10.2 containing this change is available at https://epr.elastic.co/package/proofpoint_on_demand/1.10.2/ |
|
Package sentinel_one - 2.8.2 containing this change is available at https://epr.elastic.co/package/sentinel_one/2.8.2/ |
|
Package websocket - 1.0.2 containing this change is available at https://epr.elastic.co/package/websocket/1.0.2/ |
Proposed commit message
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots