We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5542d4 commit 2befcc3Copy full SHA for 2befcc3
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-dev
+VERSION=0.7.0
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