This repository was archived by the owner on Oct 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## v1.1.0 (Unreleased)
3
+ ## v1.2.0 (2021-11-17)
4
+
5
+ ### Features
6
+
7
+ * feat: Subscribe to all triggers at once (#202 )
8
+ * feat: Add .strings.ReplaceAll expression (#332 )
9
+ * feat: Add .sync.GetInfoItem expression that simplifies retrieving operation info items by name
10
+ * feat: Plaintext connection to repo-server with ability disable TLS (#281 )
11
+ * feat: Dynamic ConfigMap name and Secret name (#77 )
12
+ * feat: Configurable path for slack bot (#94 )
13
+ * feat: Support rocketchat
14
+ * feat: Support google chat
15
+ * feat: Support alertmanager
16
+ * feat: Support pushover
17
+ * feat: Support email SendHtml
18
+ * feat: Add message aggregation feature by slack threads API
19
+ * feat: Add summary field into teams message
20
+ * feat: Support Markdown parse mode in telegram
21
+
22
+ ### Bug Fixes
23
+
24
+ * fix: syntax error in Teams notifications (#271 )
25
+ * fix: service account rbac issue , add namespace support for informer (#322 )
26
+ * fix: add annotations nil check
27
+ * fix: add expr error log
28
+
29
+ ### Other
30
+
31
+ * Move notification providers to notifications-engine library
32
+
33
+ ## v1.1.0 (2021-04-17)
4
34
5
35
### Features
6
36
You can’t perform that action at this time.
0 commit comments