File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 8
8
- " *"
9
9
env :
10
10
OPENSEARCH_DASHBOARDS_VERSION : ' main'
11
- OPENSEARCH_VERSION : ' 3.0.0-SNAPSHOT'
11
+ OPENSEARCH_VERSION : ' 3.0.0-alpha1- SNAPSHOT'
12
12
QUERY_INSIGHTS_BRANCH : ' main'
13
13
GRADLE_VERSION : ' 7.6.1'
14
14
jobs :
30
30
TERM : xterm
31
31
steps :
32
32
- name : Set up JDK
33
- uses : actions/setup-java@v1
33
+ uses : actions/setup-java@v4
34
34
with :
35
35
java-version : 21
36
+ distribution : temurin
36
37
37
38
- name : Enable longer filenames
38
39
if : ${{ matrix.os == 'windows-latest' }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: 'Install Query Insights Dashboards with Plugin via Binary'
2
2
3
3
on : [push, pull_request]
4
4
env :
5
- OPENSEARCH_VERSION : ' 3.0.0'
5
+ OPENSEARCH_VERSION : ' 3.0.0-alpha1 '
6
6
CI : 1
7
7
# avoid warnings like "tput: No value for $TERM and no -T specified"
8
8
TERM : xterm
23
23
24
24
- name : Set env
25
25
run : |
26
- opensearch_version=$(node -p "require('./package.json').opensearchDashboards.version")
27
26
plugin_version=$(node -p "require('./package.json').version")
28
- echo "OPENSEARCH_VERSION=$opensearch_version" >> $GITHUB_ENV
29
27
echo "PLUGIN_VERSION=$plugin_version" >> $GITHUB_ENV
30
28
shell : bash
31
29
34
32
with :
35
33
opensearch-version : ${{ env.OPENSEARCH_VERSION }}
36
34
security-enabled : false
35
+ jdk-version : 21
37
36
38
37
- name : Run Dashboard
39
38
id : setup-dashboards
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " queryInsightsDashboards" ,
3
- "version" : " 3.0.0.0" ,
3
+ "version" : " 3.0.0.0-alpha1 " ,
4
4
"opensearchDashboardsVersion" : " 3.0.0" ,
5
5
"server" : true ,
6
6
"ui" : true ,
15
15
"requiredOSDataSourcePlugins" : [
16
16
" query-insights"
17
17
]
18
- }
18
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " opensearch_query_insights_dashboards" ,
3
- "version" : " 3.0.0.0" ,
3
+ "version" : " 3.0.0.0-alpha1 " ,
4
4
"description" : " OpenSearch Dashboards plugin for Query Insights" ,
5
5
"main" : " index.js" ,
6
6
"opensearchDashboards" : {
69
69
" node_modules/*" ,
70
70
" target/*"
71
71
]
72
- }
72
+ }
You can’t perform that action at this time.
0 commit comments