mirror of
https://github.com/YunoHost-Apps/opensearch_ynh.git
synced 2024-09-03 19:46:35 +02:00
Merge pull request #10 from YunoHost-Apps/ci-auto-update-v2.9.0
Upgrade to version 2.9.0
This commit is contained in:
commit
d1380f5d62
5 changed files with 7 additions and 7 deletions
|
@ -24,7 +24,7 @@ OpenSearch makes it easy to ingest, search, visualize, and analyze your data.
|
|||
OpenSearch is a scalable, flexible, and extensible open-source software suite for search, analytics, and observability applications licensed under Apache 2.0. Powered by Apache Lucene and driven by the OpenSearch Project community, OpenSearch offers a vendor-agnostic toolset you can use to build secure, high-performance, cost-efficient applications. Use OpenSearch as an end-to-end solution or connect it with your preferred open-source tools or partner projects.
|
||||
|
||||
|
||||
**Shipped version:** 2.6.0~ynh1
|
||||
**Shipped version:** 2.9.0~ynh1
|
||||
|
||||
**Demo:** https://playground.opensearch.org/app/home
|
||||
## Disclaimers / important information
|
||||
|
|
|
@ -24,7 +24,7 @@ OpenSearch makes it easy to ingest, search, visualize, and analyze your data.
|
|||
OpenSearch is a scalable, flexible, and extensible open-source software suite for search, analytics, and observability applications licensed under Apache 2.0. Powered by Apache Lucene and driven by the OpenSearch Project community, OpenSearch offers a vendor-agnostic toolset you can use to build secure, high-performance, cost-efficient applications. Use OpenSearch as an end-to-end solution or connect it with your preferred open-source tools or partner projects.
|
||||
|
||||
|
||||
**Version incluse :** 2.6.0~ynh1
|
||||
**Version incluse :** 2.9.0~ynh1
|
||||
|
||||
**Démo :** https://playground.opensearch.org/app/home
|
||||
## Avertissements / informations importantes
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/2.6.0/opensearch-2.6.0-linux-x64.tar.gz
|
||||
SOURCE_SUM=a89ae0585f09091e239a7176dfd81a891af863b4e29f44f2623cf17754385a4a
|
||||
SOURCE_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/2.9.0/opensearch-2.9.0-linux-x64.tar.gz
|
||||
SOURCE_SUM=03d623c2d99a7100c2f0faddc8ffda8ba27eae8aa63ff6f3f7dad2337be8b68c
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/2.6.0/opensearch-2.6.0-linux-arm64.tar.gz
|
||||
SOURCE_SUM=e0396e2896597f5d21f273a2dd1b850f0720e91a71ef44f7c1c2610f9420151e
|
||||
SOURCE_URL=https://artifacts.opensearch.org/releases/bundle/opensearch/2.9.0/opensearch-2.9.0-linux-arm64.tar.gz
|
||||
SOURCE_SUM=ba6045e58d433f64f09d92565e308553647bfd3f1193346a1716f7f66e4aad5a
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Open source distributed and RESTful search engine",
|
||||
"fr": "Moteur de recherche RESTful et open-source"
|
||||
},
|
||||
"version": "2.6.0~ynh1",
|
||||
"version": "2.9.0~ynh1",
|
||||
"url": "https://github.com/opensearch-project/OpenSearch",
|
||||
"upstream": {
|
||||
"license": "Apache-2.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue