You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,28 @@
1
1
# Changelog
2
2
3
-
## [0.1.1][]
3
+
## [0.1.3]
4
4
5
5
### Changed
6
6
7
-
- Bugfix: kill process now passes correct parameter
8
-
- Refactory: abstract core workflow into one common function to reduce duplicates
7
+
- Refactory: [Issue #4](https://github.com/chaostoolkit-incubator/chaostoolkit-saltstack/issues/4) Salt API accepts eauth method as parameter in configuration
9
8
10
9
### Added
11
10
12
-
- Network experiments now accepts device name to adapt different os
13
-
- Add experiment action of kill processes by name
14
-
- Add experiment action of kill process by PID
15
-
- Add experiment probe to check process PID by name
11
+
- Add experiment action: run customized command line with run_cmd method
12
+
13
+
## [0.1.1]
16
14
17
15
### Changed
18
16
19
-
- Refactory: abstract core workflow into one common function to reduce duplicates
17
+
- Bugfix: kill process now passes correct parameter
18
+
- Refactory: abstract core workflow into one common function to reduce duplicates
20
19
21
20
### Added
22
21
23
-
- Add experiment action of kill processes by name
24
-
- Add experiment action of kill process by PID
25
-
- Add experiment probe to check process PID by name
22
+
- Network experiments now accepts device name to adapt different os
23
+
- Add experiment action of kill processes by name
24
+
- Add experiment action of kill process by PID
25
+
- Add experiment probe to check process PID by name
0 commit comments