Skip to content

feat(container): update image quay.io/prometheus/alertmanager ( v0.28.1 ➔ v0.30.1 )#463

Merged
Aviator-Coding merged 1 commit intomainfrom
renovate/quay.io-prometheus-alertmanager-0.x
Jan 26, 2026
Merged

feat(container): update image quay.io/prometheus/alertmanager ( v0.28.1 ➔ v0.30.1 )#463
Aviator-Coding merged 1 commit intomainfrom
renovate/quay.io-prometheus-alertmanager-0.x

Conversation

@mortyops
Copy link
Copy Markdown
Contributor

@mortyops mortyops bot commented Jan 25, 2026

This PR contains the following updates:

Package Update Change
quay.io/prometheus/alertmanager minor v0.28.1v0.30.1

Release Notes

prometheus/alertmanager (quay.io/prometheus/alertmanager)

v0.30.1: 0.30.1 / 2026-01-12

Compare Source

  • [BUGFIX] Fix memory leak in tracing client. #​4828

v0.30.0: 0.30.0 / 2025-12-15

Compare Source

  • [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

v0.29.0: 0.29.0 / 2025-11-01

Compare Source

  • [FEATURE] Add incident.io notifier. #​4372
  • [FEATURE] Add monospace message formatting. #​4362
  • [FEATURE] Add ability to customize interval for maintenance to run. #​4541
  • [ENHANCEMENT] Update Jira notifier to support both Jira cloud API v3 and Jira datacenter API v2. #​4542
  • [ENHANCEMENT] Increase mixin rate intervals for alert FailedToSendAlerts. #​4206
  • [ENHANCEMENT] Make /alertmanager group writable in docker image. #​4469
  • [BUGFIX] Fix logged notification count on error in notify. #​4323
  • [BUGFIX] Fix docker image permissions path. #​4288
  • [BUGFIX] Fix error handling in template rendering for Telegram. #​4353
  • [BUGFIX] Fix duplicate other in error messages for config. #​4366
  • [BUGFIX] Fix logic that considers an alert reopened in Jira. #​4478
  • [BUGFIX] Fix Jira issue count #​4615

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@mortyops
Copy link
Copy Markdown
Contributor Author

mortyops bot commented Jan 25, 2026

--- kubernetes/apps/monitoring/alertmanager/app Kustomization: monitoring/alertmanager HelmRelease: monitoring/alertmanager

+++ kubernetes/apps/monitoring/alertmanager/app Kustomization: monitoring/alertmanager HelmRelease: monitoring/alertmanager

@@ -38,13 +38,13 @@

         annotations:
           reloader.stakater.com/auto: 'true'
         containers:
           alertmanager:
             image:
               repository: quay.io/prometheus/alertmanager
-              tag: v0.28.1
+              tag: v0.30.1
             ports:
             - containerPort: 9093
               name: http
             probes:
               liveness:
                 enabled: true

@mortyops
Copy link
Copy Markdown
Contributor Author

mortyops bot commented Jan 25, 2026

--- HelmRelease: monitoring/alertmanager StatefulSet: monitoring/alertmanager

+++ HelmRelease: monitoring/alertmanager StatefulSet: monitoring/alertmanager

@@ -35,13 +35,13 @@

       automountServiceAccountToken: true
       hostIPC: false
       hostNetwork: false
       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
-      - image: quay.io/prometheus/alertmanager:v0.28.1
+      - image: quay.io/prometheus/alertmanager:v0.30.1
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 9093

….1 ➔ v0.30.1 )

| datasource | package                         | from    | to      |
| ---------- | ------------------------------- | ------- | ------- |
| docker     | quay.io/prometheus/alertmanager | v0.28.1 | v0.30.1 |
@mortyops mortyops bot force-pushed the renovate/quay.io-prometheus-alertmanager-0.x branch from 7d0daa0 to 4770347 Compare January 26, 2026 13:28
@Aviator-Coding Aviator-Coding merged commit c77db71 into main Jan 26, 2026
14 checks passed
@Aviator-Coding Aviator-Coding deleted the renovate/quay.io-prometheus-alertmanager-0.x branch January 26, 2026 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant