This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+8 more
Summary
AI summaryTUI now supports light and dark themes via --theme flag or KUBEFWD_THEME env var.
Full changelog
What's New
TUI Light/Dark Theme Support (#393)
The TUI now supports light terminal backgrounds with a new --theme flag and KUBEFWD_THEME environment variable.
# CLI flag
sudo -E kubefwd svc -n default --tui --theme light
# Environment variable
KUBEFWD_THEME=light sudo -E kubefwd svc -n default --tui
The light palette uses darker color variants (dark gold, dark green, dark teal, black text) optimized for readability on light terminal backgrounds. The default remains the dark theme.
Bug Fixes
- Fix MCPB build script for Windows (#394): Corrected the goreleaser dist directory path for Windows CGO cross-compilation builds.
Changelog
- TUI: add light/dark theme support (#393)
- fix: use correct goreleaser build ID for Windows MCPB bundles (#394)
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About txn2/kubefwd
Kubernetes bulk port forwarding with service discovery, /etc/hosts management, traffic monitoring, and pod log streaming
Related context
Related tools
Beta — feedback welcome: [email protected]