Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Version Upgrade for ODFE 1.13 Release #1028

Conversation

davidcui1225
Copy link
Contributor

Issue #, if available:
N/A
Description of changes:

  • Update 1.13 release notes
  • Bump version in workflows to 1.13.0.0
  • Bump ES version to 7.10.2

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.

@codecov
Copy link

codecov bot commented Feb 4, 2021

Codecov Report

Merging #1028 (a85dd14) into develop (316726c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 316726c...a85dd14. Read the comment docs.

Copy link
Contributor

@joshuali925 joshuali925 left a 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',

@davidcui1225
Copy link
Contributor Author

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',

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

Copy link
Contributor

@joshuali925 joshuali925 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@davidcui1225 davidcui1225 merged commit 0a16ecf into opendistro-for-elasticsearch:develop Feb 4, 2021
@davidcui1225 davidcui1225 deleted the odfe-1.13-version-bump branch February 4, 2021 23:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants