Skip to content

Releases: cilium/hubble-ui

v0.7.6

26 Feb 12:58
Compare
Choose a tag to compare
  • FEAT: betters logs messages
  • FIX: refactored filtering algorithm
  • FEAT: proper handling of k8s errors
  • CHORE: Go version bumped to 1.16

v0.7.5

23 Nov 17:35
Compare
Choose a tag to compare
  • FEAT: completely refactored flows / services client-side filtering algorithm which fixes some of related issues
  • FIX: extended tests for that client-side filtering

v0.7.4

13 Nov 14:06
Compare
Choose a tag to compare
  • fixes for local data filtering
  • flows rate / nodes status in top bar

v0.7.3

02 Nov 21:11
Compare
Choose a tag to compare
  • overall improvement of UI performance
  • handle errors and retries for hubble-relay connections
  • recognize appName from app.kubernetes.io label

v0.7.2

28 Sep 23:27
Compare
Choose a tag to compare

minor fixes and improvements:

  • fix: fatal error: concurrent map read and map write (Reported-by: Tam Mach [email protected])
  • improvement: requests last 10000 flows by default, and make it configurable through GET_FLOWS_LAST env variable

v0.7.1

15 Sep 12:41
Compare
Choose a tag to compare

Improved env config for prod

v0.7.0

14 Sep 16:57
Compare
Choose a tag to compare

Performance and scale improvements:

  • UI backend on Go
  • Using streaming capabilities from grpc-web
  • Service map improvements

Deprecated:

  • Policies tab
  • Showing services without flows

v0.7.0-rc1

25 Aug 11:05
Compare
Choose a tag to compare
v0.7.0-rc1 Pre-release
Pre-release

Next hubble-ui version

v0.6.2

06 Aug 19:08
Compare
Choose a tag to compare

Upgrade deps

Signed-off-by: Dmitry Kharitonov [email protected]

v0.6.1

22 Jun 05:50
Compare
Choose a tag to compare
Use Alpine as the runtime image

I couldn't make grpc-tool work on Alpine. For now continue using Debian
for building, but use Alpine as the runtime image to avoid dealing with
security vulnerabilities.

Signed-off-by: Michi Mutsuzaki <[email protected]>