Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Latest commit

 

History

History
89 lines (63 loc) · 2.53 KB

CHANGELOG.md

File metadata and controls

89 lines (63 loc) · 2.53 KB

Changelog

[Unreleased]

0.1.10 - 2023-10-21

Changed

  • Added support for AWS Profile
  • Minor type compare changes

0.1.9 - 2023-04-03

Changed

  • Swaped flake8 for ruff to remove an issue with flake8 being stuck with an old dependency on Python 3.7. Bonus point, ruff is much faster. #12
  • Updated Python version pattern matching in setup.py to work with most recent changes in the Python packaging world

0.1.8 - 2023-03-07

Changed

  • Removed support for python 3.6
  • Pinned chaostoolkit-lib to 1.1.2,<1.31.1 due to a breaking change in the library

0.1.7 - 2021-10-24

Changed

  • Multithreaded support for io bounded mq tasks
  • Minor refactoring and removal of broker_ids parameter

0.1.6 - 2021-10-23

Changed

  • Enhancements to rds.actions.fail_az

0.1.5 - 2021-10-23

Changed

  • Multithreaded support for io bounded rds tasks

0.1.4 - 2021-10-19

Added

  • Support for Aurora cluster failover in rds.actions.fail_az

0.1.3 - 2021-10-16

Added

  • Unit tests for rds, elasticache, elb, elbv2, mq, asg, eks
  • Sorting for imports

Changed

  • Pinned core dependencies
  • Separated read and write state to helper funcs
  • Standardized usage of pagination API
  • Reduced ElastiCache waiter delay

0.1.2 - 2021-10-10

Added

  • Black and flake8
  • Unit test for ec2 fail_az action

Changed

  • Minor enhancements to existing actions

0.1.1 - 2021-09-24

Changed

  • Repository url
  • Minor updates to docs

0.1.0 - 2021-09-22

Added

  • fail_az actions for EC2, ElastiCache, RDS, CLB, ALB, Amazon MQ (ActiveMQ), RDS, EKS (Managed NodeGroups) and ASG
  • recover_az actions for EC2, CLB, ALB, EKS (Managed NodeGroups) and ASG