From bd3255f850fab5fc0bda6903efe63994540cc302 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 14:58:56 +0000 Subject: [PATCH] chore(deps): update hubble cli to v0.12.0 Signed-off-by: renovate[bot] --- examples/hubble/hubble-cli.yaml | 2 +- images/cilium/download-hubble.sh | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/hubble/hubble-cli.yaml b/examples/hubble/hubble-cli.yaml index 0b9386b18a2c5..9722ebc73efdd 100644 --- a/examples/hubble/hubble-cli.yaml +++ b/examples/hubble/hubble-cli.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: hubble-cli - image: quay.io/cilium/hubble:v0.11.6@sha256:b683ff2de3b778322419717b302ef834e7a0c1e786d69aa833c03d9dea4efcfc + image: quay.io/cilium/hubble:v0.12.0@sha256:1e43b5cd9be0375bb9e0e0f18ad940f0e2a7f47f97ca987be2fe30376da6bc60 imagePullPolicy: IfNotPresent command: - tail diff --git a/images/cilium/download-hubble.sh b/images/cilium/download-hubble.sh index 3403027299668..37f040e5471ae 100755 --- a/images/cilium/download-hubble.sh +++ b/images/cilium/download-hubble.sh @@ -9,13 +9,13 @@ set -o pipefail set -o nounset # renovate: datasource=github-release-attachments depName=cilium/hubble -hubble_version="v0.11.6" +hubble_version="v0.12.0" declare -A hubble_sha256 -# renovate: datasource=github-release-attachments depName=cilium/hubble digestVersion=v0.11.6 -hubble_sha256[amd64]="2d2768574351a85770088c9239214cf50cb42461979f116ef20f985eb943b05a" -# renovate: datasource=github-release-attachments depName=cilium/hubble digestVersion=v0.11.6 -hubble_sha256[arm64]="6c74e702638533ae835110be59d303ee74d4a19498bdb83ad488025684276ffe" +# renovate: datasource=github-release-attachments depName=cilium/hubble digestVersion=v0.12.0 +hubble_sha256[amd64]="286ed8fecdcb552de9bc65aa828fa03722470d4b60af99602f401615bd489719" +# renovate: datasource=github-release-attachments depName=cilium/hubble digestVersion=v0.12.0 +hubble_sha256[arm64]="62d73a73f7baa0e13d1a62a8a2d7475858307e0d762dde55f2c51220e2ae8a61" for arch in amd64 arm64 ; do curl --fail --show-error --silent --location "https://github.com/cilium/hubble/releases/download/${hubble_version}/hubble-linux-${arch}.tar.gz" --output "/tmp/hubble-${arch}.tgz"