Skip to content

Commit

Permalink
chore(deps): update dependency cilium/hubble to v0.12.1
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 aanm committed Oct 11, 2023
1 parent 00014a9 commit a016942
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.12.0"
hubble_version="v0.12.1"

declare -A hubble_sha256
# 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"
# renovate: datasource=github-release-attachments depName=cilium/hubble digestVersion=v0.12.1
hubble_sha256[amd64]="201010eb5035dedf669608619a20049597fda918106ebe50b8104291dcb5aeb4"
# renovate: datasource=github-release-attachments depName=cilium/hubble digestVersion=v0.12.1
hubble_sha256[arm64]="0f2e8bec3a8689eb5ba5e30842bbcdda5a8e342348719c96ebe42b6b28cbe625"

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 a016942

Please sign in to comment.