Skip to content

Commit 092d3d3

Browse files
authored
Merge pull request #571 from fluxcd/release-v1.0.0
Release v1.0.0
2 parents bf960d1 + a776136 commit 092d3d3

File tree

3 files changed

+49
-2
lines changed

3 files changed

+49
-2
lines changed

CHANGELOG.md

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

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

5+
## 1.0.0
6+
7+
**Release date:** 2023-07-04
8+
9+
This is the first stable release of the controller. From now on, this controller
10+
follows the [Flux 2 release cadence and support pledge](https://fluxcd.io/flux/releases/).
11+
12+
Starting with this version, the build, release and provenance portions of the
13+
Flux project supply chain [provisionally meet SLSA Build Level 3](https://fluxcd.io/flux/security/slsa-assessment/).
14+
15+
This release comes with support for sending alerts
16+
to [PagerDuty](https://github.com/fluxcd/notification-controller/blob/v1.0.0/docs/spec/v1beta2/providers.md#pagerduty)
17+
and [Google Pub/Sub](https://github.com/fluxcd/notification-controller/blob/v1.0.0/docs/spec/v1beta2/providers.md#google-pubsub).
18+
19+
In addition, dependencies have been updated
20+
to their latest version, including an update of Kubernetes to v1.27.3.
21+
22+
For a comprehensive list of changes since `v0.33.x`, please refer to the
23+
changelog for [v1.0.0-rc.1](#100-rc1), [v1.0.0-rc.2](#100-rc2),
24+
[v1.0.0-rc.3](#100-rc3) and [`v1.0.0-rc.4](#100-rc4).
25+
26+
Improvements:
27+
28+
- Add support for PagerDuty
29+
[#527](https://github.com/fluxcd/notification-controller/pull/527)
30+
- Add support for Google Pub/Sub
31+
[#543](https://github.com/fluxcd/notification-controller/pull/543)
32+
- Lift HTTP/S validation from Provider spec.address
33+
[#565](https://github.com/fluxcd/notification-controller/pull/565)
34+
- Improve error messages in Gitea notifier
35+
[#556](https://github.com/fluxcd/notification-controller/pull/556)
36+
- Make Gitea tests independent of 3rd-party service
37+
[#558](https://github.com/fluxcd/notification-controller/pull/558)
38+
- Align go.mod version with Kubernetes (Go 1.20)
39+
[#558](https://github.com/fluxcd/notification-controller/pull/558)
40+
- Update dependencies
41+
[#563](https://github.com/fluxcd/notification-controller/pull/563)
42+
- Update GCP dependencies
43+
[#569](https://github.com/fluxcd/notification-controller/pull/569)
44+
45+
Fixes:
46+
47+
- Fix Alert `.spec.eventMetadata` documentation
48+
[#541](https://github.com/fluxcd/notification-controller/pull/541)
49+
- Fix `TestProviderReconciler_Reconcile/finalizes_suspended_object` to use patch instead of update
50+
[#550](https://github.com/fluxcd/notification-controller/pull/550)
51+
552
## 1.0.0-rc.4
653

754
**Release date:** 2023-05-26

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-rc.4
9+
newTag: v1.0.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/Azure/azure-event-hubs-go/v3 v3.6.0
1313
github.com/PagerDuty/go-pagerduty v1.7.0
1414
github.com/containrrr/shoutrrr v0.7.1
15-
github.com/fluxcd/notification-controller/api v1.0.0-rc.4
15+
github.com/fluxcd/notification-controller/api v1.0.0
1616
github.com/fluxcd/pkg/apis/event v0.5.1
1717
github.com/fluxcd/pkg/apis/meta v1.1.1
1818
github.com/fluxcd/pkg/git v0.12.3

0 commit comments

Comments
 (0)