-
Notifications
You must be signed in to change notification settings - Fork 186
Version Upgrade for ODFE 1.13 Release #1028
Version Upgrade for ODFE 1.13 Release #1028
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1028 +/- ##
==========================================
Coverage 99.89% 99.89%
Complexity 2402 2402
==========================================
Files 234 234
Lines 5464 5464
Branches 326 326
==========================================
Hits 5458 5458
Misses 5 5
Partials 1 1 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you also bump these please. I think in 7.10.2 kibana's node version is upgraded, you might also need to change node version in workbench's package.json
.github/workflows/sql-workbench-release-workflow.yml
10: OD_VERSION: 1.12.0.0
.github/workflows/sql-workbench-test-and-build-workflow.yml
7: OD_VERSION: 1.12.0.0
workbench/kibana.json
3: "version": "1.12.0.0",
sql-cli/src/odfe_sql_cli/__init__.py
15:__version__ = "1.12.0.0"
sql-jdbc/src/main/java/com/amazon/opendistroforelasticsearch/jdbc/internal/Version.java
22: Current(1, 12, 0, 0);
sql-odbc/src/CMakeLists.txt
81:set(DRIVER_PACKAGE_VERSION "1.12.0.0")
82:set(DRIVER_PACKAGE_VERSION_COMMA_SEPARATED "1,12,0,0")
sql-odbc/src/TableauConnector/odfe_sql_odbc/manifest.xml
3:<connector-plugin class='odfe_sql_odbc' superclass='odbc' plugin-version='1.12.0.0' name='SQL' version='18.1' min-version-tableau='2020.1'>
sql-odbc/src/TableauConnector/odfe_sql_odbc_dev/manifest.xml
3:<connector-plugin class='odfe_sql_odbc_dev' superclass='odbc' plugin-version='1.12.0.0' name='Open Distro for Elasticsearch SQL ODBC DEV' version='18.1' min-version-tableau='2020.1'>
workbench/package.json
3: "version": "1.12.0.0",
.github/workflows/sql-workbench-release-workflow.yml
34: ref: 7.10.0
.github/workflows/sql-workbench-test-and-build-workflow.yml
22: ref: v7.10.0
workbench/kibana.json
4: "kibanaVersion": "7.10.0",
workbench/package.json
9: "version": "7.10.0",
workbench/.cypress/integration/ui.spec.js
172: 'kbn-version': '7.10.0',
release-notes/opendistro-for-elasticsearch-sql.release-notes-1.13.0.0.md
Outdated
Show resolved
Hide resolved
Was originally planning to post a separate PR for workbench but will add the other files and add workbench to this PR if the changes are minimal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Issue #, if available:
N/A
Description of changes:
Query workbench bump will come in separate PR
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.