Skip to content

Releases: kite-org/kite

v0.9.0

28 Mar 17:10

Choose a tag to compare

What's Changed

Authentication

  • Added LDAP username/password login. Admins can now configure LDAP connection settings, user/group lookup rules, and sync LDAP groups into RBAC.
  • Added advanced OAuth / OIDC settings for custom username claims, custom group claims, and allowed-group login restrictions.
  • Improved the login page for mixed authentication setups with credential-provider switching and clearer access-denied messaging when a user is outside the allowed groups.

AI And Terminal

  • Expanded AI Chat so it can inspect Kubernetes resources, read related Events, query Prometheus, and execute create, update, and delete actions with in-product confirmation.
  • When the AI needs more information, it can now request a choice or form directly in the conversation instead of asking the user to retype everything manually.
  • Improved the floating AI chat and terminal experience with more stable overlays, fullscreen/minimize controls, chat history, and session restore.

Resources And UI

  • Added a dedicated ConfigMap detail page with Overview, Data, YAML, Related, Events, and History views.
  • Improved Secret details with a dedicated data viewer that supports decoded display, per-item show/hide, and copy actions for secret values.
  • Expanded Pod / Container details with richer runtime information, including command, args, environment variables, mounts, resource limits, probes, and container state.
  • Polished mobile layouts across multiple resource pages and fixed the issue where the AI Chat send button could be pushed off-screen on mobile.
  • Fixed cases where proxy requests could lose the current cluster context.

Fixes And Hardening

  • Fixed incorrect global search cache isolation. Search results are now cached separately by cluster and query limit to avoid cross-cluster or wrong-limit results.
  • JWT signing secrets are now auto-generated on first boot when empty or still using the insecure default value. The Helm chart also no longer ships with a fixed default JWT secret.
  • Production builds no longer emit permissive CORS headers by default. Cross-origin access is only enabled for explicitly allowed development origins.
  • Added ReadHeaderTimeout and IdleTimeout to improve resilience against slow client connections.

Thanks @DioCrafts @GyroGearl00se @zxh326

New Contributors

Full Changelog: v0.8.1...v0.9.0

v0.8.1

11 Mar 16:14

Choose a tag to compare

What's Changed

  • fix: include completed pods in overview readiness by @pokitpeng in #414
  • feat: add prometheus AI tool and token settings by @zxh326 in #415
  • refactor(ui): rewrite NamespaceSelector to Combobox pattern by @DuraCHYo in #416
  • chore: improve ai agent by @zxh326 in #418
  • chore(deps): bump the fe-deps group in /ui with 8 updates by @dependabot[bot] in #420
  • chore(deps): bump the go-deps group with 3 updates by @dependabot[bot] in #419

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

06 Mar 03:53

Choose a tag to compare

What's Changed

New

Bugfix

New Contributors

Full Changelog: v0.7.8...v0.8.0

v0.7.8

23 Jan 11:09

Choose a tag to compare

What's Changed

  • helm: add deployment strategy by @dubyatp in #348
  • chore(deps): bump the go-deps group with 2 updates by @dependabot[bot] in #351
  • chore(deps): bump the fe-deps group in /ui with 8 updates by @dependabot[bot] in #352
  • feat: add audit log by @zxh326 in #355
  • Add cache-control headers for static assets by @Copilot in #366

New Contributors

Full Changelog: v0.7.7...v0.7.8

v0.7.7

05 Jan 12:50

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.6...v0.7.7

v0.7.6

23 Dec 16:41

Choose a tag to compare

What's Changed

  • chore(deps): bump the go-deps group with 8 updates by @dependabot[bot] in #317
  • feat: add column visibility toggle to resource tables by @GyroGearl00se in #325
  • fix: include additional volumes from values by @axelrindle in #326
  • fix: enhance prometheus client to support Kubernetes proxy transport by @zxh326 in #334

New Contributors

Full Changelog: v0.7.5...v0.7.6

v0.7.5

12 Dec 11:04

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.4...v0.7.5

v0.7.4

11 Dec 12:20

Choose a tag to compare

This release upgrade react deps to addresses React security vulnerability.

Kite does not use rsc, so there is no need to worry. However, an upgrade is recommended.

What's Changed

New Contributors

Full Changelog: v0.7.3...v0.7.4

v0.7.3

02 Dec 15:13

Choose a tag to compare

What's Changed

  • docs: add in-cluster mode quick setup guide to installation by @joeteerawit in #258
  • fix: display cluster connect error info by @zxh326 in #268
  • chore(deps): bump the go-deps group with 10 updates by @dependabot[bot] in #273
  • chore(deps): bump the fe-deps group in /ui with 12 updates by @dependabot[bot] in #274
  • feat: created gateway api resources for helm chart by @MateSousa in #272
  • chore(deps): bump the fe-deps group in /ui with 5 updates by @dependabot[bot] in #284
  • chore(deps): bump github.com/bytedance/mockey from 1.2.17 to 1.3.1 in the go-deps group by @dependabot[bot] in #283
  • feat: create template manage by @zxh326 in #285
  • feat: add pv list page by @zxh326 in #287
  • fix: add decorations for parse ansi color in log-viewer by @zxh326 in #286

New Contributors

Full Changelog: v0.7.2...v0.7.3

v0.7.2

12 Nov 17:24

Choose a tag to compare

What's Changed

  • feat: enhance search with label selector by @zxh326 in #237
  • chore(deps): bump the fe-deps group in /ui with 7 updates by @dependabot[bot] in #239
  • chore(deps): bump the go-deps group with 2 updates by @dependabot[bot] in #238
  • Wrap config in SecretString before updating by @GyroGearl00se in #243
  • chore(deps): bump the go-deps group with 2 updates by @dependabot[bot] in #249
  • chore(deps): bump the fe-deps group in /ui with 14 updates by @dependabot[bot] in #248
  • fix: remove oidc groups in token by @zxh326 in #254
  • Add support for regexp in RBAC roles by @Demch1k in #255
  • feat: add claude color theme by @zxh326 in #256

New Contributors

Full Changelog: v0.7.1...v0.7.2