|
2 | 2 |
|
3 | 3 | All notable changes to this project are documented in this file. |
4 | 4 |
|
| 5 | +## 0.30.0 |
| 6 | + |
| 7 | +**Release date:** 2022-12-20 |
| 8 | + |
| 9 | +This prerelease graduates the notification APIs to `v1beta2`. |
| 10 | +In addition, this version comes with support for |
| 11 | +[Gitea commit status updates](https://github.com/fluxcd/notification-controller/blob/api/v0.30.0/docs/spec/v1beta2/provider.md#gitea). |
| 12 | + |
| 13 | +### `notification.toolkit.fluxcd.io/v1beta2` |
| 14 | + |
| 15 | +After upgrading the controller to v0.30.0, you need to update the notification |
| 16 | +**Custom Resources** in Git |
| 17 | +by replacing `notification.toolkit.fluxcd.io/v1beta1` with |
| 18 | +`notification.toolkit.fluxcd.io/v1beta2` in all YAML manifests. |
| 19 | + |
| 20 | +#### Breaking changes |
| 21 | + |
| 22 | +- The `Alert.spec.summary` has a max length of 255 characters. |
| 23 | +- The `Provider.spec.address` and `Provider.spec.proxy` have a max length of 2048 characters. |
| 24 | +- The `Receiver.status.url` was deprecated in favour of `Receiver.status.webhookPath`. |
| 25 | + |
| 26 | +#### API specifications in a user-friendly format |
| 27 | + |
| 28 | +[The new specifications for the `v1beta2` API](https://github.com/fluxcd/notification-controller/tree/v0.30.0/docs/spec/v1beta2) |
| 29 | +have been written in a new format with the aim to be more valuable to a user. |
| 30 | +Featuring separate sections with examples, and information on how to write |
| 31 | +and work with them. |
| 32 | + |
| 33 | +#### Enhanced Kubernetes Conditions |
| 34 | + |
| 35 | +Notification API resources will now advertise more explicit Condition types, |
| 36 | +provide `Reconciling` and `Stalled` Conditions where applicable for |
| 37 | +[better integration with `kstatus`](https://github.com/kubernetes-sigs/cli-utils/blob/master/pkg/kstatus/README.md#conditions), |
| 38 | +and record the Observed Generation on the Condition. |
| 39 | + |
| 40 | +#### Enhanced Git commit status updates |
| 41 | + |
| 42 | +Starting with this version, the controller uses the `Provider` cluster assigned `UID` |
| 43 | +to compose a unique Git commit status ID to avoid name collisions |
| 44 | +when multiple clusters write to the same repository. |
| 45 | + |
| 46 | +Improvements: |
| 47 | +* Refactor reconcilers and introduce v1beta2 API |
| 48 | + [#435](https://github.com/fluxcd/notification-controller/pull/435) |
| 49 | +- feat: add gitea notifier |
| 50 | + [#451](https://github.com/fluxcd/notification-controller/pull/451) |
| 51 | + |
5 | 52 | ## 0.29.1 |
6 | 53 |
|
7 | 54 | **Release date:** 2022-12-01 |
|
0 commit comments