Bump version to 8.11.0 (#2063)
This commit is contained in:
@ -6,7 +6,7 @@ steps:
|
|||||||
env:
|
env:
|
||||||
NODE_VERSION: "{{ matrix.nodejs }}"
|
NODE_VERSION: "{{ matrix.nodejs }}"
|
||||||
TEST_SUITE: "{{ matrix.suite }}"
|
TEST_SUITE: "{{ matrix.suite }}"
|
||||||
STACK_VERSION: 8.8.0-SNAPSHOT
|
STACK_VERSION: 8.11.0-SNAPSHOT
|
||||||
matrix:
|
matrix:
|
||||||
setup:
|
setup:
|
||||||
suite:
|
suite:
|
||||||
|
|||||||
@ -42,9 +42,9 @@ spec:
|
|||||||
main_semi_daily:
|
main_semi_daily:
|
||||||
branch: 'main'
|
branch: 'main'
|
||||||
cronline: '0 */12 * * *'
|
cronline: '0 */12 * * *'
|
||||||
8_9_semi_daily:
|
8_11_semi_daily:
|
||||||
branch: '8.9'
|
branch: '8.11'
|
||||||
cronline: '0 */12 * * *'
|
cronline: '0 */12 * * *'
|
||||||
8_8_daily:
|
8_10_daily:
|
||||||
branch: '8.8'
|
branch: '8.10'
|
||||||
cronline: '@daily'
|
cronline: '@daily'
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@elastic/elasticsearch",
|
"name": "@elastic/elasticsearch",
|
||||||
"version": "8.9.1",
|
"version": "8.11.0",
|
||||||
"versionCanary": "8.9.1-canary.1",
|
"versionCanary": "8.11.0-canary.1",
|
||||||
"description": "The official Elasticsearch client for Node.js",
|
"description": "The official Elasticsearch client for Node.js",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user