Changelog¶
All notable changes to this project will be documented in this file.
2.1.1 (2025-04-24)¶
Bug Fixes¶
- fixed a bug on empty tags and use default value if tag value is missing (1ea6a83)
- services: added .get to handle resource with no tags (fddec60)
- src: skip resource if empty string in tag, closes #15 (4b84d3d)
- terraform: Terraform IAM permissions deprecations resolves #13 (89bc3c1)
2.1.0 (2024-11-22)¶
Features¶
- added default schedule without tags (6ca5d50)
- services: adding elasticache support with resizing (7f555b6)
- services: adding support for scheduling cloudwatch alarms (4f968a2)
Bug Fixes¶
- fixed a bug in the schedule time calculation when two days overlap (f1156ec)
2.0.2 (2024-04-29)¶
Bug Fixes¶
- lambda: fixed a bug where the timezone was not calculated correctly (54b9c0e)
2.0.1 (2024-04-10)¶
Bug Fixes¶
- aurora: added filter to avoid getting DocumentDB clusters in the request (93936e3)
- resource: moved a condition to ignore a ressource if it does not have an action tag, conflicted with manual (db28fc2)
2.0.0 (2024-02-06)¶
⚠ BREAKING CHANGES¶
- default tags_prefix was moved to scheduler instead of finops and manual selectors format changed
Features¶
- rework for v2, changed Python code, Terraform and JSON templates (dfdde1e)