]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
monitoring/ceph-mixin: bump jsonnet-bundler to v0.6.0
authorSun Yuechi <sunyuechi@iscas.ac.cn>
Fri, 29 May 2026 06:48:07 +0000 (14:48 +0800)
committerSun Yuechi <sunyuechi@iscas.ac.cn>
Fri, 29 May 2026 06:51:52 +0000 (14:51 +0800)
v0.4.0 fails to build on riscv64; bump to v0.6.0 to fix it.

Signed-off-by: Sun Yuechi <sunyuechi@iscas.ac.cn>
monitoring/ceph-mixin/jsonnet-bundler-build.sh

index d713cffb8bcc5eaeb0fe5589d9df82d2dea51cf3..463658f186bfa6acac58e4d4d35cd1814190cb3b 100755 (executable)
@@ -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