|
2 | 2 |
|
3 | 3 | All notable changes to this project are documented in this file. |
4 | 4 |
|
| 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 | + |
5 | 52 | ## 1.0.0-rc.4 |
6 | 53 |
|
7 | 54 | **Release date:** 2023-05-26 |
|
0 commit comments