File tree 3 files changed +24
-2
lines changed
3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## v8.6.0 (2021-05-20)
2
+
3
+ ### Refactor
4
+
5
+ - convert formatted strings to f-strings (more) (#1522 )
6
+ - convert tests to use f-strings (#1521 )
7
+ - convert formatted strings to f-strings (#1520 )
8
+
9
+ ### Feat
10
+
11
+ - add escalate severity custom action plugin (#1519 )
12
+ - Add support for user-defined API key (#1518 )
13
+ - log dismissing notes to alert history (#1507 )
14
+ - add default blackout duration to config endpoint (#1506 )
15
+ - support readonly users (#1505 )
16
+
17
+ ### Fix
18
+
19
+ - change housekeeping delete threshold to seconds (#1508 )
20
+ - config setting default environment for webhooks (#1510 )
21
+ - read LDAP_BIND_PASSWORD from environment variable (#1509 )
22
+
1
23
## v8.5.0 (2021-04-18)
2
24
3
25
### Fix
Original file line number Diff line number Diff line change 1
- 8.5 .0
1
+ 8.6 .0
Original file line number Diff line number Diff line change 1
- __version__ = '8.5 .0'
1
+ __version__ = '8.6 .0'
You can’t perform that action at this time.
0 commit comments