Skip to content

Commit

Permalink
[DPE-5496] Release 2.17 (#77)
Browse files Browse the repository at this point in the history
Release the 2.17 built from source.
  • Loading branch information
phvalguima authored Sep 19, 2024
1 parent 6d6b091 commit de54804
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
@@ -1,7 +1,7 @@
name: opensearch # you probably want to 'snapcraft register <name>'
base: core22 # the base snap is the execution environment for this snap

version: '2.16.0' # just for humans, typically '1.2+git' or '1.3.2'
version: '2.17.0' # just for humans, typically '1.2+git' or '1.3.2'

summary: 'OpenSearch: community-driven, Apache 2.0-licensed search and analytics suite.'
description: |
Expand Down Expand Up @@ -198,7 +198,7 @@ parts:
version="$(craftctl get version)"
series="${version%%.*}.x"
patch="ubuntu0"
release_date="20240906131536"
release_date="20240919182113"
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 de54804

Please sign in to comment.