Skip to content

Commit

Permalink
Merge pull request #1535 from chef/log4j_again
Browse files Browse the repository at this point in the history
Remove ancient elasticsearch release
  • Loading branch information
tas50 committed Jan 6, 2022
2 parents 06f8d11 + 8e2fe7a commit 9b3f58d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions config/software/elasticsearch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

name "elasticsearch"
default_version "5.4.1"
default_version "5.6.16"

dependency "server-open-jre"

Expand All @@ -26,10 +26,6 @@
source url: "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-#{version}.tar.gz"
relative_path "elasticsearch-#{version}"

version "5.4.1" do
source sha256: "09d6422bd33b82f065760cd49a31f2fec504f2a5255e497c81050fd3dceec485"
end

version "5.6.16" do
source sha256: "6b035a59337d571ab70cea72cc55225c027ad142fbb07fd8984e54261657c77f"
end
Expand Down

0 comments on commit 9b3f58d

Please sign in to comment.