Skip to content

Commit a795d30

Browse files
authored
Update apis to 8.15 (#884)
* Bump to 8.15.0 * Update esapi to 8.15.0 (8abc885) * Update typedapi to 8.15.0 (cdb84fa) * Fix integration test following update in generation * update skip list
1 parent 3571fa5 commit a795d30

File tree

3,509 files changed

+50871
-13784
lines changed

Some content is hidden

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

3,509 files changed

+50871
-13784
lines changed

.buildkite/pipeline.yml

+1-1
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: 8.14.0-SNAPSHOT
7+
STACK_VERSION: 8.15.0-SNAPSHOT
88
WORKSPACE: /tmp/go-elasticsearch
99
matrix:
1010
setup:

.github/workflows/test-api.yml

+2-2
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:8.14.0-SNAPSHOT
14+
ELASTICSEARCH_VERSION: elasticsearch:8.15.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:8.14.0-SNAPSHOT
46+
ELASTICSEARCH_VERSION: elasticsearch:8.15.0-SNAPSHOT
4747
ELASTICSEARCH_URL: https://elastic:elastic@localhost:9200
4848
runs-on: ubuntu-latest
4949
steps:

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SHELL := /bin/bash
22

3-
ELASTICSEARCH_DEFAULT_BUILD_VERSION = "8.14.0-SNAPSHOT"
3+
ELASTICSEARCH_DEFAULT_BUILD_VERSION = "8.15.0-SNAPSHOT"
44

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

esapi/api._.go

+39-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esapi/api.bulk.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)