Releases: benc-uk/kubeview
Releases · benc-uk/kubeview
v2.1.1
- [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
- Fix #140, use first exact match (#141) by @benc-uk in #143
- Add edge to ingress default backend service by @Ghostbird in #142
Full Changelog: 2.1.0...2.1.1
v2.1.0
- [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
- [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
- [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
- [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
- [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
Full Changelog: 2.0.0...2.0.1
v2.0.0 - Total rewrite
- [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