Releases: syedazeez337/kuberift
Releases · syedazeez337/kuberift
v0.2.0 — Parity
v0.2.0 — Parity Milestone
Completes the v0.2.0 Parity milestone with 6 new features, bringing KubeRift to feature parity with core kubectl workflows.
New Features
- Config file (
~/.config/kuberift/config.toml) — persistent settings for namespace, context, resource type, editor, shell, UI toggles, and default sort (#39) - CRD support — automatic discovery of Custom Resource Definitions via the Kubernetes Discovery API, with dynamic watchers (#40)
- Events view —
kf -r eventsand Ctrl-P events preview mode using field-selector queries (#41) - Resource editing — Ctrl-W to fetch YAML, open in $EDITOR, diff-detect changes, and apply (#42)
- Resource scaling — Ctrl-S to scale Deployments and StatefulSets with replica count prompt and confirmation (#43)
- Column sorting — Ctrl-O runtime sort picker (health/name/namespace/kind/status/age) with
default_sortconfig option (#44)
Stats
- 201 tests, zero clippy warnings
- 15 resource types (14 built-in + CRDs)
- 7 keybindings (describe, yaml, logs, events, exec, delete, port-forward, restart, scale, edit, sort)
Full Changelog: https://github.com/syedazeez337/kuberift/commits/v0.2.0
v0.1.2
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Full Changelog: https://github.com/syedazeez337/kubefuzz/commits/v0.1.0