Skip to content

Commit 8b65562

Browse files
Removes beta1 qualifier and solves CVE-2024-52798
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
1 parent 79fe647 commit 8b65562

16 files changed

+2704
-161
lines changed

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)