Skip to content

Commit cb6c64d

Browse files
opensearch-trigger-bot[bot]github-actions[bot]swethamittalderek-hoopensearch-ci-bot
authored
Complete 3.0 version bump (#2229) (#2230)
* Changes to remove tenant panels from roles pages when multitenancy is disabled (#2215) (#2218) * Changes to remove tenant panels from roles pages when multitenancy is disabled * Modified test files as per comments on PR --------- (cherry picked from commit e7ffb2e) * Explicitly cd to security-dashboards-plugin directory before running cypress tests (#2216) (#2222) (cherry picked from commit d17ac9e) * Add cat shard api permission (#2217) (#2223) (cherry picked from commit f0baa61) * Increment version to 3.0.0.0 (#2226) * Removes beta1 qualifier from security-dashboards-plugin --------- (cherry picked from commit cf24968) Signed-off-by: nishthm <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: Swetha Guptha <[email protected]> Signed-off-by: opensearch-ci-bot <[email protected]> Signed-off-by: Darshit Chanpura <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Co-authored-by: Swetha Guptha <[email protected]> Co-authored-by: Derek Ho <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]>
1 parent c4de6f9 commit cb6c64d

10 files changed

+10
-10
lines changed

.github/actions/run-cypress-tests/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Run Cypress Tests
22
description: 'Runs Cypress tests for the security-dashboards-plugin with opensearch_dashboards.yml and security configuration provided'
33

44
env:
5-
OPENSEARCH_VERSION: '3.0.0-beta1'
5+
OPENSEARCH_VERSION: '3.0.0'
66

77
inputs:
88
security_config_file:

.github/workflows/cypress-test-multiauth-e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Snapshot based E2E SAML multi-auth tests workflow
33
on: [ push, pull_request ]
44

55
env:
6-
OPENSEARCH_VERSION: '3.0.0-beta1'
6+
OPENSEARCH_VERSION: '3.0.0'
77
CI: 1
88
# avoid warnings like "tput: No value for $TERM and no -T specified"
99
TERM: xterm

.github/workflows/cypress-test-multidatasources-disabled-e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: E2E multi datasources disabled workflow
33
on: [ push, pull_request ]
44

55
env:
6-
OPENSEARCH_VERSION: '3.0.0-beta1'
6+
OPENSEARCH_VERSION: '3.0.0'
77
CI: 1
88
# avoid warnings like "tput: No value for $TERM and no -T specified"
99
TERM: xterm

.github/workflows/cypress-test-multidatasources-enabled-e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: E2E multi datasources enabled workflow
33
on: [ push, pull_request ]
44

55
env:
6-
OPENSEARCH_VERSION: '3.0.0-beta1'
6+
OPENSEARCH_VERSION: '3.0.0'
77
CI: 1
88
# avoid warnings like "tput: No value for $TERM and no -T specified"
99
TERM: xterm

.github/workflows/cypress-test-oidc-e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Snapshot based E2E OIDC tests workflow
33
on: [ push, pull_request ]
44

55
env:
6-
OPENSEARCH_VERSION: '3.0.0-beta1'
6+
OPENSEARCH_VERSION: '3.0.0'
77
KEYCLOAK_VERSION: '21.0.1'
88
TEST_KEYCLOAK_CLIENT_SECRET: 'oacHfNaXyy81r2uHq1A9RY4ASryre4rZ'
99
CI: 1

.github/workflows/cypress-test-saml-e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Snapshot based E2E SAML tests workflow
33
on: [ push, pull_request ]
44

55
env:
6-
OPENSEARCH_VERSION: '3.0.0-beta1'
6+
OPENSEARCH_VERSION: '3.0.0'
77
CI: 1
88
# avoid warnings like "tput: No value for $TERM and no -T specified"
99
TERM: xterm

.github/workflows/cypress-test-tenancy-disabled.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
SPEC: 'cypress/integration/plugins/security-dashboards-plugin/aggregation_view.js,'
1212
PLUGIN_NAME: opensearch-security
1313
OPENSEARCH_INITIAL_ADMIN_PASSWORD: myStrongPassword123!
14-
OPENSEARCH_VERSION: '3.0.0-beta1'
14+
OPENSEARCH_VERSION: '3.0.0'
1515

1616
jobs:
1717
cypress-tests-multitenancy-disabled:

.github/workflows/cypress-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
PLUGIN_NAME: opensearch-security
1313
OPENSEARCH_INITIAL_ADMIN_PASSWORD: myStrongPassword123!
1414
CYPRESS_NO_COMMAND_LOG: 1
15-
OPENSEARCH_VERSION: '3.0.0-beta1'
15+
OPENSEARCH_VERSION: '3.0.0'
1616

1717
jobs:
1818
cypress-tests:

.github/workflows/integration-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
CI: 1
88
PLUGIN_NAME: opensearch-security
99
OPENSEARCH_INITIAL_ADMIN_PASSWORD: myStrongPassword123!
10-
OPENSEARCH_VERSION: '3.0.0-beta1'
10+
OPENSEARCH_VERSION: '3.0.0'
1111

1212
jobs:
1313
tests:

.github/workflows/verify-binary-installation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Install Dashboards with Plugin via Binary'
22

33
on: [push, pull_request]
44
env:
5-
OPENSEARCH_VERSION: '3.0.0-beta1'
5+
OPENSEARCH_VERSION: '3.0.0'
66
CI: 1
77
# avoid warnings like "tput: No value for $TERM and no -T specified"
88
TERM: xterm

0 commit comments

Comments
 (0)