Skip to content

Releases: benc-uk/kubeview

v2.1.1

14 Jul 13:38
Compare
Choose a tag to compare
  • [FIX] Service to Pod linking and resource searching logic. Thanks @Ghostbird #141 #143
  • [FIX] Handle default backend on Ingress linking. Thanks @Ghostbird #142
  • [FIX] Event sorting and display order bugs

Install

docker pull ghcr.io/benc-uk/kubeview:2.1.1

Quick run:

docker run --rm -it --volume "$HOME/.kube:/root/.kube" \
 -p 8000:8000 ghcr.io/benc-uk/kubeview:2.1.1

Helm install:

helm repo add kubeview https://code.benco.io/kubeview/deploy/helm
helm repo update
helm install kubeview kubeview/kubeview

What's Changed

Full Changelog: 2.1.0...2.1.1

v2.1.0

10 Jul 22:00
Compare
Choose a tag to compare
  • [NEW] Switched to new graph rendering engine, using G6. Much improved visual layout & clarity.
  • [NEW] Options for pausing and resuming graph updates
  • [NEW] Option for layout spacing

Install

docker pull ghcr.io/benc-uk/kubeview:2.1.0

Quick run:

docker run --rm -it --volume "$HOME/.kube:/root/.kube" \
 -p 8000:8000 ghcr.io/benc-uk/kubeview:2.1.0

Helm install:

helm repo add kubeview https://code.benco.io/kubeview/deploy/helm
helm repo update
helm install kubeview kubeview/kubeview

What's Changed

  • FIX: Add permissions for Horizontal Pod Autoscalers in service account by @chenliTW in #135
  • Refactor Graph Visualization to use G6 Library by @benc-uk in #139

New Contributors

Full Changelog: 2.0.4...2.1.0

v2.0.4

05 Jul 13:39
Compare
Choose a tag to compare
  • [NEW] Add support for showing Horizontal Pod Autoscalers (HPA) in Kubeview. Metrics are displayed in a user-friendly format and linkage between the HPA and its target resource is shown.
  • [NEW] Option to disable pod logs in both API and UI

Install

docker pull ghcr.io/benc-uk/kubeview:2.0.4

Quick run:

docker run --rm -it --volume "$HOME/.kube:/root/.kube" \
 -p 8000:8000 ghcr.io/benc-uk/kubeview:2.0.4

Helm install:

helm repo add kubeview https://code.benco.io/kubeview/deploy/helm
helm repo update
helm install kubeview kubeview/kubeview

What's Changed

  • Add DISABLE_POD_LOGS environment variable to control pod log access by @benc-uk in #130
  • Add support for HPA resource by @benc-uk in #133

Full Changelog: 2.0.3...2.0.4

v2.0.3

13 Jun 17:11
Compare
Choose a tag to compare
  • [NEW] Show Kubernetes events as a timeline for the selected namespace.
  • [NEW] Can open up pod logs in a new "pod logs" view
  • [INTERNAL] Refactored how the UI is structured, splitting it into more manageable components.

Install

docker pull ghcr.io/benc-uk/kubeview:2.0.3

Quick run:

docker run --rm -it --volume "$HOME/.kube:/root/.kube" \
 -p 8000:8000 ghcr.io/benc-uk/kubeview:2.0.3

Helm install:

helm repo add kubeview https://code.benco.io/kubeview/deploy/helm
helm repo update
helm install kubeview kubeview/kubeview

Full Changelog: 2.0.2...2.0.3

v2.0.2

08 Jun 08:44
Compare
Choose a tag to compare
  • [NEW] UI - Can show resource annotations & collapse side panel sections
  • [FIX] UI - Resource search filter was ignored in some cases #123
  • [NEW] UI - Secrets and ConfigMaps are now linked to their respective Pods
  • [NEW] General - Handling of server disconnections/reconnections
  • [NEW] General - Support for Kubernetes 1.33
  • [NEW] Deploy - Helm chart updates, service annotations, nodeports, namespace filtering

Containers

docker pull ghcr.io/benc-uk/kubeview:2.0.2

Full Changelog: 2.0.1...2.0.2

v2.0.1

31 May 23:28
Compare
Choose a tag to compare
  • [FIX] Improve UI when on a smaller screens
  • [FIX] Loading spinner logic was incorrect
  • [FIX] A few Helm chart issues

Containers

docker pull ghcr.io/benc-uk/kubeview:2.0.1

What's Changed

  • Update Helm chart correctness for artifacthub by @benc-uk in #120

Full Changelog: 2.0.0...2.0.1

v2.0.0 - Total rewrite

31 May 21:07
20d4a14
Compare
Choose a tag to compare
  • [NEW] Everything is new! This is the first release of the v2 rewrite of the project.
  • [NEW] SSE (Server-Sent Events) support has been added, allowing for real-time updates from the server.
  • [NEW] The project now uses a new, more modern architecture that improves performance and maintainability.
  • [NEW] The codebase has been refactored to improve readability and organization.

Containers

ghcr.io/benc-uk/kubeview:2.0.0

Full Changelog: https://github.com/benc-uk/kubeview/commits/2.0.0

What's Changed

v0.1.31

31 Oct 10:32
Compare
Choose a tag to compare
  • Hides managedFields in metadata when showing the full object, as it's pointless and noisy and annoying
  • Helm chart can deploy just a clusterIP service, PR #77 thanks @shivjm

v0.1.30

29 Oct 23:09
Compare
Choose a tag to compare
  • Fixes greyed out icons
  • Ingress API changes & fixes
  • Internal updates, linting etc
  • Package & dependency refresh

v0.1.20

05 Feb 18:17
Compare
Choose a tag to compare
  • Internal changes to codebase, linting etc
  • Adds ingressClassName fixes #49