Skip to content

v0.15.1

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Sep 14:38

What's Changed

Highlights

Added Pod debugging with ephemeral containers and copy-to mode

Pods now support in-place debugging with ephemeral containers on Kubernetes 1.25+, and copy-to debugging with command and image overrides for containers that lack shell tools or keep crashing. Ephemeral containers are also available in Pod details, overviews, logs, and terminal selectors. Thanks @zxh326 (#719)

Added OCI Helm chart repository support

Kite can now register OCI (oci://) chart repositories, browse chart versions and contents, and use them for installation, upgrades, and automatic upgrades. Each repository URL points to a single chart path, with semver registry tags providing its versions. Thanks @yupanzi, @zxh326 (#666)

Resource Management And UI

  • Added an optional namespace selector when creating resources from YAML. The selected namespace applies to all namespaced documents, with a hint when it overrides namespaces in the YAML; cluster-scoped resources remain unchanged. (#717)

Dependencies

  • Updated Go and frontend dependencies, including Helm 4.2.4, Kubernetes libraries 0.36.4, Anthropic SDK 1.66.0, and React Query 5.102.8. (#702, #706, #714)

New Contributors

Full Changelog: v0.15.0...v0.15.1