-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v0.28.0-rc.0 #4072
Release v0.28.0-rc.0 #4072
Conversation
SuperQ
commented
Oct 16, 2024
- [CHANGE] Deprecate and remove api/v1/ Deprecate and remove api/v1/ #2970
- [CHANGE] Remove unused feature flags Remove unused feature flags #3676
- [CHANGE] Newlines in smtp password file are now ignored Add metric for inhibit rules #3681
- [CHANGE] Change compat metrics to counters Change compat metrics to counters #3686
- [CHANGE] Do not register compat metrics in amtool Do not register compat metrics in amtool #3713
- [CHANGE] Remove metrics from compat package Remove metrics from compat package #3714
- [CHANGE] Mark muted alerts #3513: Mark muted alerts #3793
- [FEATURE] Add metric for inhibit rules Add metric for inhibit rules #3681
- [FEATURE] Support UTF-8 label matchers Support UTF-8 label matchers: Add new parser #3453, Support UTF-8 label matchers: Add test for PromQL braces when parsing lists of matchers #3507, Support UTF-8 label matchers: Add more acceptance tests for braces when using amtool #3523, Support UTF-8 label matchers: Add compat package with feature flag and use in amtool #3483, Support UTF-8 label matchers: Use compat package in Alertmanager server #3567, Support UTF-8 label matchers: Remove braces from suggestion #3568, Support UTF-8 label matchers: Update compliance tests #3569, Support UTF-8 label matchers: Do not allow unquoted escape sequences #3571, Support UTF-8 label matchers: unquote should check for invalid UTF-8 code points #3595, Support UTF-8 label matchers: Rename feature flags and make package public #3604, Fix UTF-8 not supported in group_by #3619, Support UTF-8 label matchers: Add metrics to matchers compat package #3658, Support UTF-8 label matchers: Make functions in compat package public #3659, Support UTF-8 label matchers: Add origin to logs in compat #3662, Fix inconsistent defaults in UTF-8 behavior #3668, 3572
- [FEATURE] Add counter to track alerts dropped outside of time_intervals feat: add counter to track alerts dropped outside of time_intervals #3565
- [FEATURE] Add date and tz functions to templates Add date and tz functions to templates #3812
- [FEATURE] Add limits for silences Add limits for silences #3852
- [FEATURE] Add time helpers for templates feat: add time helpers #3863
- [FEATURE] Add auto GOMAXPROCS feat(env): add auto go maxprocs #3837
- [FEATURE] Add auto GOMEMLIMIT feat(env): Add automatic memory limit handling #3895
- [FEATURE] Add Jira receiver integration jira integration #3590
- [ENHANCEMENT] Add the receiver name to notification metrics Add the receiver name to notification metrics #3045
- [ENHANCEMENT] Add the route ID to uuid Add the route ID to uuid #3372
- [ENHANCEMENT] Add duration to the notify success message Add duration to the notify success message #3559
- [ENHANCEMENT] Implement webhook_url_file for discord and msteams feat: implement webhook_url_file for discord and msteams #3555
- [ENHANCEMENT] Add debug logs for muted alerts Add debug logs for muted alerts #3558
- [ENHANCEMENT] API: Allow the Silences API to use their own 400 response API: Allow the Silences API to use their own 400 response #3610
- [ENHANCEMENT] Add summary to msteams notification Add summary to msteams notification #3616
- [ENHANCEMENT] Add context reasons to notifications failed counter Add context reasons to notifications failed counter #3631
- [ENHANCEMENT] Add optional native histogram support to latency metrics feat: add optional native histogram support to latency metrics #3737
- [ENHANCEMENT] Enable setting ThreadId for Telegram notifications Enable setting ThreadId for Telegram notifications #3638
- [ENHANCEMENT] Allow webex roomID from template Allow webex roomID from template #3801
- [BUGFIX] Add missing integrations to notify metrics [FEAT] Add missing integrations to notify metrics #3480
- [BUGFIX] Add missing ttl in pushhover Add missing ttl in pushhover #3474
- [BUGFIX] Fix scheme required for webhook url in amtool How to run the Alert Manager in EDT timezone #3409
- [BUGFIX] Remove duplicate integration from metrics Remove duplicate integration from metrics #3516
- [BUGFIX] Reflect Discord's max length message limits Reflect Discord's max length message limits #3597
- [BUGFIX] Fix nil error in warn logs about incompatible matchers Fix nil error in warn logs about incompatible matchers #3683
- [BUGFIX] Fix a small number of inconsistencies in compat package logging Fix a small number of inconsistencies in compat package logging #3718
- [BUGFIX] Fix log line in featurecontrol Fix log line in featurecontrol #3719
- [BUGFIX] Fix panic in acceptance tests Fix panic in acceptance tests #3592
- [BUGFIX] Fix flaky test TestClusterJoinAndReconnect/TestTLSConnection Fix flaky test TestClusterJoinAndReconnect/TestTLSConnection #3722
- [BUGFIX] Fix crash on errors when url_file is used notify/webhook: Fix crash on errors when url_file is used (#3798) #3800
- [BUGFIX] Fix race condition in dispatch.go Fix race condition in dispatch.go #3826
- [BUGFIX] Fix race conditions in the memory alerts store Fix race conditions in the memory alerts store #3648
- [BUGFIX] Hide config.SecretURL when the URL is incorrect. Fix: Hide config.SecretURL when the URL is incorrect. #3887
- [BUGFIX] Fix invalid silence causes incomplete updates Fix invalid silence causes incomplete updates #3898
- [BUGFIX] Fix leaking of Silences matcherCache entries bugfix: fix leaking of Silences matcherCache entries #3930
- [BUGFIX] Close SMTP submission correctly to handle errors fix: close SMTP submission correctly to handle errors #4006
* [CHANGE] Deprecate and remove api/v1/ #2970 * [CHANGE] Remove unused feature flags #3676 * [CHANGE] Newlines in smtp password file are now ignored #3681 * [CHANGE] Change compat metrics to counters #3686 * [CHANGE] Do not register compat metrics in amtool #3713 * [CHANGE] Remove metrics from compat package #3714 * [CHANGE] Mark muted alerts #3793 * [FEATURE] Add metric for inhibit rules #3681 * [FEATURE] Support UTF-8 label matchers #3453, #3507, #3523, #3483, #3567, #3568, #3569, #3571, #3595, #3604, #3619, #3658, #3659, #3662, #3668, 3572 * [FEATURE] Add counter to track alerts dropped outside of time_intervals #3565 * [FEATURE] Add date and tz functions to templates #3812 * [FEATURE] Add limits for silences #3852 * [FEATURE] Add time helpers for templates #3863 * [FEATURE] Add auto GOMAXPROCS #3837 * [FEATURE] Add auto GOMEMLIMIT #3895 * [FEATURE] Add Jira receiver integration #3590 * [ENHANCEMENT] Add the receiver name to notification metrics #3045 * [ENHANCEMENT] Add the route ID to uuid #3372 * [ENHANCEMENT] Add duration to the notify success message #3559 * [ENHANCEMENT] Implement webhook_url_file for discord and msteams #3555 * [ENHANCEMENT] Add debug logs for muted alerts #3558 * [ENHANCEMENT] API: Allow the Silences API to use their own 400 response #3610 * [ENHANCEMENT] Add summary to msteams notification #3616 * [ENHANCEMENT] Add context reasons to notifications failed counter #3631 * [ENHANCEMENT] Add optional native histogram support to latency metrics #3737 * [ENHANCEMENT] Enable setting ThreadId for Telegram notifications #3638 * [ENHANCEMENT] Allow webex roomID from template #3801 * [BUGFIX] Add missing integrations to notify metrics #3480 * [BUGFIX] Add missing ttl in pushhover #3474 * [BUGFIX] Fix scheme required for webhook url in amtool #3409 * [BUGFIX] Remove duplicate integration from metrics #3516 * [BUGFIX] Reflect Discord's max length message limits #3597 * [BUGFIX] Fix nil error in warn logs about incompatible matchers #3683 * [BUGFIX] Fix a small number of inconsistencies in compat package logging #3718 * [BUGFIX] Fix log line in featurecontrol #3719 * [BUGFIX] Fix panic in acceptance tests #3592 * [BUGFIX] Fix flaky test TestClusterJoinAndReconnect/TestTLSConnection #3722 * [BUGFIX] Fix crash on errors when url_file is used #3800 * [BUGFIX] Fix race condition in dispatch.go #3826 * [BUGFIX] Fix race conditions in the memory alerts store #3648 * [BUGFIX] Hide config.SecretURL when the URL is incorrect. #3887 * [BUGFIX] Fix invalid silence causes incomplete updates #3898 * [BUGFIX] Fix leaking of Silences matcherCache entries #3930 * [BUGFIX] Close SMTP submission correctly to handle errors #4006 Signed-off-by: SuperQ <[email protected]>
Any chance at all this could get a consideration for the next version #3600 ? |
Why #3732 is not in the list? |
I can see it is in the branch, it might have been missed by accident. I think the list was written by hand? |
When will this release be available to test the MS Teams v2 receiver? |
Signed-off-by: gotjosh <[email protected]>
@SuperQ I have wordsmithed the changelog a bit to include more detail with this the changelog is now the following:
@grobinson-grafana do you want to take a look? |
Signed-off-by: gotjosh <[email protected]>
@gotjosh Nice, thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM