diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index b97526175..9c43ab0a7 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -64,6 +64,7 @@ jobs: opensearch-version: ${{ env.OPENSEARCH_VERSION }} plugin-name: ${{ env.PLUGIN_NAME }} setup-script-name: setup + admin-password: admin - id: install-dashboards uses: ./.github/actions/install-dashboards diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index d4d0ad7c7..dae86e3bc 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "securityDashboards", - "version": "1.3.13.0", - "opensearchDashboardsVersion": "1.3.13", + "version": "1.3.14.0", + "opensearchDashboardsVersion": "1.3.14", "configPath": [ "opensearch_security" ], diff --git a/package.json b/package.json index d40d07e83..d2f21dc16 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "opensearch-security-dashboards", - "version": "1.3.13.0", + "version": "1.3.14.0", "main": "target/plugins/opensearch_security_dashboards", "opensearchDashboards": { - "version": "1.3.13", - "templateVersion": "1.3.13" + "version": "1.3.14", + "templateVersion": "1.3.14" }, "license": "Apache-2.0", "homepage": "https://github.com/opensearch-project/security-dashboards-plugin",