Skip to content

Commit 860c180

Browse files
committed
add changelog and activities extends
Signed-off-by: Jorge Tapicha <[email protected]>
1 parent b75b4bb commit 860c180

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
### Added
4+
5+
* MSK probes `chaosaws.msk.probes.describe_msk_cluster` `chaosaws.msk.probes.get_bootstrap_servers`
6+
* MSK actions `chaosaws.msk.actions.reboot_msk_broker` `chaosaws.msk.actions.delete_cluster`
7+
38
## [Unreleased][]
49

510
[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-aws/compare/0.33.0...HEAD

chaosaws/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,8 @@ def load_exported_activities() -> List[DiscoveredActivities]:
307307
activities.extend(discover_actions("chaosaws.fis.actions"))
308308
activities.extend(discover_probes("chaosaws.s3.probes"))
309309
activities.extend(discover_actions("chaosaws.s3.actions"))
310+
activities.extend(discover_probes("chaosaws.msk.probes"))
311+
activities.extend(discover_actions("chaosaws.msk.actions"))
310312
activities.extend(
311313
discover_activities("chaosaws.s3.controls.upload", "control")
312314
)

0 commit comments

Comments
 (0)