File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ curator/vendor/voluptuous-0.11.5-py2.py3-none-any.whl:
74
74
size : 27677
75
75
object_id : 6889d3b8-07e8-4e17-49a0-474405676494
76
76
sha : sha256:303542b3fc07fb52ec3d7a1c614b329cdbee13a9d681935353d8ea56a7bfa9f1
77
- elasticsearch/elasticsearch-7.17.5 -no-jdk-linux-x86_64.tar.gz :
78
- size : 167410729
79
- object_id : de00c51b-5ecf-4c0d-53fd-04c6a6aaf5bc
80
- sha : sha256:d301e4e270bbb3391e3aa721adc6c4cf86c3dcc5521a914120408d32ac30a92e
77
+ elasticsearch/elasticsearch-7.9.3 -no-jdk-linux-x86_64.tar.gz :
78
+ size : 162808745
79
+ object_id : e3856ece-c8a3-4c2b-6097-53a75ee5eeca
80
+ sha : sha256:2ab0e23277e2fd9365b53af2653e6107ab46db2117390e84ba53385a96f3559f
81
81
haproxy/haproxy-1.7.5.tar.gz :
82
82
size : 1743979
83
83
object_id : 4ee72933-de11-4d3c-4657-b6b284388def
Original file line number Diff line number Diff line change 1
1
set -e
2
2
3
- tar xzf elasticsearch/elasticsearch-7.17.5-no-jdk-linux-x86_64.tar.gz -C $BOSH_INSTALL_TARGET --strip-components 1
3
+ tar xzf elasticsearch/elasticsearch-7.9.3-no-jdk-linux-x86_64.tar.gz -C $BOSH_INSTALL_TARGET --strip-components 1
4
+
5
+ # For log4j 2.14 or older. Remove after we update Elasticsearch to 7.16.2 or higher.
6
+ /bin/rm -f "${BOSH_INSTALL_TARGET}/bin/elasticsearch-sql-cli-7.9.3.jar"
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ dependencies:
5
5
- openjdk-11
6
6
7
7
files:
8
- - elasticsearch/elasticsearch-7.17.5 -no-jdk-linux-x86_64.tar.gz
8
+ - elasticsearch/elasticsearch-7.9.3 -no-jdk-linux-x86_64.tar.gz
You can’t perform that action at this time.
0 commit comments