Skip to content

Commit 7de11b3

Browse files
authored
Merge pull request #607 from fluxcd/release-v1.1.0
Release v1.1.0
2 parents c04ad84 + 441ce1d commit 7de11b3

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
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

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/notification-controller
88
newName: fluxcd/notification-controller
9-
newTag: v1.0.0
9+
newTag: v1.1.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/DataDog/datadog-api-client-go/v2 v2.15.0
1414
github.com/PagerDuty/go-pagerduty v1.7.0
1515
github.com/containrrr/shoutrrr v0.8.0
16-
github.com/fluxcd/notification-controller/api v1.0.0
16+
github.com/fluxcd/notification-controller/api v1.1.0
1717
github.com/fluxcd/pkg/apis/event v0.5.2
1818
github.com/fluxcd/pkg/apis/meta v1.1.2
1919
github.com/fluxcd/pkg/git v0.13.0

0 commit comments

Comments
 (0)