-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fleet] Evaluate impact of moving to package semver instead of release tag in labeling #126348
Comments
Pinging @elastic/fleet (Team:Fleet) |
Findings: 1. What is the impact on older versions of Kibana?
2. What is the business impact? (Keep as tech debt vs fixing)
3. What is the migration path from deprecation of release field -> removal?
4. Impact on Beta/Experimental/etc labeling in Integrations UI and switching between Beats/Elastic Agent view.
5. Risk of kibana auto/manual upgrade to prerelease packages
Note: currently kibana/x-pack/plugins/fleet/server/services/epm/registry/index.ts Lines 73 to 80 in 4089696
|
Shared findings with fleet-team on the engineering sync on March 22. Updated with suggested change in |
Evaluate impact of Add support for pre-release semver in packages package-spec#225 on kibana/fleet.
Changes:
release
label in packages is deprecated (still populated for BWC)Required changes on Fleet side: #122973
experimental=true
toprerelease=true
in registry API callsOpen questions:
What is the impact on older versions of Kibana?
What is the business impact? (Keep as tech debt vs fixing)
What is the migration path from deprecation of release field -> removal?
Impact on Beta/Experimental/etc labeling in Integrations UI and switching between Beats/Elastic Agent view.
The text was updated successfully, but these errors were encountered: