-
Notifications
You must be signed in to change notification settings - Fork 66
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
Add support for build version qualifiers. #306
Comments
dashboards part: opensearch-project/opensearch-build#1836 |
Hi @joshuali925, I see you handled the OpenSearch plugin, are you working on the OpenSearch Dashboards side as well. Unfortunately for OpenSearch Dashboards we don't have a nice build param as OpenSearch side has yet. You will be able to build and connect successfully to OpenSearch Dashboards As for Let me know if you have any follow up questions. Thanks! |
Thanks, make sense. I'll update PRs to change dashboards plugins to use |
@kavilla should {
"id": "reportsDashboards",
"version": "2.0.0.0-alpha1",
"opensearchDashboardsVersion": "2.0.0-alpha1", |
Up to you but I might share different opinions than others. My opinion, is that leave |
I see, so in plugin builds |
Correct! When I have allocation I will try to get that functionality in here: opensearch-project/OpenSearch-Dashboards#1398, note that |
we will convert from alpha1 to Rc after core is done with the change. |
Coming from opensearch-project/opensearch-build#1632, add support for
-Dbuild.version_qualifier=
.The distribution build process now supports passing additional optional qualifiers other than the 3 digit versions, e.g.
2.0.0-alpha1
. Add the ability to pass additional qualifier to build scripts, and generate artifacts with a version that includes the qualifier.The text was updated successfully, but these errors were encountered: