Commit 780f01f 1 parent 6f5c809 commit 780f01f Copy full SHA for 780f01f
File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
8
## [ Unreleased] [ ]
4
9
5
10
[ Unreleased ] : https://github.com/chaostoolkit-incubator/chaostoolkit-aws/compare/0.33.0...HEAD
Original file line number Diff line number Diff line change @@ -307,6 +307,8 @@ def load_exported_activities() -> List[DiscoveredActivities]:
307
307
activities .extend (discover_actions ("chaosaws.fis.actions" ))
308
308
activities .extend (discover_probes ("chaosaws.s3.probes" ))
309
309
activities .extend (discover_actions ("chaosaws.s3.actions" ))
310
+ activities .extend (discover_probes ("chaosaws.msk.probes" ))
311
+ activities .extend (discover_actions ("chaosaws.msk.actions" ))
310
312
activities .extend (
311
313
discover_activities ("chaosaws.s3.controls.upload" , "control" )
312
314
)
You can’t perform that action at this time.
0 commit comments