From de54804959e37589506a31d446e1d88cbdab4f6d Mon Sep 17 00:00:00 2001 From: phvalguima Date: Thu, 19 Sep 2024 21:56:31 +0200 Subject: [PATCH] [DPE-5496] Release 2.17 (#77) Release the 2.17 built from source. --- snap/snapcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 7df418a..13bc603 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,7 +1,7 @@ name: opensearch # you probably want to 'snapcraft register ' 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: | @@ -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}"