Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 711 Bytes

CHANGELOG.md

File metadata and controls

25 lines (15 loc) · 711 Bytes

Change Log

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.

[0.5.0] - 2024-08-20

Added

  • Implemented get_resource command to get resource limits & requests of specific pods.
  • Bump up CHANGELOG file to keep in track changes.
  • Added new asset to asset folder.

Changed

  • Updated README to include usage instructions for new commands.
  • Updated requirements.txt to include argcomplete.
  • Extended -v command

Fixed

  • Formatted code according with best practices, to ensure consistent code style across codebase.