Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps github.com/prometheus/alertmanager from 0.29.0 to 0.30.0.

Release notes

Sourced from github.com/prometheus/alertmanager's releases.

0.30.0 / 2025-12-15

  • [CHANGE] Don't allow calling qids with an empty ids list. #4707
  • [FEATURE] Add mattermost integration. #4090
  • [FEATURE] Add saturday to the first day of the week options. #4473
  • [FEATURE] Add templating functions for working with urls. #4625
  • [FEATURE] cluster: Allow persistent peer names. #4636
  • [FEATURE] dispatch: Add start delay. #4704
  • [FEATURE] provider: Add subscriber channel metrics. #4630
  • [FEATURE] template: Add tojson function. #4773
  • [FEATURE] Add api http metrics. #4162
  • [FEATURE] Add distributed tracing support. #4745
  • [FEATURE] Add names to inhibit rules. #4628
  • [FEATURE] Add timeout option for pagerduty notifier. #4354
  • [FEATURE] Add timeout option for slack notifier. #4355
  • [FEATURE] Allow nested details fields in pagerduty. #3944
  • [FEATURE] Implement phantom_threading to group email alerts into threads. #4623
  • [FEATURE] gc: Report errors, but remove erroneous silences and continue. #4724
  • [FEATURE] jira: Template customfields. #4029
  • [FEATURE] jira: Allow configuring issue update via parameter. #4621
  • [FEATURE] Slack app support. #4211
  • [ENHANCEMENT] Add comment about smtp plain authentication. #4741
  • [ENHANCEMENT] Add documentation about high availability. #4708
  • [ENHANCEMENT] Add documentation for client_allowed_sans. #4706
  • [ENHANCEMENT] Improve logging around webhook dispatch failure. #4511
  • [ENHANCEMENT] Compile silence matchers when the silence is added. #4695
  • [ENHANCEMENT] Fix 's/client/alerts_api/g' broken link in 0.29. #4718
  • [ENHANCEMENT] Fix rocketchat_config docs. #4767
  • [ENHANCEMENT] Fix: <mute_time_interval> was renamed. #4729
  • [ENHANCEMENT] Improve inhibition performance. #4607
  • [ENHANCEMENT] Loadsnapshot: update matcher index properly while not holding lock. #4714
  • [ENHANCEMENT] Logging improvements. #4113
  • [ENHANCEMENT] Move query locking back into private query function. #4694
  • [ENHANCEMENT] Optimize the new inhibitor implementation for ~2.5x performance improvement. #4668
  • [ENHANCEMENT] Reduce the time dispatch.group holds the mutex. #4670
  • [ENHANCEMENT] Use b.loop() to simplify the code and improve performance. #4642
  • [ENHANCEMENT] Remove duplicate slice during silences query. #4696
  • [ENHANCEMENT] Silences: optimize incremental mutes queries via a silence version index. #4723
  • [ENHANCEMENT] Update description for filter param in openapi. #4775
  • [BUGFIX] Add new behavior to avoid races on config reload. #4705
  • [BUGFIX] config: Fix duplicate header detection for all case variants. #2810
  • [BUGFIX] marker: Stop state leakage from aggregation groups. #4438
  • [BUGFIX] Fix pprof debug endpoints not working with --web.route-prefix. #4698
  • [BUGFIX] Set context timeout for resolvepeers. #4343

0.30.0-rc.0 / 2025-12-10

  • [CHANGE] Don't allow calling qids with an empty ids list. #4707
  • [FEATURE] Add mattermost integration. #4090
  • [FEATURE] Add saturday to the first day of the week options. #4473
  • [FEATURE] Add templating functions for working with urls. #4625
  • [FEATURE] cluster: Allow persistent peer names. #4636

... (truncated)

Changelog

Sourced from github.com/prometheus/alertmanager's changelog.

0.30.0 / 2025-12-15

  • [CHANGE] Don't allow calling qids with an empty ids list. #4707
  • [FEATURE] Add mattermost integration. #4090
  • [FEATURE] Add saturday to the first day of the week options. #4473
  • [FEATURE] Add templating functions for working with urls. #4625
  • [FEATURE] cluster: Allow persistent peer names. #4636
  • [FEATURE] dispatch: Add start delay. #4704
  • [FEATURE] provider: Add subscriber channel metrics. #4630
  • [FEATURE] template: Add tojson function. #4773
  • [FEATURE] Add api http metrics. #4162
  • [FEATURE] Add distributed tracing support. #4745
  • [FEATURE] Add names to inhibit rules. #4628
  • [FEATURE] Add timeout option for pagerduty notifier. #4354
  • [FEATURE] Add timeout option for slack notifier. #4355
  • [FEATURE] Allow nested details fields in pagerduty. #3944
  • [FEATURE] Implement phantom_threading to group email alerts into threads. #4623
  • [FEATURE] gc: Report errors, but remove erroneous silences and continue. #4724
  • [FEATURE] jira: Template customfields. #4029
  • [FEATURE] jira: Allow configuring issue update via parameter. #4621
  • [FEATURE] Slack app support. #4211
  • [ENHANCEMENT] Add comment about smtp plain authentication. #4741
  • [ENHANCEMENT] Add documentation about high availability. #4708
  • [ENHANCEMENT] Add documentation for client_allowed_sans. #4706
  • [ENHANCEMENT] Improve logging around webhook dispatch failure. #4511
  • [ENHANCEMENT] Compile silence matchers when the silence is added. #4695
  • [ENHANCEMENT] Fix 's/client/alerts_api/g' broken link in 0.29. #4718
  • [ENHANCEMENT] Fix rocketchat_config docs. #4767
  • [ENHANCEMENT] Fix: <mute_time_interval> was renamed. #4729
  • [ENHANCEMENT] Improve inhibition performance. #4607
  • [ENHANCEMENT] Loadsnapshot: update matcher index properly while not holding lock. #4714
  • [ENHANCEMENT] Logging improvements. #4113
  • [ENHANCEMENT] Move query locking back into private query function. #4694
  • [ENHANCEMENT] Optimize the new inhibitor implementation for ~2.5x performance improvement. #4668
  • [ENHANCEMENT] Reduce the time dispatch.group holds the mutex. #4670
  • [ENHANCEMENT] Use b.loop() to simplify the code and improve performance. #4642
  • [ENHANCEMENT] Remove duplicate slice during silences query. #4696
  • [ENHANCEMENT] Silences: optimize incremental mutes queries via a silence version index. #4723
  • [ENHANCEMENT] Update description for filter param in openapi. #4775
  • [BUGFIX] Add new behavior to avoid races on config reload. #4705
  • [BUGFIX] config: Fix duplicate header detection for all case variants. #2810
  • [BUGFIX] marker: Stop state leakage from aggregation groups. #4438
  • [BUGFIX] Fix pprof debug endpoints not working with --web.route-prefix. #4698
  • [BUGFIX] Set context timeout for resolvepeers. #4343
Commits
  • ecda677 Bump to 0.30 (#4814) (#4815)
  • b6083b7 Release v0.30.0-rc.0 (#4770)
  • 37d2558 build(deps-dev): bump vitest from 4.0.7 to 4.0.14 in /ui/mantine-ui (#4794)
  • 490b08c build(deps): bump prometheus/promci from 0.4.7 to 0.5.3 (#4777)
  • 83b1ecf build(deps-dev): bump @​vitejs/plugin-react in /ui/mantine-ui (#4795)
  • a05b359 build(deps-dev): bump vite from 7.2.0 to 7.2.6 in /ui/mantine-ui (#4796)
  • fc910a8 build(deps-dev): bump typescript-eslint in /ui/mantine-ui (#4793)
  • 07ef153 build(deps-dev): bump prettier from 3.6.2 to 3.7.3 in /ui/mantine-ui (#4792)
  • 85c7d35 build(deps-dev): bump jsdom from 27.1.0 to 27.2.0 in /ui/mantine-ui (#4791)
  • c0e6ec4 build(deps-dev): bump @​types/node in /ui/mantine-ui (#4789)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Dec 22, 2025
@rhafer
Copy link

rhafer commented Jan 5, 2026

@dependabot rebase

Bumps [github.com/prometheus/alertmanager](https://github.com/prometheus/alertmanager) from 0.29.0 to 0.30.0.
- [Release notes](https://github.com/prometheus/alertmanager/releases)
- [Changelog](https://github.com/prometheus/alertmanager/blob/main/CHANGELOG.md)
- [Commits](prometheus/alertmanager@v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/alertmanager
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/prometheus/alertmanager-0.30.0 branch from a24961b to 09cafeb Compare January 5, 2026 11:47
@rhafer rhafer merged commit 7a52a6f into main Jan 5, 2026
18 checks passed
@rhafer rhafer deleted the dependabot/go_modules/github.com/prometheus/alertmanager-0.30.0 branch January 5, 2026 12:22
@openclouders openclouders mentioned this pull request Jan 5, 2026
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants