Skip to content

Commit

Permalink
add more version bumps for workbench and workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcui1225 committed Feb 4, 2021
1 parent b21b114 commit c8f099d
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sql-workbench-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
PLUGIN_NAME: opendistroQueryWorkbenchKibana
OD_VERSION: 1.12.0.0
OD_VERSION: 1.13.0.0

jobs:

Expand All @@ -31,14 +31,14 @@ jobs:
uses: actions/checkout@v1
with:
repository: opendistro-for-elasticsearch/kibana-oss
ref: 7.10.0
ref: 7.10.2
token: ${{secrets.OD_ACCESS}}
path: sql/kibana

- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '10.22.1'
node-version: '10.23.1'

- name: Move Workbench to Plugins Dir
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sql-workbench-test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request, push]

env:
PLUGIN_NAME: opendistroQueryWorkbenchKibana
OD_VERSION: 1.12.0.0
OD_VERSION: 1.13.0.0

jobs:

Expand All @@ -19,12 +19,12 @@ jobs:
uses: actions/checkout@v1
with:
repository: elastic/kibana
ref: v7.10.0
ref: v7.10.2
path: sql/kibana
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '10.22.1'
node-version: '10.23.1'
- name: Move Workbench to Plugins Dir
run: |
mv workbench kibana/plugins
Expand Down
4 changes: 2 additions & 2 deletions sql-odbc/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ set(INSTALL_SRC "${CMAKE_CURRENT_SOURCE_DIR}/installer")
set(DSN_INSTALLER_SRC "${CMAKE_CURRENT_SOURCE_DIR}/DSNInstaller")

# ODBC Driver version
set(DRIVER_PACKAGE_VERSION "1.12.0.0")
set(DRIVER_PACKAGE_VERSION_COMMA_SEPARATED "1,12,0,0")
set(DRIVER_PACKAGE_VERSION "1.13.0.0")
set(DRIVER_PACKAGE_VERSION_COMMA_SEPARATED "1,13,0,0")
add_compile_definitions( ES_ODBC_VERSION="${DRIVER_PACKAGE_VERSION}"
# Comma separated version is required for odbc administrator's driver file.
ES_ODBC_DRVFILE_VERSION=${DRIVER_PACKAGE_VERSION_COMMA_SEPARATED} )
Expand Down
2 changes: 1 addition & 1 deletion workbench/.cypress/integration/ui.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ describe('Test and verify SQL downloads', () => {
url: url,
headers: {
'content-type': 'application/json;charset=UTF-8',
'kbn-version': '7.10.0',
'kbn-version': '7.10.2',
},
body: {
'query': 'select * from accounts where balance > 49500'
Expand Down
4 changes: 2 additions & 2 deletions workbench/kibana.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "opendistroQueryWorkbenchKibana",
"version": "1.12.0.0",
"kibanaVersion": "7.10.0",
"version": "1.13.0.0",
"kibanaVersion": "7.10.2",
"server": true,
"ui": true,
"requiredPlugins": ["navigation"],
Expand Down
6 changes: 3 additions & 3 deletions workbench/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "opendistro-query-workbench",
"version": "1.12.0.0",
"version": "1.13.0.0",
"description": "Query Workbench",
"main": "index.js",
"license": "Apache-2.0",
"homepage": "https://github.com/opendistro-for-elasticsearch/sql/tree/master/workbench",
"kibana": {
"version": "7.10.0",
"version": "7.10.2",
"templateVersion": "6.3.3"
},
"repository": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"tslint-plugin-prettier": "^2.0.1"
},
"engines": {
"node": "10.22.1",
"node": "10.23.1",
"yarn": "^1.21.1"
},
"resolutions": {
Expand Down

0 comments on commit c8f099d

Please sign in to comment.