Skip to content

Commit 3c4f6fe

Browse files
authored
Incremented version to 1.3.2. (#978)
Signed-off-by: Zelin Hao <[email protected]>
1 parent 677302e commit 3c4f6fe

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/integration-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
steps:
1616
- name: Download OpenSearch Core
1717
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
1919
tar -xzf opensearch-*.tar.gz
2020
rm -f opensearch-*.tar.gz
2121
2222
- 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
2424

2525
- name: Run OpenSearch with plugin
2626
run: |
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
path: OpenSearch-Dashboards
5252
repository: opensearch-project/OpenSearch-Dashboards
53-
ref: '1.3.1'
53+
ref: '1.3.2'
5454
fetch-depth: 0
5555

5656
- name: Create plugins dir

opensearch_dashboards.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "securityDashboards",
3-
"version": "1.3.1.0",
4-
"opensearchDashboardsVersion": "1.3.1",
3+
"version": "1.3.2.0",
4+
"opensearchDashboardsVersion": "1.3.2",
55
"configPath": ["opensearch_security"],
66
"requiredPlugins": ["navigation"],
77
"server": true,

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "opensearch-security-dashboards",
3-
"version": "1.3.1.0",
3+
"version": "1.3.2.0",
44
"main": "target/plugins/opensearch_security_dashboards",
55
"opensearchDashboards": {
6-
"version": "1.3.1",
7-
"templateVersion": "1.3.1"
6+
"version": "1.3.2",
7+
"templateVersion": "1.3.2"
88
},
99
"license": "Apache-2.0",
1010
"homepage": "https://github.com/opensearch-project/security-dashboards-plugin",

0 commit comments

Comments
 (0)