File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased] [ ]
44
5- [ Unreleased ] : https://github.com/chaostoolkit/chaostoolkit-kubernetes/compare/0.32.0...HEAD
5+ [ Unreleased ] : https://github.com/chaostoolkit/chaostoolkit-kubernetes/compare/0.32.1...HEAD
6+
7+ ## [ 0.32.1] [ ] - 2023-10-28
8+
9+ [ 0.32.1 ] : https://github.com/chaostoolkit/chaostoolkit-kubernetes/compare/0.32.0...0.32.1
10+
11+ ### Added
12+
13+ * Make event probe discoverable
614
715## [ 0.32.0] [ ] - 2023-10-28
816
Original file line number Diff line number Diff line change 1212from logzero import logger
1313
1414__all__ = ["create_k8s_api_client" , "discover" , "__version__" ]
15- __version__ = "0.32.0 "
15+ __version__ = "0.32.1 "
1616
1717
1818def get_config_path () -> str :
@@ -179,6 +179,7 @@ def load_exported_activities() -> List[DiscoveredActivities]:
179179 activities .extend (discover_actions ("chaosk8s.chaosmesh.stress.actions" ))
180180 activities .extend (discover_probes ("chaosk8s.chaosmesh.network.probes" ))
181181 activities .extend (discover_probes ("chaosk8s.chaosmesh.stress.probes" ))
182+ activities .extend (discover_probes ("chaosk8s.event.probes" ))
182183 return activities
183184
184185
You can’t perform that action at this time.
0 commit comments