From: Sun Yuechi Date: Fri, 29 May 2026 06:48:07 +0000 (+0800) Subject: monitoring/ceph-mixin: bump jsonnet-bundler to v0.6.0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dada074b3437b2696479496b93ab50f9da598662;p=ceph.git monitoring/ceph-mixin: bump jsonnet-bundler to v0.6.0 v0.4.0 fails to build on riscv64; bump to v0.6.0 to fix it. Signed-off-by: Sun Yuechi --- diff --git a/monitoring/ceph-mixin/jsonnet-bundler-build.sh b/monitoring/ceph-mixin/jsonnet-bundler-build.sh index d713cffb8bc..463658f186b 100755 --- a/monitoring/ceph-mixin/jsonnet-bundler-build.sh +++ b/monitoring/ceph-mixin/jsonnet-bundler-build.sh @@ -1,6 +1,6 @@ #!/bin/sh -ex -JSONNET_VERSION="v0.4.0" +JSONNET_VERSION="v0.6.0" OUTPUT_DIR=${1:-$(pwd)} git clone -b ${JSONNET_VERSION} --depth 1 https://github.com/jsonnet-bundler/jsonnet-bundler