Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Latest commit

 

History

History
59 lines (36 loc) · 1.57 KB

File metadata and controls

59 lines (36 loc) · 1.57 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.1.0] - 2021-04-16

Added

  • Debug Container Shell
  • Display Events

Changed

  • Improve Log streaming experience, use raw input and listen for 'q' and 'escape' to exit streaming screen.
  • Fix Sorting of logs Log merger

Remove

  • Experimental feature Live Reloading

[1.0.0]

  • Config loading, with multiple file specified in environment needs fixing.
  • Context switching needs proper error handling.
  • cluster certificates / current context in kube config needs to be updated in cache on context switching.

[0.7.0] - 2020-07-19

Added

  • Live streaming of logs, with pod group tags for log groups.

Changed

  • Context switching now loads correctly, little hacky but works.

[0.6.0] - 2020-07-17

Changed

  • Deployment scaling now done to spec of kubernetes client repo
  • Removed useless fields in pod status command.

[0.5.0] - 2020-05-20

Added

  • Log merger, gives ability to select any number of avaliable pods and retrieve the logs and merge into grouped by time series.
  • Pod Status, displays table with all the pods in current namespace.
  • Delete multiple pods, deployments, services, secrets.
  • Change currrent namspace.
  • Change current context.

Experimental

  • Live Reload, allows deployments to be live reloaded in production evnironments without interruptions to the users.