Skip to content

Commit 6e9b521

Browse files
opensearch-trigger-bot[bot]opensearch-ci-botpeterzhuamazon
authored
[AUTO] Increment version to 2.19.1.0 (#118)
* Increment version to 2.19.1.0 Signed-off-by: opensearch-ci-bot <[email protected]> * update cache action Signed-off-by: Peter Zhu <[email protected]> --------- Signed-off-by: opensearch-ci-bot <[email protected]> Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]> Co-authored-by: Peter Zhu <[email protected]>
1 parent bf6ce83 commit 6e9b521

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/cypress-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ jobs:
122122
123123
- name: Cache Cypress
124124
id: cache-cypress
125-
uses: actions/cache@v2
125+
uses: actions/cache@v4
126126
with:
127127
path: ${{ matrix.cypress_cache_folder }}
128-
key: cypress-cache-v2-${{ matrix.os }}-${{ hashFiles('OpenSearch-Dashboards/plugins/query-insights-dashboards/package.json') }}
128+
key: cypress-cache-v4-${{ matrix.os }}-${{ hashFiles('OpenSearch-Dashboards/plugins/query-insights-dashboards/package.json') }}
129129

130130
# for now just chrome, use matrix to do all browsers later
131131
- name: Cypress tests

opensearch_dashboards.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "queryInsightsDashboards",
3-
"version": "2.19.0.0",
4-
"opensearchDashboardsVersion": "2.19.0",
3+
"version": "2.19.1.0",
4+
"opensearchDashboardsVersion": "2.19.1",
55
"server": true,
66
"ui": true,
77
"requiredPlugins": [

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "opensearch_query_insights_dashboards",
3-
"version": "2.19.0.0",
3+
"version": "2.19.1.0",
44
"description": "OpenSearch Dashboards plugin for Query Insights",
55
"main": "index.js",
66
"opensearchDashboards": {
7-
"version": "2.19.0",
8-
"templateVersion": "2.19.0"
7+
"version": "2.19.1",
8+
"templateVersion": "2.19.1"
99
},
1010
"license": "Apache-2.0",
1111
"homepage": "https://github.com/opensearch-project/query-insights-dashboards",
@@ -69,4 +69,4 @@
6969
"node_modules/*",
7070
"target/*"
7171
]
72-
}
72+
}

0 commit comments

Comments
 (0)