Skip to content

Latest commit

 

History

History
108 lines (63 loc) · 2.41 KB

CHANGELOG.md

File metadata and controls

108 lines (63 loc) · 2.41 KB

Changelog

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

[1.2.3] - 2020-12-28

Fixed

  • Fixed cosmetic errors that appear after running a scenario

[1.2.2] - 2020-12-01

Fixed

  • Fixed grace period duration parsing in roll action

1.2.1 - 2020-11-13

Fixed

  • Fixed UI/UX (newlines, messages)

1.2.0 - 2020-11-13

Added

  • Added S3 provider
  • Added filtering feature to list command

Changed

  • Refactored module structure
  • Moved filtering to a separate module

1.1.2 - 2020-11-11

Fixed

  • Fixed compatibility issues on Python 3.6

1.1.1 - 2020-11-10

Fixed

  • Fixed issues with threading library on Python 3.9

1.1.0 - 2020-11-10

Added

  • Check for updates on startup
  • Added list command to list aliases or scenarios

Changed

  • Providers now register at the factory identical to Tasks
  • Improved table printing

1.0.4 - 2020-11-04

Added

  • Added install script

1.0.3 - 2020-11-04

Changed

Fixed

  • Fixed loading config from Consul on Python 3.9

1.0.2 - 2020-11-04

Changed

  • Get version from package metadata

1.0.1 - 2020-11-04

Fixed

  • Fixed suspend/unsuspend action for Elastigroups with multiple scaling policies
  • Fixed tasks always targetting the first group in the list

1.0.0 - 2020-11-03

Added

  • Initial version