Skip to content

[Fleet] Show prerelease upgrade versions in Install integrations UI#240317

Merged
juliaElastic merged 6 commits intoelastic:mainfrom
juliaElastic:prerelease-installed-integrations
Oct 29, 2025
Merged

[Fleet] Show prerelease upgrade versions in Install integrations UI#240317
juliaElastic merged 6 commits intoelastic:mainfrom
juliaElastic:prerelease-installed-integrations

Conversation

@juliaElastic
Copy link
Contributor

@juliaElastic juliaElastic commented Oct 23, 2025

Summary

Closes #237003

Show prerelease upgrade versions if beta integrations are enabled.

Verification:

  • Install a prerelease integration with an old version
POST kbn:/api/fleet/epm/packages/entityanalytics_ad/0.13.0
{
  "force": true
}
  • Switch on Show beta integrations on Integrations landing page
  • Go to Installed Integrations UI
  • Verify that the available upgrade is visible
image

Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

  • Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support
  • Documentation was added for features that require explanation or tutorials
  • Unit or functional tests were updated or added to match the most common scenarios
  • If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the docker list
  • This was checked for breaking HTTP API changes, and any breaking changes have been approved by the breaking-change committee. The release_note:breaking label should be applied in these situations.
  • Flaky Test Runner was used on any tests changed
  • The PR description includes the appropriate Release Notes section, and the correct release_note:* label is applied per the guidelines
  • Review the backport guidelines and apply applicable backport:* labels.

@juliaElastic juliaElastic self-assigned this Oct 23, 2025
@juliaElastic juliaElastic requested a review from a team as a code owner October 23, 2025 14:48
@juliaElastic juliaElastic added release_note:skip Skip the PR/issue when compiling release notes backport:skip This PR does not require backporting labels Oct 23, 2025
@botelastic botelastic bot added the Team:Fleet Team label for Observability Data Collection Fleet team label Oct 23, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/fleet (Team:Fleet)

@juliaElastic juliaElastic marked this pull request as draft October 24, 2025 07:55
@juliaElastic juliaElastic added backport:version Backport to applied version labels v9.1.7 v9.2.1 and removed backport:skip This PR does not require backporting labels Oct 24, 2025
@juliaElastic juliaElastic marked this pull request as ready for review October 24, 2025 12:40
@jen-huang
Copy link
Contributor

I think we should still do away with the notion of the server-side prerelease preference setting. More details here: https://github.com/elastic/ingest-dev/issues/4790#issuecomment-3444300109

If you agree, I think we should mark this bug as won't fix.

@juliaElastic
Copy link
Contributor Author

This fix applies the value of the beta integrations switch to the Installed Integrations table, currently there it is hardcoded to prerelease:false. I think it would still worth doing the fix to backport to 9.1 and 9.2.

If we change the meaning of the prerelease:false to include tech preview, then the fix for this bug would automatically apply to 9.1 and 9.2. The difference then would be that the switch would still be there in previous minors, and switching to prerelease:true wouldn't apply to the Installed integrations table there (e.g. showing a new prerelease version of the cspm or endpoint integration).

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
fleet 2.1MB 2.1MB +141.0B

History

cc @juliaElastic

Copy link
Member

@nchaulet nchaulet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

Copy link
Contributor

@jen-huang jen-huang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code LGTM

@juliaElastic juliaElastic merged commit c0ad03a into elastic:main Oct 29, 2025
15 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 9.1, 9.2

https://github.com/elastic/kibana/actions/runs/18900569826

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Oct 29, 2025
…lastic#240317)

## Summary

Closes elastic#237003

Show prerelease upgrade versions if beta integrations are enabled.

Verification:
- Install a prerelease integration with an old version
```
POST kbn:/api/fleet/epm/packages/entityanalytics_ad/0.13.0
{
  "force": true
}
```
- Switch on Show beta integrations on Integrations landing page
- Go to Installed Integrations UI
- Verify that the available upgrade is visible

<img width="1532" height="721" alt="image"
src="https://github.com/user-attachments/assets/d58180ee-25df-4da9-8d24-faecb1e5881c"
/>

### Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

- [ ] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [ ] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [ ] This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [ ] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [ ] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

(cherry picked from commit c0ad03a)
@kibanamachine
Copy link
Contributor

💔 Some backports could not be created

Status Branch Result
9.1 Backport failed because of merge conflicts
9.2

Note: Successful backport PRs will be merged automatically after passing CI.

Manual backport

To create the backport manually run:

node scripts/backport --pr 240317

Questions ?

Please refer to the Backport tool documentation

juliaElastic added a commit to juliaElastic/kibana that referenced this pull request Oct 29, 2025
…lastic#240317)

Closes elastic#237003

Show prerelease upgrade versions if beta integrations are enabled.

Verification:
- Install a prerelease integration with an old version
```
POST kbn:/api/fleet/epm/packages/entityanalytics_ad/0.13.0
{
  "force": true
}
```
- Switch on Show beta integrations on Integrations landing page
- Go to Installed Integrations UI
- Verify that the available upgrade is visible

<img width="1532" height="721" alt="image"
src="https://github.com/user-attachments/assets/d58180ee-25df-4da9-8d24-faecb1e5881c"
/>

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

- [ ] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [ ] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [ ] This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [ ] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [ ] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.
kibanamachine added a commit that referenced this pull request Oct 29, 2025
…s UI (#240317) (#241063)

# Backport

This will backport the following commits from `main` to `9.2`:
- [[Fleet] Show prerelease upgrade versions in Install integrations UI
(#240317)](#240317)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Julia
Bardi","email":"90178898+juliaElastic@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-10-29T07:38:58Z","message":"[Fleet]
Show prerelease upgrade versions in Install integrations UI
(#240317)\n\n## Summary\n\nCloses
https://github.com/elastic/kibana/issues/237003\n\nShow prerelease
upgrade versions if beta integrations are enabled.\n\nVerification:\n-
Install a prerelease integration with an old version\n```\nPOST
kbn:/api/fleet/epm/packages/entityanalytics_ad/0.13.0\n{\n \"force\":
true\n}\n```\n- Switch on Show beta integrations on Integrations landing
page\n- Go to Installed Integrations UI\n- Verify that the available
upgrade is visible\n\n<img width=\"1532\" height=\"721\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/d58180ee-25df-4da9-8d24-faecb1e5881c\"\n/>\n\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [ ] Any text
added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[
]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials\n- [ ] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [ ] If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n-
[ ] This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.\n- [ ] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [ ] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[ ] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*`
labels.","sha":"c0ad03af29c2defac1bc1e8501d3aacf9612ec7b","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Fleet","backport:version","v9.3.0","v9.1.7","v9.2.1"],"title":"[Fleet]
Show prerelease upgrade versions in Install integrations
UI","number":240317,"url":"https://github.com/elastic/kibana/pull/240317","mergeCommit":{"message":"[Fleet]
Show prerelease upgrade versions in Install integrations UI
(#240317)\n\n## Summary\n\nCloses
https://github.com/elastic/kibana/issues/237003\n\nShow prerelease
upgrade versions if beta integrations are enabled.\n\nVerification:\n-
Install a prerelease integration with an old version\n```\nPOST
kbn:/api/fleet/epm/packages/entityanalytics_ad/0.13.0\n{\n \"force\":
true\n}\n```\n- Switch on Show beta integrations on Integrations landing
page\n- Go to Installed Integrations UI\n- Verify that the available
upgrade is visible\n\n<img width=\"1532\" height=\"721\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/d58180ee-25df-4da9-8d24-faecb1e5881c\"\n/>\n\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [ ] Any text
added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[
]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials\n- [ ] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [ ] If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n-
[ ] This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.\n- [ ] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [ ] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[ ] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*`
labels.","sha":"c0ad03af29c2defac1bc1e8501d3aacf9612ec7b"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","9.2"],"targetPullRequestStates":[{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/240317","number":240317,"mergeCommit":{"message":"[Fleet]
Show prerelease upgrade versions in Install integrations UI
(#240317)\n\n## Summary\n\nCloses
https://github.com/elastic/kibana/issues/237003\n\nShow prerelease
upgrade versions if beta integrations are enabled.\n\nVerification:\n-
Install a prerelease integration with an old version\n```\nPOST
kbn:/api/fleet/epm/packages/entityanalytics_ad/0.13.0\n{\n \"force\":
true\n}\n```\n- Switch on Show beta integrations on Integrations landing
page\n- Go to Installed Integrations UI\n- Verify that the available
upgrade is visible\n\n<img width=\"1532\" height=\"721\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/d58180ee-25df-4da9-8d24-faecb1e5881c\"\n/>\n\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [ ] Any text
added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[
]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials\n- [ ] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [ ] If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n-
[ ] This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.\n- [ ] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [ ] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[ ] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*`
labels.","sha":"c0ad03af29c2defac1bc1e8501d3aacf9612ec7b"}},{"branch":"9.1","label":"v9.1.7","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.2","label":"v9.2.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Julia Bardi <90178898+juliaElastic@users.noreply.github.com>
juliaElastic added a commit that referenced this pull request Oct 29, 2025
tkajtoch pushed a commit to tkajtoch/kibana that referenced this pull request Oct 29, 2025
…lastic#240317)

## Summary

Closes elastic#237003

Show prerelease upgrade versions if beta integrations are enabled.

Verification:
- Install a prerelease integration with an old version
```
POST kbn:/api/fleet/epm/packages/entityanalytics_ad/0.13.0
{
  "force": true
}
```
- Switch on Show beta integrations on Integrations landing page
- Go to Installed Integrations UI
- Verify that the available upgrade is visible

<img width="1532" height="721" alt="image"
src="https://github.com/user-attachments/assets/d58180ee-25df-4da9-8d24-faecb1e5881c"
/>


### Checklist

Check the PR satisfies following conditions. 

Reviewers should verify this PR satisfies this list as well.

- [ ] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [ ] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [ ] This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [ ] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [ ] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.
qn895 pushed a commit to qn895/kibana that referenced this pull request Oct 30, 2025
…lastic#240317)

## Summary

Closes elastic#237003

Show prerelease upgrade versions if beta integrations are enabled.

Verification:
- Install a prerelease integration with an old version
```
POST kbn:/api/fleet/epm/packages/entityanalytics_ad/0.13.0
{
  "force": true
}
```
- Switch on Show beta integrations on Integrations landing page
- Go to Installed Integrations UI
- Verify that the available upgrade is visible

<img width="1532" height="721" alt="image"
src="https://github.com/user-attachments/assets/d58180ee-25df-4da9-8d24-faecb1e5881c"
/>


### Checklist

Check the PR satisfies following conditions. 

Reviewers should verify this PR satisfies this list as well.

- [ ] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [ ] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [ ] This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [ ] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [ ] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.
ana-davydova pushed a commit to ana-davydova/kibana that referenced this pull request Nov 3, 2025
…lastic#240317)

## Summary

Closes elastic#237003

Show prerelease upgrade versions if beta integrations are enabled.

Verification:
- Install a prerelease integration with an old version
```
POST kbn:/api/fleet/epm/packages/entityanalytics_ad/0.13.0
{
  "force": true
}
```
- Switch on Show beta integrations on Integrations landing page
- Go to Installed Integrations UI
- Verify that the available upgrade is visible

<img width="1532" height="721" alt="image"
src="https://github.com/user-attachments/assets/d58180ee-25df-4da9-8d24-faecb1e5881c"
/>


### Checklist

Check the PR satisfies following conditions. 

Reviewers should verify this PR satisfies this list as well.

- [ ] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [ ] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [ ] This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [ ] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [ ] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.
albertoblaz pushed a commit to albertoblaz/kibana that referenced this pull request Nov 4, 2025
…lastic#240317)

## Summary

Closes elastic#237003

Show prerelease upgrade versions if beta integrations are enabled.

Verification:
- Install a prerelease integration with an old version
```
POST kbn:/api/fleet/epm/packages/entityanalytics_ad/0.13.0
{
  "force": true
}
```
- Switch on Show beta integrations on Integrations landing page
- Go to Installed Integrations UI
- Verify that the available upgrade is visible

<img width="1532" height="721" alt="image"
src="https://github.com/user-attachments/assets/d58180ee-25df-4da9-8d24-faecb1e5881c"
/>


### Checklist

Check the PR satisfies following conditions. 

Reviewers should verify this PR satisfies this list as well.

- [ ] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [ ] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [ ] This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [ ] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [ ] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:version Backport to applied version labels release_note:skip Skip the PR/issue when compiling release notes Team:Fleet Team label for Observability Data Collection Fleet team v9.1.7 v9.2.1 v9.3.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Fleet] Beta Integration Upgrade Not Showing on Installed Integrations Page

5 participants