Add changelog entry for v1.7.4

Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
(cherry picked from commit 24dccdfd3c)
This commit is contained in:
Matheus Pimenta 2025-10-28 10:16:44 +00:00
parent 6a7a685220
commit 348fab38f8
No known key found for this signature in database
GPG Key ID: 4639F038AE28FBFF
1 changed files with 13 additions and 0 deletions

View File

@ -2,6 +2,19 @@
All notable changes to this project are documented in this file.
## 1.7.4
**Release date:** 2025-10-28
This patch release fixes support for SOCKS5 proxy in the controller APIs
and support for `message_thread_id` in the `telegram` provider.
Fixes:
- Fix support for telegram message_thread_id
[#1199](https://github.com/fluxcd/notification-controller/pull/1199)
- Restore SOCKS5 proxy support
[#1196](https://github.com/fluxcd/notification-controller/pull/1196)
## 1.7.3
**Release date:** 2025-10-08