Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ opensearch-dashboards-observability-plugin
Commits:
f8420849 by Leonidas Spyropoulos at 2023-12-09T01:01:55+00:00
upgpkg: 2.11.1.0-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = opensearch-dashboards-observability-plugin
pkgdesc = OpenSearch Dashboards Observability Plugin
- pkgver = 2.11.0.0
+ pkgver = 2.11.1.0
pkgrel = 1
url = https://opensearch.org/docs/latest/observability/index/
arch = x86_64
@@ -9,12 +9,12 @@ pkgbase = opensearch-dashboards-observability-plugin
makedepends = npm
makedepends = python
makedepends = git
- depends = opensearch-dashboards=2.11.0
+ depends = opensearch-dashboards=2.11.1
depends = gnuplot
options = !strip
options = emptydirs
- source =
git+https://github.com/opensearch-project/dashboards-observability.git#tag=2.11.0.0
- source =
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.11.0
+ source =
git+https://github.com/opensearch-project/dashboards-observability.git#tag=2.11.1.0
+ source =
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.11.1
sha256sums = SKIP
sha256sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgname='opensearch-dashboards-observability-plugin'
_pluginname='observability-dashboards-plugin'
-pkgver=2.11.0.0
-_dashboardsver=2.11.0
+pkgver=2.11.1.0
+_dashboardsver=2.11.1
pkgrel=1
pkgdesc='OpenSearch Dashboards Observability Plugin'
url='https://opensearch.org/docs/latest/observability/index/'
@@ -32,7 +32,7 @@ build() {
yarn build --skip-archive
}
-# This breaks in release 2.11.0 - check on next one
+# This breaks in release 2.11.1 - check on next one
# check() {
# cd "OpenSearch-Dashboards/plugins/${_pluginname}"
# yarn test
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-observability-plugin/-/commit/f8420849ad794d18577ba6a1d2fb914c9bff17d6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-observability-plugin/-/commit/f8420849ad794d18577ba6a1d2fb914c9bff17d6
You're receiving this email because of your account on gitlab.archlinux.org.