Skip to content

Commit

Permalink
[DPE-5047] Update snap to 2.14.0-ubuntu1 with ML Commons fix
Browse files Browse the repository at this point in the history
This PR backports upstream fix for ML Commons: opensearch-project/ml-commons#2675

To be added to our distribution.

Given we are currently targeting upstream branch 2.14, instead of upstream tag 2.14.0.0, this build is using a new release from our build from source: 2.14.0-ubuntu1.
  • Loading branch information
phvalguima authored Aug 5, 2024
1 parent 7e2bbda commit 23336ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ parts:
# download opensearch tarball
version="$(craftctl get version)"
series="${version%%.*}.x"
patch="ubuntu0"
release_date="20240527220320"
patch="ubuntu1"
release_date="20240805164805"
archive="opensearch-${version}-${patch}-${release_date}-linux-x64.tar.gz"
url="https://launchpad.net/opensearch-releases/${series}/${version}-${patch}/+download/${archive}"
Expand Down

0 comments on commit 23336ca

Please sign in to comment.