Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
[D2IQ-64167] Bump elastic 7.6.0 (#74)
Browse files Browse the repository at this point in the history
* Bump elastic version to v7.6.0

* Bump Elastic OpenJDK version to v13.0.2

* Bump Elastic Support Diagnostics version to v7.1.5

* upload analysis-ukrainian to correct location

* upload analysis-ukrainian-7.6.0 plugin to correct location
  • Loading branch information
vibhujain authored Feb 19, 2020
1 parent 327e43d commit 57af173
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frameworks/elastic/tests/test_sanity.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def test_plugin_install_via_proxy() -> None:
_install_and_run_proxy(proxy_host, proxy_port)

plugin_name = "analysis-ukrainian"
plugins = "https://s3.amazonaws.com/downloads.mesosphere.io/infinity-artifacts/elastic/analysis-ukrainian-7.4.1.zip"
plugins = "https://s3.amazonaws.com/downloads.mesosphere.io/infinity-artifacts/elastic/analysis-ukrainian-7.6.0.zip"
_check_proxy_healthy(proxy_host, proxy_port, plugins)

sdk_service.update_configuration(
Expand Down
6 changes: 3 additions & 3 deletions frameworks/elastic/versions.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

export TEMPLATE_ELASTIC_VERSION="7.4.1"
export TEMPLATE_SUPPORT_DIAGNOSTICS_VERSION="7.1.1"
export TEMPLATE_ELASTICSEARCH_OPENJDK_VERSION="11.0.2"
export TEMPLATE_ELASTIC_VERSION="7.6.0"
export TEMPLATE_SUPPORT_DIAGNOSTICS_VERSION="7.1.5"
export TEMPLATE_ELASTICSEARCH_OPENJDK_VERSION="13.0.2"
export TEMPLATE_ELASTICSEARCH_PROMETHEUS_EXPORTER_VERSION="1.1.0"

0 comments on commit 57af173

Please sign in to comment.