-
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
[Upgrade Assistant] Use kibana version value from core context #89774
[Upgrade Assistant] Use kibana version value from core context #89774
Conversation
cdb411b
to
45574dd
Compare
@elasticmachine merge upstream |
@alisonelizabeth This is looking great! |
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
Thanks @TinaHeiligers! This is ready for review if you'd like to take a look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Did not test locally. Great job @alisonelizabeth !
💚 Build SucceededMetrics [docs]Module Count
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thanks for getting this in so quickly 😄
Related to #89321
This PR utilizes
PluginInitializerContext.env.packageInfo.version
to read the kibana version, instead of importingpackage.json
. This work unblocks the migration of UA to TS project references.