[Fleet] Fix "package not found" error when skipping cloud onboarding for a prerelease package#238629
Merged
hop-dev merged 1 commit intoelastic:mainfrom Oct 13, 2025
Merged
Conversation
Contributor
|
Pinging @elastic/fleet (Team:Fleet) |
Contributor
|
Starting backport for target branches: 9.2 |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Oct 13, 2025
…for a prerelease package (elastic#238629) ## Summary Closes elastic#236750 When installing an integration for the first time on cloud we use the guided onboarding experience, if the package was pre-release clicking "Add integration only (skip agent installation)" did not correctly add the `prerelease` query paramater causing "package not found" to occur. (cherry picked from commit c69565c)
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
Oct 13, 2025
…rding for a prerelease package (#238629) (#238673) # Backport This will backport the following commits from `main` to `9.2`: - [[Fleet] Fix "package not found" error when skipping cloud onboarding for a prerelease package (#238629)](#238629) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Mark Hopkin","email":"mark.hopkin@elastic.co"},"sourceCommit":{"committedDate":"2025-10-13T13:59:53Z","message":"[Fleet] Fix \"package not found\" error when skipping cloud onboarding for a prerelease package (#238629)\n\n## Summary\n\nCloses #236750\n\nWhen installing an integration for the first time on cloud we use the\nguided onboarding experience, if the package was pre-release clicking\n\"Add integration only (skip agent installation)\" did not correctly add\nthe `prerelease` query paramater causing \"package not found\" to occur.","sha":"c69565ca97bcda045efed0d9dbc6fd4a394681a4","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:fix","Team:Fleet","backport:version","v9.2.0","v9.3.0"],"title":"[Fleet] Fix \"package not found\" error when skipping cloud onboarding for a prerelease package","number":238629,"url":"https://github.com/elastic/kibana/pull/238629","mergeCommit":{"message":"[Fleet] Fix \"package not found\" error when skipping cloud onboarding for a prerelease package (#238629)\n\n## Summary\n\nCloses #236750\n\nWhen installing an integration for the first time on cloud we use the\nguided onboarding experience, if the package was pre-release clicking\n\"Add integration only (skip agent installation)\" did not correctly add\nthe `prerelease` query paramater causing \"package not found\" to occur.","sha":"c69565ca97bcda045efed0d9dbc6fd4a394681a4"}},"sourceBranch":"main","suggestedTargetBranches":["9.2"],"targetPullRequestStates":[{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/238629","number":238629,"mergeCommit":{"message":"[Fleet] Fix \"package not found\" error when skipping cloud onboarding for a prerelease package (#238629)\n\n## Summary\n\nCloses #236750\n\nWhen installing an integration for the first time on cloud we use the\nguided onboarding experience, if the package was pre-release clicking\n\"Add integration only (skip agent installation)\" did not correctly add\nthe `prerelease` query paramater causing \"package not found\" to occur.","sha":"c69565ca97bcda045efed0d9dbc6fd4a394681a4"}}]}] BACKPORT--> Co-authored-by: Mark Hopkin <mark.hopkin@elastic.co>
baileycash-elastic
pushed a commit
to baileycash-elastic/kibana
that referenced
this pull request
Oct 14, 2025
…for a prerelease package (elastic#238629) ## Summary Closes elastic#236750 When installing an integration for the first time on cloud we use the guided onboarding experience, if the package was pre-release clicking "Add integration only (skip agent installation)" did not correctly add the `prerelease` query paramater causing "package not found" to occur.
rylnd
pushed a commit
to rylnd/kibana
that referenced
this pull request
Oct 17, 2025
…for a prerelease package (elastic#238629) ## Summary Closes elastic#236750 When installing an integration for the first time on cloud we use the guided onboarding experience, if the package was pre-release clicking "Add integration only (skip agent installation)" did not correctly add the `prerelease` query paramater causing "package not found" to occur.
nickpeihl
pushed a commit
to nickpeihl/kibana
that referenced
this pull request
Oct 23, 2025
…for a prerelease package (elastic#238629) ## Summary Closes elastic#236750 When installing an integration for the first time on cloud we use the guided onboarding experience, if the package was pre-release clicking "Add integration only (skip agent installation)" did not correctly add the `prerelease` query paramater causing "package not found" to occur.
NicholasPeretti
pushed a commit
to NicholasPeretti/kibana
that referenced
this pull request
Oct 27, 2025
…for a prerelease package (elastic#238629) ## Summary Closes elastic#236750 When installing an integration for the first time on cloud we use the guided onboarding experience, if the package was pre-release clicking "Add integration only (skip agent installation)" did not correctly add the `prerelease` query paramater causing "package not found" to occur.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #236750
When installing an integration for the first time on cloud we use the guided onboarding experience, if the package was pre-release clicking "Add integration only (skip agent installation)" did not correctly add the
prereleasequery paramater causing "package not found" to occur.