Revision 2f3222067e653228da62d38af51f640e41eaee86 authored by David Turner on 02 April 2019, 14:32:27 UTC, committed by David Turner on 02 April 2019, 14:33:04 UTC
In 6.7.0 (#39378) we added a build type of DOCKER for the docker images, but
unfortunately earlier versions do not understand this and will reject any
transport messages that mention this build type.

This commit fixes this by reporting TAR instead of DOCKER when talking to older
nodes.

Relates (but does not fix) #40511
Relates #39378

This commit is the changes that were supposed to be included in the preceding
one, abe509a3b16be0707ace12abd4cabf3dc28a007d, but weren't because of a missing
`git add`.
1 parent abe509a
History
File Mode Size
.ci
.github
benchmarks
buildSrc
client
dev-tools
distribution
docs
gradle
libs
licenses
modules
plugins
qa
rest-api-spec
server
test
x-pack
.dir-locals.el -rw-r--r-- 3.3 KB
.editorconfig -rw-r--r-- 202 bytes
.gitattributes -rw-r--r-- 32 bytes
.gitignore -rw-r--r-- 609 bytes
CONTRIBUTING.md -rw-r--r-- 20.1 KB
LICENSE.txt -rw-r--r-- 868 bytes
NOTICE.txt -rw-r--r-- 150 bytes
README.textile -rw-r--r-- 8.3 KB
TESTING.asciidoc -rw-r--r-- 24.8 KB
Vagrantfile -rw-r--r-- 13.3 KB
build.gradle -rw-r--r-- 26.3 KB
gradle.properties -rw-r--r-- 90 bytes
gradlew -rwxr-xr-x 5.2 KB
gradlew.bat -rw-r--r-- 2.2 KB
settings.gradle -rw-r--r-- 6.3 KB

README.textile

back to top