Skip to content

Commit

Permalink
Updated opensearch version to 1.3.20 .
Browse files Browse the repository at this point in the history
Signed-off-by: sreepuramsudheer <[email protected]>
  • Loading branch information
sreepuramsudheer committed Dec 31, 2024
1 parent 2ea9a07 commit 548a22c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion omnibus/config/software/opensearch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

name "opensearch"
default_version "1.3.19"
default_version "1.3.20"

dependency "server-open-jre"

Expand Down Expand Up @@ -70,6 +70,11 @@
sha256: "af901097211df4c3d2ef75f0c3699452d82a87adac60c240520a3ca03f969595"
end

version "1.3.20" do
source url: "https://artifacts.opensearch.org/releases/bundle/opensearch/#{version}/opensearch-#{version}-linux-x64.tar.gz",
sha256: "a786fe52b4d25db85cc49f34df6118f19c434b25935f28bd98c0f874ae77ccc3"
end

target_path = "#{install_dir}/embedded/opensearch"

build do
Expand Down

0 comments on commit 548a22c

Please sign in to comment.