Elasticsearch: Discontinue EOL versions 7.0 and 7.1 support

Remove support for elasticsearch versions 7.0 and 7.1, as both became
EOL recently [1].

[1] https://www.elastic.co/support/eol

Change-Id: I57fff58fbeb36c824608bc384bb32c8869145cb9
This commit is contained in:
Marco Miller
2020-12-06 16:32:58 -05:00
parent 9caa81a31b
commit 52c143fabc
3 changed files with 0 additions and 12 deletions

View File

@@ -18,8 +18,6 @@ import com.google.common.base.Joiner;
import java.util.regex.Pattern;
public enum ElasticVersion {
V7_0("7.0.*"),
V7_1("7.1.*"),
V7_2("7.2.*"),
V7_3("7.3.*"),
V7_4("7.4.*"),