Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
provider: "gcp"
env:
TEST_SUITE: "{{ matrix.suite }}"
STACK_VERSION: 9.1.0-SNAPSHOT
STACK_VERSION: 9.2.0-SNAPSHOT
WORKSPACE: /tmp/go-elasticsearch
matrix:
setup:
Expand Down
2 changes: 1 addition & 1 deletion .ci/test-matrix.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

STACK_VERSION:
- 8.10.0-SNAPSHOT
- 9.2.0-SNAPSHOT

GO_VERSION:
- 1-alpine
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test-free:
name: Free
env:
ELASTICSEARCH_VERSION: elasticsearch:9.1.0-SNAPSHOT
ELASTICSEARCH_VERSION: elasticsearch:9.2.0-SNAPSHOT
ELASTICSEARCH_URL: http://localhost:9200
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
test-platinum:
name: Platinum
env:
ELASTICSEARCH_VERSION: elasticsearch:9.1.0-SNAPSHOT
ELASTICSEARCH_VERSION: elasticsearch:9.2.0-SNAPSHOT
ELASTICSEARCH_URL: https://elastic:elastic@localhost:9200
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

env:
GITHUB_ACTIONS: true
ELASTICSEARCH_VERSION: elasticsearch:8.3.0-SNAPSHOT
ELASTICSEARCH_VERSION: elasticsearch:9.2.0-SNAPSHOT

jobs:
test-integration:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL := /bin/bash

ELASTICSEARCH_DEFAULT_BUILD_VERSION = "9.1.0-SNAPSHOT"
ELASTICSEARCH_DEFAULT_BUILD_VERSION = "9.2.0-SNAPSHOT"

##@ Test
test-unit: ## Run unit tests
Expand Down
18 changes: 17 additions & 1 deletion esapi/api._.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions esapi/api.bulk.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion esapi/api.capabilities.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 27 additions & 3 deletions esapi/api.cat.aliases.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 15 additions & 3 deletions esapi/api.cat.allocation.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading