Skip to content

Releases: vertti/lazy-ecs

v0.8.0

12 Jan 11:46
4e03c61

Choose a tag to compare

New Features

  • Stop task functionality - Stop a running task directly from the task features menu with confirmation dialog. ECS will automatically start a replacement task to maintain desired count. (PR #106)

  • Inline task failure reasons - Stopped/failed tasks now show a brief failure reason in the task selection list. Supports container exit codes (OOM/SIGKILL, segfault, SIGTERM, app error) and task-level failures (failed to start, scheduler stopped, spot interrupted, user stopped). (PR #107)

Changes

  • Refactor: Remove unnecessary BaseAWSService and BaseUIComponent base classes
  • Refactor: Extract helper functions to reduce code duplication
  • Refactor: Consolidate exit code and event category mappings
  • Fix: Correct exit code 137 description to SIGKILL (was incorrectly labeled as timeout)

v0.7.5

26 Oct 10:36
413e5d2

Choose a tag to compare

What's Changed

Full Changelog: v0.7.4...v0.7.5

v0.7.4

07 Oct 12:30
6452e47

Choose a tag to compare

What's Changed

Full Changelog: v0.7.3...v0.7.4

v0.7.3

07 Oct 10:15
0211207

Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.7.3

v0.7.2

06 Oct 07:48
bb1fde8

Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.2

v0.7.0

06 Oct 06:50
6751dc8

Choose a tag to compare

What's Changed

  • Task Definition Comparison Feature by @vertti in #35
  • Bump boto3 from 1.40.41 to 1.40.45 by @dependabot[bot] in #36
  • Fix: Handle AWS ECS 10-service limit in describe_services by @vertti in #39

Full Changelog: v0.5.0...v0.7.0

v0.5.0

03 Oct 08:53
fefd6d6

Choose a tag to compare

What's Changed

  • Add "Open in AWS Console" feature for ECS resources by @vertti in #32

Full Changelog: v0.4.0...v0.5.0

v0.4.0

03 Oct 07:31
c53c158

Choose a tag to compare

What's Changed

  • Add CloudWatch metrics display for ECS services by @vertti in #31

Full Changelog: v0.3.2...v0.4.0

v0.3.2

01 Oct 10:42
7da17d5

Choose a tag to compare

What's Changed

  • Add Docker as an installation method by @vertti in #28

Full Changelog: v0.3.1...v0.3.2

v0.3.1

01 Oct 09:39
59423c1

Choose a tag to compare

What's Changed

This release was mainly to update metadata in PyPi.

Full Changelog: v0.3.0...v0.3.1