Skip to content

Commit 50d9720

Browse files
committed
Bump to alpha
Signed-off-by: Derek Ho <dxho@amazon.com>
1 parent aa7e3b9 commit 50d9720

8 files changed

+11
-11
lines changed

.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'
6+
OPENSEARCH_VERSION: '3.0.0-alpha1'
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'
6+
OPENSEARCH_VERSION: '3.0.0-alpha1'
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'
6+
OPENSEARCH_VERSION: '3.0.0-alpha1'
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'
6+
OPENSEARCH_VERSION: '3.0.0-alpha1'
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'
6+
OPENSEARCH_VERSION: '3.0.0-alpha1'
77
CI: 1
88
# avoid warnings like "tput: No value for $TERM and no -T specified"
99
TERM: xterm

.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'
5+
OPENSEARCH_VERSION: '3.0.0-alpha1'
66
CI: 1
77
# avoid warnings like "tput: No value for $TERM and no -T specified"
88
TERM: xterm

opensearch_dashboards.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "securityDashboards",
3-
"version": "3.0.0.0",
4-
"opensearchDashboardsVersion": "3.0.0",
3+
"version": "3.0.0.0-alpha1",
4+
"opensearchDashboardsVersion": "3.0.0-alpha1",
55
"configPath": [
66
"opensearch_security"
77
],

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "opensearch-security-dashboards",
3-
"version": "3.0.0.0",
3+
"version": "3.0.0.0-alpha1",
44
"main": "target/plugins/opensearch_security_dashboards",
55
"opensearchDashboards": {
6-
"version": "3.0.0",
7-
"templateVersion": "3.0.0"
6+
"version": "3.0.0-alpha1",
7+
"templateVersion": "3.0.0-alpha1"
88
},
99
"license": "Apache-2.0",
1010
"homepage": "https://github.com/opensearch-project/security-dashboards-plugin",

0 commit comments

Comments
 (0)