Skip to content

Latest commit

 

History

History
266 lines (167 loc) · 5.66 KB

CHANGELOG.md

File metadata and controls

266 lines (167 loc) · 5.66 KB

Changelog

Unreleased - 2023-XX-YY

  • Dependency updates

[0.6.1] - 2024-08-27

  • Dependency updates

[0.6.0] - 2024-01-25

  • Describe syntax highlighting
  • Library updates
  • Add debug mode
  • Sock5 proxy support

[0.5.0] - 2024-01-22

  • Linux musl builds as default
  • Aarch64 build for windows
  • ARM v7 builds for Linux

[0.4.9] - 2024-01-22

  • bug fixes
  • library updates

[0.4.8] - 2024-01-18

  • macOS ARM64 release

[0.4.7] - 2024-01-15

  • UI improvements

[0.4.6] - 2024-01-08

  • Fix keypress issues on windows (#390)
  • Upgrade libraries

[0.4.5] - 2024-01-05

  • YAML syntax highlighting
  • Upgrade libraries

[0.4.4] - 2023-10-02

  • Patch release for missing MUSL builds

[0.4.3] - 2023-09-19

  • Global Filtering support (#383)

[0.4.2] - 2023-08-24

  • Allow HTTPS connection (#372)
  • Upgrade libraries

[0.4.0] - 2023-07-04

[0.3.7] - 2023-06-30

  • Add support for Ingress (#316)
  • Add support for PersistentVolumeClaims
  • Add support for PersistentVolumes
  • Add support for ServiceAccounts
  • Upgrade libraries

[0.3.6] - 2022-12-21

  • Hide managedFields in YAML view by default (#296)
  • Fail gracefully when context not found (#280)
  • Improve cache (#271)
  • Upgrade libraries

[0.3.5] - 2022-08-31

  • Add support for RoleBindings (#245)
  • Add support for ClusterRoleBindings (#249)
  • Upgrade libraries

[0.3.4] - 2022-08-18

  • Add support for Cluster Roles (#236)
  • Add support for decoding secrets (#242)
  • Upgrade libraries

[0.3.3] - 2022-08-01

  • Upgrade libraries
  • Add sponsors
  • Add support for Roles (#224)
  • Add support for Storage classes (#222)
  • Add support for ARM and aarch64 binaries

[0.3.1] - 2022-04-06

  • Upgrade libraries trying to fix cargo install issue

[0.3.0] - 2022-02-05

  • UI updates (#157)
  • Fix stack overflow error (#160)
  • Color contrast improvements (fix #162)

[0.2.7] - 2022-01-20

  • Fix crashes when memory and/or cpu usages are higher than 100%
  • Improve cache

[0.2.6] - 2022-01-19

  • Fix status color of pods not ready

[0.2.5] - 2021-12-21

  • Fix help screen which was not rendered
  • Fix status color of pods not ready
  • Update dependencies

[0.2.4] - 2021-09-27

  • Update dependencies
  • Fix crash on cargo install

[0.2.3] - 2021-08-02

  • Add support for ReplicationControllers
  • Fix issue with table overflow crash

[0.2.2] - 2021-07-20

  • Add support for page up and page down on tables and text views
  • Fix crash on escape

[0.2.0] - 2021-07-12

  • Add support for Job resource - #42, Thanks to somayaj
  • Add support for CronJob resource - #69, Thanks to somayaj
  • Add support for DaemonSets
  • Add support for Secrets
  • Add more resources tab and menu
  • Show init containers in container view
  • Internal optimizations

[0.1.2] - 2021-06-12

  • Add human friendly crash messages
  • Add Tab keybinding to cycle through views
  • Migrate to kubectl-view-allocations library

[0.1.1] - 2021-06-04

  • Fix a small bug that crashes the app in certain terminal size

[0.1.0] - 2021-05-17

  • Stable release
  • Minor bug fixes
  • Add vim key bindings for arrow keys
  • Chocolatey deployment for Windows 10

[0.0.9] - 2021-05-10

  • Improved error handling and error display
  • Minor bug fixes and improvements

[0.0.8] - 2021-05-04

Added

  • Get YAML for all resources (pod, svc, node, statefulset, replicaset, configmap, deployment)
  • Describe for all remaining resources (svc, statefulset, replicaset, configmap, deployment)

Changed

  • Table scrolling doesn't circle back now. This seems to be better UX when having long lists

Fixed

  • Describe view spacing

[0.0.7] - 2021-05-03

Added

  • Container ports and probes

Fixed

  • Library updates
  • Scroll improvements
  • More tests
  • Show containers for failing pods

[0.0.6] - 2021-04-27

Added

  • Switch k8s contexts from the all contexts view

[0.0.5] - 2021-04-27

Fixed

  • Scrolling issues
  • Log streaming discrepancy
  • CLI versions UI glitch

[0.0.4] - 2021-04-26

Added

  • Homebrew installation
  • Docker installation

[0.0.3] - 2021-04-25

Fixed

  • Minor bug fixes
  • Refactor and polish

Added

  • Resource utilization view with grouping
  • Select/copy text in logs and describe view
  • Config map tab
  • Statefulsets tab
  • Replicasets tab
  • Deployments tab

[0.0.2] - 2021-04-22

Fixed

  • Pod status fix
  • Switch to API for metrics
  • Various bug fixes
  • Update key bindings
  • Update theme consistency

Added

  • Containers view
  • Container logs
  • Pod describe
  • Node describe

[0.0.1] - 2021-04-18

  • Initial beta release

What is this?

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.