This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[D2IQ-64167] Bump elastic 7.6.0 (#74)
* 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
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |