Skip to content

Releases: bjarneo/ku

v0.2.0

16 Jun 17:26
bf1b6e4

Choose a tag to compare

What's Changed

  • Update cow by bjarneo (@bjarneo) (bf1b6e4)
  • Rename the project from kli to ku by bjarneo (@bjarneo) (f6c3ac3)
  • table: keep the selected namespace, not just the name, across refreshes by bjarneo (@bjarneo) (3933117)
  • upgrade: point users to the renamed ku repo by bjarneo (@bjarneo) (88c92e5)
  • Print a clean farewell on quit by bjarneo (@bjarneo) (84446b6)
  • Show a startup splash while connecting in the background by bjarneo (@bjarneo) (8714716)
  • Separate cursor movement from marking in log selection by bjarneo (@bjarneo) (448784e)
  • Share the resource key format via resourceKey by bjarneo (@bjarneo) (5b9b491)
  • Fix bordered panes overflowing the view by bjarneo (@bjarneo) (d678542)
  • Mark and copy log lines by keyboard or mouse by bjarneo (@bjarneo) (54aec85)
  • Keep the selected row across live table refreshes by bjarneo (@bjarneo) (88f3ee0)
  • Leave the terminal's last row and column unused by bjarneo (@bjarneo) (a0236a9)
  • Batch log streaming so the initial tail doesn't choke the UI by bjarneo (@bjarneo) (097e9fc)
  • Expand tabs in log lines to prevent overflow by bjarneo (@bjarneo) (074418c)
  • Add on-demand CRD discovery to the sidebar by bjarneo (@bjarneo) (82b8aa2)

Full changelog: v0.1.5...v0.2.0

Checksums (SHA256)

a0af84d4a2ebfa4d98ef1ba3dbe24d8ef25b729fd37ece62836f472c0ea65f3b  ku-darwin-amd64
4658d2afae83fcfbc4389f8b29415a37f44314c94d237beb92afa8c9147b2e53  ku-darwin-arm64
2fb2bcd3455fef4cf6c02c29130454f44f73cc4eed5099b3246c12e60ef3db9d  ku-linux-amd64
0dd8138e9ced2dd016343b900cd44d4779ca3582577796419fe2cb66e78b6bed  ku-linux-arm64
111dde8d6efe31f6628a231363c83a423442f3f098eac1eaca6a23b520bb0b14  ku-windows-amd64.exe
d87c5ebef5868ccebd4a8ab38efc46d0f0663423171e3d1ba1a569a66e8ba5fd  ku-windows-arm64.exe

v0.1.5

15 Jun 09:06
1582dee

Choose a tag to compare

What's Changed

  • Render modal overlays on top of the current view by bjarneo (@bjarneo) (1582dee)
  • Document adding custom resources (CRDs) to the sidebar by bjarneo (@bjarneo) (55520da)
  • Wrap log lines by default with a toggle, and keep full lines by bjarneo (@bjarneo) (af2038c)
  • Add regex filter to the logs view by bjarneo (@bjarneo) (9071f24)
  • Upgrade Charm dependencies to v2 by Bjarne Øverli (@bjarneo) (54dae11)

Full changelog: v0.1.4...v0.1.5

Checksums (SHA256)

3c6a180d8d5c44ed16754d6eb6389a3d46022c0feb0cf75841ffd08b2cb20aa6  kli-darwin-amd64
6897a20da97fc75d5752700f06302e2f68b22717b31b5687827744d02d763a8a  kli-darwin-arm64
4a9f176b18553953fdd5e13e33b3186dc538fbfbac6dc9d8154b997d7b742854  kli-linux-amd64
7ffdc468676e98798c444082ca65745e07d317d6ddaa5ba901969f8f772d9121  kli-linux-arm64
cfb142e3b41664aba8b75fdb32c3ea88e318cea859ff778b47036b26362c3c37  kli-windows-amd64.exe
6ce73f677445f7b20ff871b5cf6a6b0ff3096942075337093edc06e0ca0a9f5a  kli-windows-arm64.exe

v0.1.4

14 Jun 17:00
v0.1.4
c782588

Choose a tag to compare

What's Changed

  • Add sidebar pane gap by Bjarne Øverli (@bjarneo) (c782588)
  • Align overview panel spacing by Bjarne Øverli (@bjarneo) (c4d9e54)
  • Refine overview spacing and muted colors by Bjarne Øverli (@bjarneo) (76608cd)
  • Avoid rebuilding table rows while scrolling columns by Bjarne Øverli (@bjarneo) (77357bc)
  • fix: scroll table columns horizontally on small screens by Selton Fiuza (@seltonfiuza) (c261b09)

Full changelog: v0.1.3...v0.1.4

Checksums (SHA256)

3c0daec73b4855e08117dd5a1f929c2948f15d7efab4ea8ef9a7d2bfe5fbd0f1  kli-darwin-amd64
bb7f65bad368572c604200c6137ae68ebe92dbadb370a1595f91de34df6d0164  kli-darwin-arm64
d9a339b7db43b52e3c2de15cdbb1d04bb6d04ca9d5ca8b2886ffb4f399130a3a  kli-linux-amd64
cd0cec15a47e084a9f7b507904491e34f1612f2dca4186412b6707201de5c8f0  kli-linux-arm64
e878052ef34387962ff30a41b9b8c3cf4a43f9ff7fc9a55ee0794bf176e2d0b2  kli-windows-amd64.exe
ec8a435471ba5fb4c5bdf050b9a6a755e3b1a9b8c8ffed3b042f9da2723beb97  kli-windows-arm64.exe

v0.1.3

14 Jun 09:29
v0.1.3
bfa0439

Choose a tag to compare

What's Changed

  • Clear stale errors after successful refresh by Bjarne Øverli (@bjarneo) (bfa0439)
  • Count deployment readiness from desired replicas by Bjarne Øverli (@bjarneo) (4e83576)
  • Resolve qualified resources strictly by Bjarne Øverli (@bjarneo) (2328712)
  • Avoid empty tables from JSON fallback by Bjarne Øverli (@bjarneo) (e5a4478)
  • Open requested resource on startup by Bjarne Øverli (@bjarneo) (c78eef6)
  • Handle upgrade help before execution by Bjarne Øverli (@bjarneo) (04e8bf4)
  • Prevent blocked log wait on cancellation by Bjarne Øverli (@bjarneo) (0b93a8b)
  • Fail client creation on total discovery failure by Bjarne Øverli (@bjarneo) (5454a67)
  • Reject namespace changes during apply by Bjarne Øverli (@bjarneo) (8327868)
  • Tie node debug cleanup to originating client by Bjarne Øverli (@bjarneo) (85c5a51)
  • Apply edits with originating Kubernetes client by Bjarne Øverli (@bjarneo) (ac5734e)
  • Guard async UI loads against stale clients by Bjarne Øverli (@bjarneo) (5c52830)

Full changelog: v0.1.2...v0.1.3

Checksums (SHA256)

f38e7ed5bc08f55ac6e91c0d44d8fb4519663b758477ec6e6c071c6b39493f69  kli-darwin-amd64
8f999ef5c198a18662b89f1c34bb54a43a6b14b74e1878a315cbaeb05c512d33  kli-darwin-arm64
9dc20c4d111947067f71c2923cab86fa89f111df34e784216f8eee42284ade54  kli-linux-amd64
5b8c997b8c80f38a066f7af366d5f1a118d14d9c378501606e2eff5519473219  kli-linux-arm64
45d0791384e51d17a6ee7137885009188774e903487f4ac78e5b4aa4d29eca1e  kli-windows-amd64.exe
7d071f9538c577e4fc1571107387335974263f9b49b688439bd0e31e0ae15f29  kli-windows-arm64.exe

v0.1.2

14 Jun 08:51
v0.1.2
8230a19

Choose a tag to compare

What's Changed

Full changelog: v0.1.1...v0.1.2

Checksums (SHA256)

8d3e20382fb910d85b03bf48f43b58bd194cafd6fcfd44899249311f0663a800  kli-darwin-amd64
8767e90c76f1717a8b5ba5e87d27637a56b565279d383f9f6cfa97f8760cf572  kli-darwin-arm64
1f401f3d5f3b5d4df0720cba9be9c7bb0f4db50a3f8cd6b069c28a2467a272b4  kli-linux-amd64
a08b443a60f964c86894214a9364e3e07f623d27ca0dd71ba80d4a59de943a1d  kli-linux-arm64
b96ebcf45409923967cb892e3d05258acc70e1c3475f2d55105148eda5eb6100  kli-windows-amd64.exe
dbc6a1fc1168c5bee493bb39057a2059870fe28387808cd35a259f716db9cc47  kli-windows-arm64.exe

v0.1.1

14 Jun 07:27
v0.1.1
6ad2a71

Choose a tag to compare

What's Changed

Full changelog: v0.1.0...v0.1.1

Checksums (SHA256)

5ab6ad9c8572419356df18534fd19d78022f1eb7039c754a4cb97937f2a6f150  kli-darwin-amd64
a10e63d66316f2d3c06c890096a792ba38e0037d73c3e03a9ae936b65666f511  kli-darwin-arm64
bda03eed5e8179c7a7d5f3edcc5b51b2a00dda87ee1b218427ba4b331f3b081f  kli-linux-amd64
ae1a57f2c77d68f47fcf8b6638b089b67582518083d4d0e5697f1222b3e79617  kli-linux-arm64
2a3e34f1e37be9d005db2e566165a32c98e8f32e93505c27f0b87f568228a502  kli-windows-amd64.exe
3e2ba4e59964c8939dec8357b2ee8954d1ae5523de3b39efd7081bb1d9174b43  kli-windows-arm64.exe

v0.1.0

14 Jun 06:21
v0.1.0
c4a49b6

Choose a tag to compare

What's Changed

  • Add demo recording scripts (c4a49b6)
  • Add link to user attachments in README (a1b122d)
  • Document install script (c9f00cb)
  • Separate long config keys from values (1b76019)
  • Confirm edits before applying (52d165f)
  • Ignore local demo environments (d46d991)
  • Polish Secret config view (3eb15d8)
  • Truncate pane lines instead of wrapping (fe4e1c5)
  • Keep panes inside short viewports (fd3f0c9)
  • Make overlays responsive to short heights (89a29bb)
  • Add release upgrade path (a7b434f)
  • Add config view and CronJob trigger (b37f7c8)
  • Color the resource lists by meaning (fa1582d)
  • Add column sorting to tables (27cea57)
  • Simplify (whole-codebase pass): dedup fuzzy ranking, drop dead state (875bbd7)
  • Pristine UI pass: equal gutter, symmetric modals, richer overview (c227b46)
  • Add --kubeconfig flag and pod resource usage columns (a414f31)
  • Add node shell via a debug pod (b055df5)
  • Remove the yq filter from the describe view (35483fa)
  • Simplify: dedup helpers, generalize confirm, concurrent cockpit fetch (2a4d0cc)
  • Open on a cluster cockpit overview (bd095c9)
  • Highlight YAML in describe, add yq filter and editor fallback (d50e67b)
  • Add rollout restart and a context-aware bottom bar (9ba5a9e)
  • Add node stats and decode secrets for viewing (b1bf14b)
  • Initial commit: kli, a keyboard-driven Kubernetes TUI (b88a5a1)

Checksums (SHA256)

5379f16a1247985dd902363b38d87d844f788deb809731b0ab235f753e9b82d1  kli-darwin-amd64
c62c6729b1283ba3e92513768e90a5b8322e266e15adf7e99ec1da6f7b769eb5  kli-darwin-arm64
b4c51d136c2e5f4ef64c936a761e9ab5426206e7de2899b35e7bff4233a04ea3  kli-linux-amd64
366ee8387910083270eadf75fbc7df8432babe43a6c8844f9c8d267b9cc57481  kli-linux-arm64
fdc4a1cb2e3b1f0ce5bceb5f2bfcf71d2cdc4c1c77bea649722611a7dd2d0ceb  kli-windows-amd64.exe
b86131e3cc8cd673665b6b827dac38303eefc47ec78f3d58a5315dc76b1164c4  kli-windows-arm64.exe