Skip to content

Commit 2862bbb

Browse files
committed
add actions to trigger AWS FIS scenarios
Signed-off-by: Sylvain Hellegouarch <[email protected]>
1 parent cb68a6b commit 2862bbb

File tree

3 files changed

+376
-9
lines changed

3 files changed

+376
-9
lines changed

Diff for: CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased][]
44

5-
[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-aws/compare/0.27.0...HEAD
5+
[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-aws/compare/0.28.0...HEAD
6+
7+
## [0.28.0][] - 2023-12-01
8+
9+
[0.28.0]: https://github.com/chaostoolkit-incubator/chaostoolkit-aws/compare/0.27.0...0.28.0
10+
11+
### Added
12+
13+
- Actions to start AWS FIS scenarios: Pod delete and AZ Availability: Power Interruption
614

715
## [0.27.0][] - 2023-11-29
816

Diff for: chaosaws/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from chaoslib.types import Configuration, DiscoveredActivities, Discovery, Secrets
1717
from logzero import logger
1818

19-
__version__ = "0.27.0"
19+
__version__ = "0.28.0"
2020
__all__ = ["__version__", "discover", "aws_client", "signed_api_call"]
2121

2222

0 commit comments

Comments
 (0)