File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
15
15
steps :
16
16
- name : Download OpenSearch Core
17
17
run : |
18
- wget https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/1.3.1 /latest/linux/x64/builds/opensearch/dist/opensearch-min-1.3.1 -linux-x64.tar.gz
18
+ wget https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/1.3.2 /latest/linux/x64/tar/ builds/opensearch/dist/opensearch-min-1.3.2 -linux-x64.tar.gz
19
19
tar -xzf opensearch-*.tar.gz
20
20
rm -f opensearch-*.tar.gz
21
21
22
22
- name : Download OpenSearch Security Plugin
23
- run : wget -O opensearch-security.zip https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/1.3.1 /latest/linux/x64/builds/opensearch/plugins/opensearch-security-1.3.1 .0.zip
23
+ run : wget -O opensearch-security.zip https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/1.3.2 /latest/linux/x64/tar/ builds/opensearch/plugins/opensearch-security-1.3.2 .0.zip
24
24
25
25
- name : Run OpenSearch with plugin
26
26
run : |
50
50
with :
51
51
path : OpenSearch-Dashboards
52
52
repository : opensearch-project/OpenSearch-Dashboards
53
- ref : ' 1.3.1 '
53
+ ref : ' 1.3.2 '
54
54
fetch-depth : 0
55
55
56
56
- name : Create plugins dir
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " securityDashboards" ,
3
- "version" : " 1.3.1 .0" ,
4
- "opensearchDashboardsVersion" : " 1.3.1 " ,
3
+ "version" : " 1.3.2 .0" ,
4
+ "opensearchDashboardsVersion" : " 1.3.2 " ,
5
5
"configPath" : [" opensearch_security" ],
6
6
"requiredPlugins" : [" navigation" ],
7
7
"server" : true ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " opensearch-security-dashboards" ,
3
- "version" : " 1.3.1 .0" ,
3
+ "version" : " 1.3.2 .0" ,
4
4
"main" : " target/plugins/opensearch_security_dashboards" ,
5
5
"opensearchDashboards" : {
6
- "version" : " 1.3.1 " ,
7
- "templateVersion" : " 1.3.1 "
6
+ "version" : " 1.3.2 " ,
7
+ "templateVersion" : " 1.3.2 "
8
8
},
9
9
"license" : " Apache-2.0" ,
10
10
"homepage" : " https://github.com/opensearch-project/security-dashboards-plugin" ,
You can’t perform that action at this time.
0 commit comments