Skip to content

cyera,extrahop,ironscales,island_browser,jupiter_one,proofpoint_on_demand,sentinel_one,websocket: fix redundant caret ranges in kibana.version constraints#19872

Merged
efd6 merged 1 commit into
elastic:mainfrom
efd6:19870-semver
Jun 30, 2026
Merged

Conversation

@efd6

@efd6 efd6 commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Proposed commit message

cyera,extrahop,ironscales,island_browser,jupiter_one,proofpoint_on_demand,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.

Checklist

  • I have reviewed tips for building integrations and this pull request is aligned with them.
  • I have verified that all data streams collect metrics or logs.
  • I have added an entry to my package's changelog.yml file.
  • I have verified that Kibana version constraints are current according to guidelines.
  • I have verified that any added dashboard complies with Kibana's Dashboard good practices

Author's Checklist

  • [ ]

How to test this PR locally

Related issues

Screenshots

@efd6 efd6 self-assigned this Jun 30, 2026
@efd6 efd6 added Integration:sentinel_one SentinelOne bugfix Pull request that fixes a bug issue Team:Security-Service Integrations Security Service Integrations team [elastic/security-service-integrations] Integration:websocket Custom Websocket logs Integration:proofpoint_on_demand Proofpoint On Demand Integration:ironscales IRONSCALES Integration:cyera Cyera Integration:extrahop ExtraHop Integration:island_browser Island Browser Integration:jupiter_one JupiterOne labels Jun 30, 2026
…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.
@github-actions

Copy link
Copy Markdown
Contributor

✅ 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.

@elastic-vault-github-plugin-prod

Copy link
Copy Markdown

✅ All changelog entries have the correct PR link.

@elastic-vault-github-plugin-prod

Copy link
Copy Markdown

🚀 Benchmarks report

To see the full report comment with /test benchmark fullreport

@infra-vault-gh-plugin-prod

Copy link
Copy Markdown

💚 Build Succeeded

cc @efd6

@efd6 efd6 marked this pull request as ready for review June 30, 2026 06:33
@efd6 efd6 requested review from a team as code owners June 30, 2026 06:33
@infra-vault-gh-plugin-prod

Copy link
Copy Markdown

Pinging @elastic/security-service-integrations (Team:Security-Service Integrations)

@vera-review-bot

Copy link
Copy Markdown

👀 I have started reviewing the PR

@vera-review-bot

Copy link
Copy Markdown

Vera Review Bot

For the current commit state, I did not find any issues.


🤖 AI-Generated Review | Vera Review Bot | 📚 Knowledge base: integration-skills

⚠️ Automated review — verify suggestions before applying.

@mergify

mergify Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

@efd6 efd6 merged commit d86adb6 into elastic:main Jun 30, 2026
9 checks passed
@elastic-vault-github-plugin-prod

Copy link
Copy Markdown

Package cyera - 0.7.1 containing this change is available at https://epr.elastic.co/package/cyera/0.7.1/

@elastic-vault-github-plugin-prod

Copy link
Copy Markdown

Package extrahop - 0.3.1 containing this change is available at https://epr.elastic.co/package/extrahop/0.3.1/

@elastic-vault-github-plugin-prod

Copy link
Copy Markdown

Package ironscales - 0.2.3 containing this change is available at https://epr.elastic.co/package/ironscales/0.2.3/

@elastic-vault-github-plugin-prod

Copy link
Copy Markdown

Package island_browser - 1.1.1 containing this change is available at https://epr.elastic.co/package/island_browser/1.1.1/

@elastic-vault-github-plugin-prod

Copy link
Copy Markdown

Package jupiter_one - 1.1.1 containing this change is available at https://epr.elastic.co/package/jupiter_one/1.1.1/

@elastic-vault-github-plugin-prod

Copy link
Copy Markdown

Package proofpoint_on_demand - 1.10.2 containing this change is available at https://epr.elastic.co/package/proofpoint_on_demand/1.10.2/

@elastic-vault-github-plugin-prod

Copy link
Copy Markdown

Package sentinel_one - 2.8.2 containing this change is available at https://epr.elastic.co/package/sentinel_one/2.8.2/

@elastic-vault-github-plugin-prod

Copy link
Copy Markdown

Package websocket - 1.0.2 containing this change is available at https://epr.elastic.co/package/websocket/1.0.2/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix Pull request that fixes a bug issue Integration:cyera Cyera Integration:extrahop ExtraHop Integration:ironscales IRONSCALES Integration:island_browser Island Browser Integration:jupiter_one JupiterOne Integration:proofpoint_on_demand Proofpoint On Demand Integration:sentinel_one SentinelOne Integration:websocket Custom Websocket logs Team:Security-Service Integrations Security Service Integrations team [elastic/security-service-integrations]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix redundant caret ranges in kibana.version constraints

2 participants