File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased] [ ]
4
4
5
- [ Unreleased ] : https://github.com/chaostoolkit-incubator/chaostoolkit-slack/compare/0.5.2 ...HEAD
5
+ [ Unreleased ] : https://github.com/chaostoolkit-incubator/chaostoolkit-slack/compare/0.5.3 ...HEAD
6
6
7
- ## [ 0.5.1] [ ]
7
+ ## [ 0.5.3] [ ]
8
+
9
+ [ 0.5.3 ] : https://github.com/chaostoolkit-incubator/chaostoolkit-slack/compare/0.5.2...0.5.3
10
+
11
+ - Handle default case
12
+
13
+ ## [ 0.5.2] [ ]
8
14
9
- [ 0.5.1 ] : https://github.com/chaostoolkit-incubator/chaostoolkit-slack/compare/0.5.1...0.5.2
15
+ [ 0.5.2 ] : https://github.com/chaostoolkit-incubator/chaostoolkit-slack/compare/0.5.1...0.5.2
10
16
11
17
- Fix the fact secrets may not be set
12
18
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
- __version__ = "0.5.2 "
2
+ __version__ = "0.5.3 "
Original file line number Diff line number Diff line change @@ -349,6 +349,8 @@ def attachments(
349
349
color = "#FF8E00"
350
350
elif state == "Deviated" :
351
351
color = "#FF1700"
352
+ else :
353
+ color = "#000000"
352
354
353
355
payload = [
354
356
{
You can’t perform that action at this time.
0 commit comments