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
Based on user feedback, we should make it easier for users to see packages that are in technical preview (not yet GA) without having to toggle on beta integrations on Fleet UI.
Simply removing the toggle from the UI and defaulting to show prerelease integrations is not feasible, as it would show prerelease versions of GA packages too, which is risky and not intended for most users.
Currently it's not easy query packages with GA versions with packages on technical preview.
The search parameter prerelease:false includes only GA packages, prerelease:true includes prerelease versions of GA packages too.
We could add a third state to the prerelease parameter that would return GA versions and technical preview packages.
Alternatively we could change the meaning of prerelease:false that would return technical preview packages too.