EXE
WinGet
kubetui
kosay · 1.12.1 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Portable application — no installation required. Run the executable directly from any location.
File Identity
Filename
kubetui-x86_64-pc-windows-msvc.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
kosay.kubetui
Version
1.12.1
Description
A terminal UI for Kubernetes
License
MIT
↗
Homepage
https://github.com/sarub0b0/kubetui
Installer URL
https://github.com/sarub0b0/kubetui/releases/download/v1.12.1/kubetui-x86_64-pc-windows-msvc.exe
Release Notes
What's Changed
Bug Fixes
- Workaround kube-rs not respecting NO_PROXY (#919) - Fixed an issue where the NO_PROXY environment variable was not being respected by kube-rs, causing requests to bypass proxy exclusion rules.
- Enable kube http-proxy feature for proxy support (#924) - The http-proxy feature was not enabled in the kube dependency, which meant that proxy configuration (HTTP_PROXY/HTTPS_PROXY) was not actually being applied to kube-rs HTTP connections.
Dependencies
- Update rust crate jm…