kele-list now renders columns using server-side printing, meaning that any resource-specific columns that would normally get printed using kubectl get are available for sorting + filtering in kele-list.
Similarly, the get and list suffixes on kele-resource are now disabled if either of the following is true:
- You don't have RBAC permission to perform that verb on that resource;
- That resource definitionally does not support that verb.
Full Changes
- Fix integration tests by @jinnovation in #223
- Implement Deployment-specific columns for
kele-listby @jinnovation in #224 - kele-list: Implement resource-specific columns for Pod and Namespace by @jinnovation in #227
- Add resource-specific suffix for following logs by @jinnovation in #230
- Support port-forwarding for appropriate resources by @jinnovation in #237
- Implement function for killing port-forwards by @jinnovation in #244
- Port-forward: Completion for exposed ports on services by @jinnovation in #245
- CI: Tweak ignore-error logic by @jinnovation in #255
- Fix byte compilation errors for Emacs 31 (snapshot) by @jinnovation in #252
- Run post-context-switch functions with new context name by @jinnovation in #251
- kele-list: Render columns + values server-side by @jinnovation in #249
- kele-proxy was renamed to kele-ports by @sethidden in #260
- Implement cache invalidation for context rename/delete by @jinnovation in #262
- Introduce add'l friction before deleting "dangerous" resources by @jinnovation in #263
New Contributors
- @sethidden made their first contribution in #260
Full Changelog: v0.6.0...v0.7.0

