Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.4
    27288c30 · Update CHANGELOG ·
    Release: v0.4
    v0.4
    
    This release adds cluster-scoped resources, log tailing for pods, and
    horizontally scrollable tables.
    
    New features:
      - Add keybind to reload ingresses
      - Show pod logs by pressing 'L'
      - Show IPs and all ports in pods and services tables
      - Show Nodes and PersistentVolumes under the "@cluster" namespace
      - Support Bearer token authentication and getting the token from an
        external command
      - Truncate tables with many columns and scroll horizontally
    
    Changes:
      - Change log keybind from L to C-l help keybinding from H to C-h so
        that global keybinds always start with Ctrl.
      - Use smart-case for searches
      - Show unready pods as unhealthy
      - Optimize pager searching and rendering
      - Don't use Rust's async at all and just use threads
    
    Bugfixes:
      - Don't capture H, L, and ? when prompting
      - Fix crash when displaying utf-8 characters in pager
      - Fix crash when some numeric fields were omitted by Kubernetes in
        JSON responses
    
  • v0.3 Release: v0.3
    v0.3
    
    This release adds three more tables and adds tests.  The same testing
    framework is then used to generate demo videos.
    
    New features:
      - Add ConfigMap, PersistentVolumeClaim, Secrets tables
        - Automatically generated demo video
    
    Changes:
      - Add usecase tests
    
    Bugfixes:
      - Fix artifact name in CI config
    
  • v0.2 Release: v0.2
    v0.2
    
    This release adds coloring for the JSON and Help screens and improves
    the scrolling behaviour of tables.  Under the hood, a lot of code was
    refactored.
    
    New features:
      - Colour JSON and Help screens
    
    Changes:
      - Automatically go to the first result when searching
      - Refactor the table and JSON views
      - Refactor key handling (and include all the keys in the Help text)
      - Improve table scrolling
    
    Bugfixes:
      - none
    
  • v0.1 Release: v0.1
    Initial release
    
    Kubebro is a command-line Kubernetes resource browser. It
    facilitates exploration of Kubernetes clusters and exposes some
    common tasks as easy to use commands.
    
    Features:
      - Table-like navigation
      - Basic display of: `deployments`, `ingresses`, `pods`, `services`,
        `statefulsets`, `serviceaccounts`, `rolebindings`, `roles`
      - Basic JSON display of the above resources
      - Support for restarting `deployments` and `statefulsets`
      - Support for deleting `pods`
      - Support for searching through the JSON
      - Basic help screen
      - Log viewing by shelling out to `less` and `tail`