Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

38 lines (28 loc) · 1.05 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.

[0.11.0] - 2021-08-25

Added

  • Allow to list all available lambda functions

Changed

  • Moved to new repository and renamed ecs-tool to lucyna :)

Fixed

  • Properly display lists, view is not cut

[0.10.3] - 2021-08-05

Added

  • New -c shortcut to pass cluster name in commands

[0.10.2] - 2021-08-04

Added

  • New ecs task logs command, to display task logs
  • New ecs task list command, to display currently running tasks

Fixed

  • Use session for selecting region for AWS rather than env variable
  • Display both "Created At" and "Started at" for task

[0.10.1] - 2021-08-04

Added

  • New ecs task show command

Changed

  • Fixed display of service without running tasks

[0.10.0] - 2021-07-30

Big migration from old structure to new one. Literally whole codebase changed.