cilium / hubble

Hubble - Network, Service & Security Observability for Kubernetes using eBPF
Apache License 2.0
3.41k stars 246 forks source link

Import hubble from cilium/cilium repo #1444

Closed michi-covalent closed 2 months ago

michi-covalent commented 3 months ago

tested the version command manually:

% make
make -C . hubble-bin
CGO_ENABLED=0 go build   -ldflags "-w -s -X 'github.com/cilium/cilium/hubble/pkg.GitBranch=pr/michi/yes-hubble' -X 'github.com/cilium/cilium/hubble/pkg.GitHash=533a3d10' -X 'github.com/cilium/cilium/hubble/pkg.Version=v1.16.0-pre.2'" -o hubble .
% ./hubble version
hubble v1.16.0-pre.2@pr/michi/yes-hubble-533a3d10 compiled with go1.22.2 on darwin/arm64

once this PR gets merged i'll prepare v1.16.0-pre.2 release and document the new release process 📝