We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c8a789 commit ba452ffCopy full SHA for ba452ff
Makefile
@@ -4,7 +4,7 @@ BINDIR ?= /usr/local/bin
4
IMAGE_REPOSITORY ?= quay.io/cilium/hubble
5
CONTAINER_ENGINE ?= docker
6
TARGET=hubble
7
-VERSION=0.7.0
+VERSION=0.7.1
8
GIT_BRANCH = $(shell which git >/dev/null 2>&1 && git rev-parse --abbrev-ref HEAD)
9
GIT_HASH = $(shell which git >/dev/null 2>&1 && git rev-parse --short HEAD)
10
GO_TAGS ?=
0 commit comments