Skip to content

Commit

Permalink
Version bump to 2.4 for dependent packages (#87) (#89)
Browse files Browse the repository at this point in the history
Signed-off-by: Heemin Kim <[email protected]>

Signed-off-by: Heemin Kim <[email protected]>
(cherry picked from commit 7e33614)

Co-authored-by: Heemin Kim <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and heemin32 authored Nov 3, 2022
1 parent 730bb3c commit 958ee64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cypress-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
- main
- 2.*
env:
OPENSEARCH_DASHBOARDS_VERSION: '2.3'
OPENSEARCH_VERSION: '2.3.0-SNAPSHOT'
OPENSEARCH_DASHBOARDS_VERSION: '2.4'
OPENSEARCH_VERSION: '2.4.0-SNAPSHOT'
jobs:
tests:
name: Run Cypress E2E tests
Expand All @@ -30,7 +30,7 @@ jobs:
with:
path: geospatial
repository: opensearch-project/geospatial
ref: '2.3'
ref: '2.4'
- name: Run Opensearch with plugin
run: |
cd geospatial
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ Compatible with OpenSearch and OpenSearch Dashboards Version 2.4.0
* Add windows and mac platform to run unit test ([#74](https://github.com/opensearch-project/dashboards-maps/pull/74))

### Maintenance
* Version bump to 2.4 for dependent packages ([#86](https://github.com/opensearch-project/dashboards-maps/pull/86))
* Bump version to 2.4.0.0 ([#70](https://github.com/opensearch-project/dashboards-maps/pull/70))
2 changes: 1 addition & 1 deletion src/plugins/custom_import_map/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "customImportMapDashboards",
"version": "2.4.0.0",
"opensearchDashboardsVersion": "2.3.1",
"opensearchDashboardsVersion": "2.4.0",
"server": true,
"ui": true,
"requiredPlugins": ["regionMap", "opensearchDashboardsReact"],
Expand Down

0 comments on commit 958ee64

Please sign in to comment.