Skip to content

Releases: syedazeez337/kuberift

v0.2.0 — Parity

07 Mar 17:23

Choose a tag to compare

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 viewkf -r events and 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_sort config 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

25 Feb 11:50

Choose a tag to compare

Full Changelog: v0.1.1...v0.1.2

v0.1.1

25 Feb 07:11

Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

v0.1.0

25 Feb 06:07

Choose a tag to compare