Skip to content

Commit 802f071

Browse files
authored
[API] Bump to 7.17.1 (#443)
1 parent a0ba1b3 commit 802f071

File tree

407 files changed

+408
-408
lines changed

Some content is hidden

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

407 files changed

+408
-408
lines changed

.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-
- 7.17.0-SNAPSHOT
4+
- 7.17.1-SNAPSHOT
55

66
GO_VERSION:
77
- 1-alpine

Makefile

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

3-
ELASTICSEARCH_DEFAULT_BUILD_VERSION = "7.17.0-SNAPSHOT"
3+
ELASTICSEARCH_DEFAULT_BUILD_VERSION = "7.17.1-SNAPSHOT"
44

55
##@ Test
66
test-unit: ## Run unit tests
@@ -267,7 +267,7 @@ godoc: ## Display documentation for the package
267267
godoc --http=localhost:6060 --play
268268

269269
cluster: ## Launch an Elasticsearch cluster with Docker
270-
$(eval version ?= "elasticsearch:7.17.0-SNAPSHOT")
270+
$(eval version ?= "elasticsearch:7.17.1-SNAPSHOT")
271271
$(eval flavor ?= "core")
272272
$(eval elasticsearch_url = "http://es1:9200")
273273

esapi/api._.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.bulk.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: 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.allocation.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.count.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.fielddata.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.health.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.help.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.

0 commit comments

Comments
 (0)