Skip to content

Commit

Permalink
Bump version to 2.16
Browse files Browse the repository at this point in the history
Signed-off-by: saimedhi <[email protected]>
  • Loading branch information
saimedhi committed Aug 13, 2024
1 parent e424be1 commit b14d2b9
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 46 deletions.
13 changes: 5 additions & 8 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"id": "flowFrameworkDashboards",
"version": "2.17.0.0",
"opensearchDashboardsVersion": "2.17.0",
"version": "2.16.0.0",
"opensearchDashboardsVersion": "2.16.0",
"server": true,
"ui": true,
"requiredBundles": [],
"requiredPlugins": [
"navigation",
"opensearchDashboardsUtils"
],
"optionalPlugins": ["dataSource","dataSourceManagement"]
}
"requiredPlugins": ["navigation", "opensearchDashboardsUtils"],
"optionalPlugins": ["dataSource", "dataSourceManagement"]
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "dashboards-flow-framework",
"version": "2.17.0.0",
"version": "2.16.0.0",
"description": "OpenSearch Flow Framework Dashboards Plugin",
"main": "index.js",
"config": {
"plugin_version": "2.17.0.0",
"plugin_version": "2.16.0.0",
"plugin_name": "flowFrameworkDashboards",
"plugin_zip_name": "dashboards-flow-framework"
},
Expand Down Expand Up @@ -35,4 +35,4 @@
},
"devDependencies": {},
"resolutions": {}
}
}
19 changes: 8 additions & 11 deletions server/resources/templates/hybrid_search.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{
"name": "Hybrid Search",
"description": "A basic workflow containing the ingest pipeline, search pipeline, and index configurations for performing hybrid search",
"use_case": "HYBRID_SEARCH",
"version": {
"template": "1.0.0",
"compatibility": [
"2.17.0",
"3.0.0"
]
}
}
"name": "Hybrid Search",
"description": "A basic workflow containing the ingest pipeline, search pipeline, and index configurations for performing hybrid search",
"use_case": "HYBRID_SEARCH",
"version": {
"template": "1.0.0",
"compatibility": ["2.16.0", "3.0.0"]
}
}
19 changes: 8 additions & 11 deletions server/resources/templates/neural_sparse_search.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{
"name": "Neural Sparse Search",
"description": "A basic workflow containing the ingest pipeline and index configurations for performing neural sparse search",
"use_case": "NEURAL_SPARSE_SEARCH",
"version": {
"template": "1.0.0",
"compatibility": [
"2.17.0",
"3.0.0"
]
}
}
"name": "Neural Sparse Search",
"description": "A basic workflow containing the ingest pipeline and index configurations for performing neural sparse search",
"use_case": "NEURAL_SPARSE_SEARCH",
"version": {
"template": "1.0.0",
"compatibility": ["2.16.0", "3.0.0"]
}
}
23 changes: 10 additions & 13 deletions server/resources/templates/semantic_search.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"name": "Semantic Search",
"description": "A basic workflow containing the ingest pipeline and index configurations for performing semantic search",
"version": {
"template": "1.0.0",
"compatibility": [
"2.17.0",
"3.0.0"
]
},
"ui_metadata": {
"type": "Semantic search"
}
}
"name": "Semantic Search",
"description": "A basic workflow containing the ingest pipeline and index configurations for performing semantic search",
"version": {
"template": "1.0.0",
"compatibility": ["2.16.0", "3.0.0"]
},
"ui_metadata": {
"type": "Semantic search"
}
}

0 comments on commit b14d2b9

Please sign in to comment.