Skip to content

Commit

Permalink
Merge pull request #607 from fluxcd/release-v1.1.0
Browse files Browse the repository at this point in the history
Release v1.1.0
  • Loading branch information
stefanprodan committed Aug 23, 2023
2 parents c04ad84 + 441ce1d commit 7de11b3
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,46 @@

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

## 1.1.0

**Release date:** 2023-08-23

This minor release comes with support for sending alerts
to [PagerDuty](https://github.com/fluxcd/notification-controller/blob/v1.1.0/docs/spec/v1beta2/providers.md#datadog).

In addition, this version deprecates the usage of the `caFile` key in favor of `ca.crt`
for the `.spec.certSecretRef` secret in the Provider v1beta2 API.

Starting with this version, the controller now stops exporting an object's
metrics as soon as the object has been deleted.

Improvements:

- Add support for Datadog
[#592](https://github.com/fluxcd/notification-controller/pull/592)
- Adopt Kubernetes style TLS Secret
[#597](https://github.com/fluxcd/notification-controller/pull/597)
- Remove checks for empty user and channel parameters in Rocket notifier
[#603](https://github.com/fluxcd/notification-controller/pull/603)
- Clarify permission requirements for Gitea provider token
[#583](https://github.com/fluxcd/notification-controller/pull/583)
- Align docs structure with other controllers
[#582](https://github.com/fluxcd/notification-controller/pull/582)
- Update dependencies
[#600](https://github.com/fluxcd/notification-controller/pull/600)
[#606](https://github.com/fluxcd/notification-controller/pull/606)

Fixes:

- Use TrimPrefix instead of TrimLeft
[#590](https://github.com/fluxcd/notification-controller/pull/590)
- Handle delete before adding finalizer
[#584](https://github.com/fluxcd/notification-controller/pull/584)
- Delete stale metrics on object delete
[#599](https://github.com/fluxcd/notification-controller/pull/599)
- docs: change key type to `[]byte` in provider spec
[#585](https://github.com/fluxcd/notification-controller/pull/585)

## 1.0.0

**Release date:** 2023-07-04
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/notification-controller
newName: fluxcd/notification-controller
newTag: v1.0.0
newTag: v1.1.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/DataDog/datadog-api-client-go/v2 v2.15.0
github.com/PagerDuty/go-pagerduty v1.7.0
github.com/containrrr/shoutrrr v0.8.0
github.com/fluxcd/notification-controller/api v1.0.0
github.com/fluxcd/notification-controller/api v1.1.0
github.com/fluxcd/pkg/apis/event v0.5.2
github.com/fluxcd/pkg/apis/meta v1.1.2
github.com/fluxcd/pkg/git v0.13.0
Expand Down

0 comments on commit 7de11b3

Please sign in to comment.