Skip to content

Commit

Permalink
chore(deps): update dependency cilium/hubble to v0.13.4
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <bot@renovateapp.com>
  • Loading branch information
renovate[bot] authored and squeed committed May 14, 2024
1 parent 8d3a1d6 commit 45087f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions images/cilium/download-hubble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ set -o pipefail
set -o nounset

# renovate: datasource=github-release-attachments depName=cilium/hubble
hubble_version="v0.13.3"
hubble_version="v0.13.4"

declare -A hubble_sha256
# renovate: datasource=github-release-attachments depName=cilium/hubble digestVersion=v0.13.3
hubble_sha256[amd64]="864a6d296dd0662e389076929f1fb82a487fee3f0842c3394c3a88887e8c0cf4"
# renovate: datasource=github-release-attachments depName=cilium/hubble digestVersion=v0.13.3
hubble_sha256[arm64]="b696707b4f6abd1b0d4bccedc6246434315a9bbe92633e43fe03c20d66be114f"
# renovate: datasource=github-release-attachments depName=cilium/hubble digestVersion=v0.13.4
hubble_sha256[amd64]="efcffc1d661a59278212ce4b6fe8c57c583ac1306aaa6a7e932fb199ca9711e8"
# renovate: datasource=github-release-attachments depName=cilium/hubble digestVersion=v0.13.4
hubble_sha256[arm64]="9c30e496db773053f400ca5bb6315c3fb025164a11e5e086eba5ca0d8b5e3d64"

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"
Expand Down

0 comments on commit 45087f7

Please sign in to comment.