From cc7623a8c4d6a93395e3986ef3ef62c42c3a10ad Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 14:16:00 -0400 Subject: [PATCH 1/2] Increment version to 3.0.0.0 (#2054) Signed-off-by: opensearch-ci-bot Co-authored-by: opensearch-ci-bot --- opensearch_dashboards.json | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 92d1413b..6fdc9712 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -17,5 +17,7 @@ "server": true, "ui": true, "supportedOSDataSourceVersions": ">=1.0.0", - "requiredOSDataSourcePlugins": ["opensearch-security"] + "requiredOSDataSourcePlugins": [ + "opensearch-security" + ] } \ No newline at end of file diff --git a/package.json b/package.json index 8d25ad8a..20ef4b8d 100644 --- a/package.json +++ b/package.json @@ -56,4 +56,4 @@ "express": "^4.19.2", "braces": "^3.0.3" } -} +} \ No newline at end of file From 3d9990172ada1fe7b1debe3fbf55da11c4e3544d Mon Sep 17 00:00:00 2001 From: Derek Ho Date: Wed, 24 Jul 2024 15:04:08 -0400 Subject: [PATCH 2/2] Add retry to bootstrap for windows related workflows (#2047) * Add the retry in composite action and bump version Signed-off-by: Derek Ho * Bump to v3 with retry support Signed-off-by: Derek Ho --------- Signed-off-by: Derek Ho --- .github/workflows/integration-test.yml | 2 +- .github/workflows/unit-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 477c3da0..75212a31 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -78,7 +78,7 @@ jobs: sudo rm -rf "$AGENT_TOOLSDIRECTORY" - id: install-dashboards - uses: derek-ho/setup-opensearch-dashboards@v1 + uses: derek-ho/setup-opensearch-dashboards@v3 with: plugin_name: security-dashboards-plugin diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index e1d74426..c517df30 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v2 - id: install-dashboards - uses: derek-ho/setup-opensearch-dashboards@v1 + uses: derek-ho/setup-opensearch-dashboards@v3 with: plugin_name: security-dashboards-plugin