Skip to content

Commit 6a27f53

Browse files
committed
Add changelog entry for v1.1.0
Signed-off-by: Stefan Prodan <[email protected]>
1 parent c04ad84 commit 6a27f53

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## 1.1.0
6+
7+
**Release date:** 2023-08-23
8+
9+
This minor release comes with support for sending alerts
10+
to [PagerDuty](https://github.com/fluxcd/notification-controller/blob/v1.1.0/docs/spec/v1beta2/providers.md#datadog).
11+
12+
In addition, this version deprecates the usage of the `caFile` key in favor of `ca.crt`
13+
for the `.spec.certSecretRef` secret in the Provider v1beta2 API.
14+
15+
Starting with this version, the controller now stops exporting an object's
16+
metrics as soon as the object has been deleted.
17+
18+
Improvements:
19+
20+
- Add support for Datadog
21+
[#592](https://github.com/fluxcd/notification-controller/pull/592)
22+
- Adopt Kubernetes style TLS Secret
23+
[#597](https://github.com/fluxcd/notification-controller/pull/597)
24+
- Remove checks for empty user and channel parameters in Rocket notifier
25+
[#603](https://github.com/fluxcd/notification-controller/pull/603)
26+
- Clarify permission requirements for Gitea provider token
27+
[#583](https://github.com/fluxcd/notification-controller/pull/583)
28+
- Align docs structure with other controllers
29+
[#582](https://github.com/fluxcd/notification-controller/pull/582)
30+
- Update dependencies
31+
[#600](https://github.com/fluxcd/notification-controller/pull/600)
32+
[#606](https://github.com/fluxcd/notification-controller/pull/606)
33+
34+
Fixes:
35+
36+
- Use TrimPrefix instead of TrimLeft
37+
[#590](https://github.com/fluxcd/notification-controller/pull/590)
38+
- Handle delete before adding finalizer
39+
[#584](https://github.com/fluxcd/notification-controller/pull/584)
40+
- Delete stale metrics on object delete
41+
[#599](https://github.com/fluxcd/notification-controller/pull/599)
42+
- docs: change key type to `[]byte` in provider spec
43+
[#585](https://github.com/fluxcd/notification-controller/pull/585)
44+
545
## 1.0.0
646

747
**Release date:** 2023-07-04

0 commit comments

Comments
 (0)