Skip to content

Commit 685d8ef

Browse files
authored
[9.2.0] Update apis (#1035)
* Bump to 9.2.0 * Update API to v9.2.0 (3a7bef4) * Update TypedAPI to v9.2.0 (d520d9e) * Update skip list
1 parent 6000e55 commit 685d8ef

File tree

5,328 files changed

+28411
-10476
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,328 files changed

+28411
-10476
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ steps:
44
provider: "gcp"
55
env:
66
TEST_SUITE: "{{ matrix.suite }}"
7-
STACK_VERSION: 9.1.0-SNAPSHOT
7+
STACK_VERSION: 9.2.0-SNAPSHOT
88
WORKSPACE: /tmp/go-elasticsearch
99
matrix:
1010
setup:

.ci/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
STACK_VERSION:
4-
- 8.10.0-SNAPSHOT
4+
- 9.2.0-SNAPSHOT
55

66
GO_VERSION:
77
- 1-alpine

.github/workflows/test-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test-free:
1212
name: Free
1313
env:
14-
ELASTICSEARCH_VERSION: elasticsearch:9.1.0-SNAPSHOT
14+
ELASTICSEARCH_VERSION: elasticsearch:9.2.0-SNAPSHOT
1515
ELASTICSEARCH_URL: http://localhost:9200
1616
runs-on: ubuntu-latest
1717
steps:
@@ -43,7 +43,7 @@ jobs:
4343
test-platinum:
4444
name: Platinum
4545
env:
46-
ELASTICSEARCH_VERSION: elasticsearch:9.1.0-SNAPSHOT
46+
ELASTICSEARCH_VERSION: elasticsearch:9.2.0-SNAPSHOT
4747
ELASTICSEARCH_URL: https://elastic:elastic@localhost:9200
4848
runs-on: ubuntu-latest
4949
steps:

.github/workflows/test-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
env:
1919
GITHUB_ACTIONS: true
20-
ELASTICSEARCH_VERSION: elasticsearch:8.3.0-SNAPSHOT
20+
ELASTICSEARCH_VERSION: elasticsearch:9.2.0-SNAPSHOT
2121

2222
jobs:
2323
test-integration:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SHELL := /bin/bash
22

3-
ELASTICSEARCH_DEFAULT_BUILD_VERSION = "9.1.0-SNAPSHOT"
3+
ELASTICSEARCH_DEFAULT_BUILD_VERSION = "9.2.0-SNAPSHOT"
44

55
##@ Test
66
test-unit: ## Run unit tests

esapi/api._.go

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esapi/api.bulk.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esapi/api.capabilities.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esapi/api.cat.aliases.go

Lines changed: 27 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esapi/api.cat.allocation.go

Lines changed: 15 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)