diff --git a/.github/actions/run-cypress-tests/action.yml b/.github/actions/run-cypress-tests/action.yml index 1f020d206..d7b81f196 100644 --- a/.github/actions/run-cypress-tests/action.yml +++ b/.github/actions/run-cypress-tests/action.yml @@ -2,7 +2,7 @@ name: Run Cypress Tests description: 'Runs Cypress tests for the security-dashboards-plugin with opensearch_dashboards.yml and security configuration provided' env: - OPENSEARCH_VERSION: '3.0.0' + OPENSEARCH_VERSION: '3.1.0' inputs: security_config_file: diff --git a/.github/workflows/cypress-test-multiauth-e2e.yml b/.github/workflows/cypress-test-multiauth-e2e.yml index aab3511b3..c3fb8e869 100644 --- a/.github/workflows/cypress-test-multiauth-e2e.yml +++ b/.github/workflows/cypress-test-multiauth-e2e.yml @@ -3,7 +3,7 @@ name: Snapshot based E2E SAML multi-auth tests workflow on: [ push, pull_request ] env: - OPENSEARCH_VERSION: '3.0.0' + OPENSEARCH_VERSION: '3.1.0' CI: 1 # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm diff --git a/.github/workflows/cypress-test-multidatasources-disabled-e2e.yml b/.github/workflows/cypress-test-multidatasources-disabled-e2e.yml index e41de5fab..75eaa7291 100644 --- a/.github/workflows/cypress-test-multidatasources-disabled-e2e.yml +++ b/.github/workflows/cypress-test-multidatasources-disabled-e2e.yml @@ -3,7 +3,7 @@ name: E2E multi datasources disabled workflow on: [ push, pull_request ] env: - OPENSEARCH_VERSION: '3.0.0' + OPENSEARCH_VERSION: '3.1.0' CI: 1 # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm diff --git a/.github/workflows/cypress-test-multidatasources-enabled-e2e.yml b/.github/workflows/cypress-test-multidatasources-enabled-e2e.yml index 63086c8bc..26d8153e1 100644 --- a/.github/workflows/cypress-test-multidatasources-enabled-e2e.yml +++ b/.github/workflows/cypress-test-multidatasources-enabled-e2e.yml @@ -3,7 +3,7 @@ name: E2E multi datasources enabled workflow on: [ push, pull_request ] env: - OPENSEARCH_VERSION: '3.0.0' + OPENSEARCH_VERSION: '3.1.0' CI: 1 # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm diff --git a/.github/workflows/cypress-test-oidc-e2e.yml b/.github/workflows/cypress-test-oidc-e2e.yml index 11e51d390..df543ef25 100644 --- a/.github/workflows/cypress-test-oidc-e2e.yml +++ b/.github/workflows/cypress-test-oidc-e2e.yml @@ -3,7 +3,7 @@ name: Snapshot based E2E OIDC tests workflow on: [ push, pull_request ] env: - OPENSEARCH_VERSION: '3.0.0' + OPENSEARCH_VERSION: '3.1.0' KEYCLOAK_VERSION: '21.0.1' TEST_KEYCLOAK_CLIENT_SECRET: 'oacHfNaXyy81r2uHq1A9RY4ASryre4rZ' CI: 1 diff --git a/.github/workflows/cypress-test-saml-e2e.yml b/.github/workflows/cypress-test-saml-e2e.yml index 9b42ba2a9..ca5cef879 100644 --- a/.github/workflows/cypress-test-saml-e2e.yml +++ b/.github/workflows/cypress-test-saml-e2e.yml @@ -3,7 +3,7 @@ name: Snapshot based E2E SAML tests workflow on: [ push, pull_request ] env: - OPENSEARCH_VERSION: '3.0.0' + OPENSEARCH_VERSION: '3.1.0' CI: 1 # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm diff --git a/.github/workflows/cypress-test-tenancy-disabled.yml b/.github/workflows/cypress-test-tenancy-disabled.yml index 95b6223b6..ba6073673 100644 --- a/.github/workflows/cypress-test-tenancy-disabled.yml +++ b/.github/workflows/cypress-test-tenancy-disabled.yml @@ -11,7 +11,7 @@ env: SPEC: 'cypress/integration/plugins/security-dashboards-plugin/aggregation_view.js,' PLUGIN_NAME: opensearch-security OPENSEARCH_INITIAL_ADMIN_PASSWORD: myStrongPassword123! - OPENSEARCH_VERSION: '3.0.0' + OPENSEARCH_VERSION: '3.1.0' jobs: cypress-tests-multitenancy-disabled: diff --git a/.github/workflows/cypress-test.yml b/.github/workflows/cypress-test.yml index 5d90492b5..6fc13c4d6 100644 --- a/.github/workflows/cypress-test.yml +++ b/.github/workflows/cypress-test.yml @@ -12,7 +12,7 @@ env: PLUGIN_NAME: opensearch-security OPENSEARCH_INITIAL_ADMIN_PASSWORD: myStrongPassword123! CYPRESS_NO_COMMAND_LOG: 1 - OPENSEARCH_VERSION: '3.0.0' + OPENSEARCH_VERSION: '3.1.0' jobs: cypress-tests: diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 432008245..7d108d785 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -7,7 +7,7 @@ env: CI: 1 PLUGIN_NAME: opensearch-security OPENSEARCH_INITIAL_ADMIN_PASSWORD: myStrongPassword123! - OPENSEARCH_VERSION: '3.0.0' + OPENSEARCH_VERSION: '3.1.0' jobs: tests: diff --git a/.github/workflows/verify-binary-installation.yml b/.github/workflows/verify-binary-installation.yml index 974f6e045..6b975d391 100644 --- a/.github/workflows/verify-binary-installation.yml +++ b/.github/workflows/verify-binary-installation.yml @@ -2,7 +2,7 @@ name: 'Install Dashboards with Plugin via Binary' on: [push, pull_request] env: - OPENSEARCH_VERSION: '3.0.0' + OPENSEARCH_VERSION: '3.1.0' CI: 1 # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm