Skip to content

Latest commit

 

History

History
79 lines (44 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

79 lines (44 loc) · 1.67 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

Unreleased

Changed

Use @livebook/kino-bundler to bundle the JS/CSS. #365

[1.2.4] - 2024-08-21

Changed

  • Dependency Updates

[1.2.3] - 2024-04-29

Changed

  • Set insecure_skip_tls_verify to false by default.

[1.2.2] - 2024-01-28

Changed

  • Dependency Updates

[1.2.1] - 2023-11-29

Changed

  • Upgrade xterm.js dependency to v5.3.0

[1.2.0] - 2023-11-14

Added

  • Basic Integration test using Playwright
  • Better support for roles with fewer permissions than (cluster-) admin. #26

[1.1.0] - 2023-11-03

Added

  • Render results as Kinos #17:
    • K8s.Conn is rendered as Kino.Tree
    • Resources are rendered as Kino.Markdown
    • Resource lists are rendered as Kino.Tree

[1.0.2] - 2023-11-03

Fixed

  • Use correct CDN paths to production builds
  • Use build time DEBUG variable in JS instead of Mix.env()

[1.0.1] - 2023-10-31

Changed

  • Minify main.js

[1.0.0] - 2023-10-30

Initial release with 4 Smart Cells:

  • Cluster Connection
  • Get / List / Watch Resources
  • Apply Resource
  • Connect to Pod (Exec/Logs) - Formerly kino_k8s_term.