Skip to content

Commit

Permalink
Updated opensearch to 1.3.14
Browse files Browse the repository at this point in the history
Signed-off-by: jan shahid shaik <jashaik@progress.com>
  • Loading branch information
jashaik authored and sreepuramsudheer committed Mar 11, 2024
1 parent 1ef0307 commit 4e7ab48
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.7"
default_version "1.3.14"

dependency "server-open-jre"

Expand Down Expand Up @@ -55,6 +55,11 @@
sha256: "541a371f71d6df7bfb643832c8c1291180d082918623987de00b67d0c560a8fa"
end

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

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

build do
Expand Down

0 comments on commit 4e7ab48

Please sign in to comment.