|
2 | 2 |
|
3 | 3 | All notable changes to this project are documented in this file. |
4 | 4 |
|
| 5 | +## 1.0.0-rc.4 |
| 6 | + |
| 7 | +**Release date:** 2023-05-26 |
| 8 | + |
| 9 | +This release candidate comes with support for Kubernetes v1.27. |
| 10 | + |
| 11 | +The `Event` API has been modified to have a dedicated key for `metadata` called |
| 12 | +`token`. The value of the `token` key is meant to be defined on a per event |
| 13 | +emitter basis for uniquely identifying the contents of the event payload. |
| 14 | +This key if present, is included in calculating the unique key used for rate |
| 15 | +limiting events. |
| 16 | +Furthermore, the event attributes are prefixed with an identifier to avoid |
| 17 | +collisions between different event attributes. |
| 18 | + |
| 19 | +In addition, a bug in the event rate limiting key calculation logic which led |
| 20 | +to the inconsideration of the revision specified in `.metadata` of the event has |
| 21 | +been fixed. |
| 22 | + |
| 23 | +Lastly, the behavior of `.spec.eventMetadata` has been modified such that if a |
| 24 | +key present in the map already exists in the original event's `metadata`, then |
| 25 | +the key in the latter takes precedence and an error log is printed for visibility. |
| 26 | + |
| 27 | +Improvements: |
| 28 | + |
| 29 | +- Include eventv1.MetaTokenKey on event rate limiting key calculation |
| 30 | + [#530](https://github.com/fluxcd/notification-controller/pull/530) |
| 31 | +- Update dependencies and Kubernetes to 1.27.2 |
| 32 | + [#532](https://github.com/fluxcd/notification-controller/pull/532) |
| 33 | +- Remove the tini supervisor |
| 34 | + [#533](https://github.com/fluxcd/notification-controller/pull/533) |
| 35 | +- Prefix event key attributes with identifier |
| 36 | + [#534](https://github.com/fluxcd/notification-controller/pull/534) |
| 37 | +- Update workflows and enable dependabot |
| 38 | + [#535](https://github.com/fluxcd/notification-controller/pull/535) |
| 39 | +- build(deps): bump github/codeql-action from 2.3.3 to 2.3.4 |
| 40 | + [#536](https://github.com/fluxcd/notification-controller/pull/536) |
| 41 | + |
| 42 | +Fixes: |
| 43 | + |
| 44 | +- Fix revision discarded on event rate limiting key calculation |
| 45 | + [#517](https://github.com/fluxcd/notification-controller/pull/517) |
| 46 | +- Fix Alert .spec.eventMetadata behavior |
| 47 | + [#529](https://github.com/fluxcd/notification-controller/pull/529) |
| 48 | + |
5 | 49 | ## 1.0.0-rc.3 |
6 | 50 |
|
7 | 51 | **Release date:** 2023-05-12 |
|
0 commit comments