Skip to content

chore(monitoring): update monitoring stack#11

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/monitoring-stack
Open

chore(monitoring): update monitoring stack#11
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/monitoring-stack

Conversation

@renovate

@renovate renovate Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
docker.io/fosrl/newt digest 3c0096660c7839
docker.io/grafana/grafana minor 13.0.213.1.0
docker.io/prom/alertmanager minor v0.32.1v0.33.1
docker.io/victoriametrics/victoria-metrics minor v1.144.0v1.147.0
docker.io/victoriametrics/vmagent minor v1.144.0v1.147.0
docker.io/victoriametrics/vmalert minor v1.144.0v1.147.0

Release Notes

grafana/grafana (docker.io/grafana/grafana)

v13.1.0

Features and enhancements
Bug fixes
Breaking changes
Plugin development fixes & changes

v13.0.3

Features and enhancements
Bug fixes
prometheus/alertmanager (docker.io/prom/alertmanager)

v0.33.1: 0.33.1 / 2026-07-04

Compare Source

  • [BUGFIX] doc: fix missing notification_reason field in webhook documentation (#​5329)
  • [BUGFIX] silences: fix silences snapshot missing legacy matchers field. This caused a bug that prevented older alertmanager versions from reading newer snapshots unnecessarily. (#​5330)
  • [BUGFIX] silence with no matchers should populate an empty array in API response (#​5331)

v0.33.0: 0.33.0 / 2026-06-12

Compare Source

  • [CHANGE] The '--enable-feature=auto-gomaxprocs' option has been removed. This flag had no effect since v0.29 and was deprecated in v0.32. It can be safely removed from any startup scripts. #​5090, #​5251
  • [CHANGE] Add group-key-in-metrics feature flag. #​5047
  • [CHANGE] Move AlertMarker, GroupMarker to marker package. #​5047
  • [CHANGE] Remove alertmanager_marked_alerts. #​5047
  • [CHANGE] Remove the following from types package: MemMarker, AlertState*, AlertStatus. #​5047
  • [FEATURE] Introduce per aggregation group AlertMarkers and drop Global Alert Marker. #​5047
  • [FEATURE] ui: Add support for silence annotations. #​5017
  • [FEATURE] api: Add receiver labels and receiver_matchers filter to /api/v2/receivers, /api/v2/alerts, and /api/v2/alerts/groups. #​5152
  • [FEATURE] eventrecorder: Add structured event recorder behind --enable-feature=event-recorder, with file, webhook, and kafka outputs. #​5072, #​5246
  • [ENHANCEMENT] Add the use_aws_http_client config option to the sns notifier. #​5178
  • [ENHANCEMENT] template: Add now function to get current time. #​5188
  • [ENHANCEMENT] docs: Clarify YAML quoting vs matcher token quoting in UTF-8 matchers section. #​5264
  • [BUGFIX] jira: Allow disabling the resolve transition when resolve_transition is not set. #​4821
  • [BUGFIX] jira: Include unresolved issues in wont_fix_resolution JQL to prevent duplicate issue creation. #​5185
  • [BUGFIX] sns: Support the AWS_CA_BUNDLE env variable for the sns notifier. #​5178

v0.32.2: 0.32.2 / 2026-06-05

Compare Source

  • [BUGFIX] Fix dispatcher goroutine leaks on destroyed alertgroup swap. #​5241
VictoriaMetrics/VictoriaMetrics (docker.io/victoriametrics/victoria-metrics)

v1.147.0

Compare Source

v1.147.0

Released at 2026-07-03

  • SECURITY: upgrade base docker image (Alpine) from 3.23.4 to 3.24.1. See Alpine 3.24.1 release notes.

  • FEATURE: vmauth: add default_vm_access_claim field into jwt section of auth config. It could be used at JWT claim placeholders, if JWT token doesn't have vm_access claim. See #​11054.

  • FEATURE: vmagent: reduces CPU usage by 10% at sharding among remote storages. See #​11113. Thanks to @​bennf for contribution.

  • FEATURE: vmagent, vminsert in VictoriaMetrics cluster and vmsingle: introduce 64KiB size limit for metric metadata fields - Unit, Help and MetricFamilyName. See #​11128.

  • FEATURE: vmagent and vmsingle: reduce CPU usage for storing scrape target labels. See #​10919.

  • FEATURE: vmsingle and vmselect in VictoriaMetrics cluster: add optimize_repeated_binary_op_subexprs=1 query arg to /api/v1/query_range for executing binary operator sides sequentially when they share the same optimized aggregate rollup result expression. This allows the second side to reuse rollup result cache populated by the first side. See #​10575. Thanks to @​xhebox for the contribution.

  • FEATURE: vmauth: prevent possible password brute-force attacks with an artificial 2-3 second delay as recommended by OWASP. See #​11180.

  • FEATURE: alerts: add InvalidAuthTokenRequestErrors alerting rule to vmauth alerts. The new rule notifies when vmauth receives requests with invalid or missing auth tokens, which may indicate a client misconfiguration, expired token use, or brute-force attack. See #​11180.

  • FEATURE: vmsingle: Add the support of vmselect RPC to vmsingle so that single node can be queried by a vmselect from a vmcluster deployment. See 4328 and 10926.

  • FEATURE: vmauth: allow log requests with missing or invalid auth tokens to access log. This is useful for identifying remote_addr IPs performing brute-force attacks. See #​11180.

  • FEATURE: vmauth: fall through to unauthorized_user when a JWT token has no vm_access claim and no default_vm_access_claim is configured. Previously, vmauth returned 401 Unauthorized immediately in this case, which prevented unauthorized_user from handling such requests. See #​5740.

  • FEATURE: MetricsQL: improve the selection algorithm of buckets_limit to remove consecutive empty buckets at the beginning and end to obtain more accurate min and max values. See #​10417.

  • FEATURE: vmalert: expose vmalert_group_rule_results_limit metric to indicate the number of alerts or recording results that a single rule within the group can produce. See #​11179. Thanks to @​vinyas-bharadwaj for the contribution.

  • FEATURE: alerts: add AlertingRuleResultsApproachingLimit and RecordingRuleResultsApproachingLimit alerting rules to vmalert alerts. These alerts notify when a rule's last evaluation samples exceed 90% of the configured group results limit. See #​11179. Thanks to @​vinyas-bharadwaj for the contribution.

  • BUGFIX: all VictoriaMetrics components: cancel in-flight HTTP requests shortly before -http.maxGracefulShutdownDuration elapses during graceful shutdown, so they can drain and the shutdown completes cleanly within that window instead of timing out and exiting via logger.Fatalf -> os.Exit. This prevents skipping the storage flush and losing in-memory data when long-lived requests are in flight (such as VictoriaLogs live tailing). See #​1502.

  • BUGFIX: vminsert in VictoriaMetrics cluster and vmsingle: properly check values range for the limits configured with flags -maxLabelsPerTimeseries, -maxLabelNameLen and -maxLabelValueLen. It must be in range 1..65535. See #​11128.

  • BUGFIX: vminsert in VictoriaMetrics cluster: fixes unexpected rare rerouting. See #​11162.

  • BUGFIX: vmselect in VictoriaMetrics cluster: propagate cache reset operation to selectNode when /internal/resetRollupResultCache is called. Previously, the propagation only happened when the delete_series API was called. See [#​11112](https://redirect.github.com/VictoriaMetrics/VictoriaMetri

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Paris)

  • Branch creation
    • "before 6am on monday"
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/monitoring-stack branch from db6860f to 6dbff35 Compare June 8, 2026 11:35
@renovate renovate Bot changed the title chore(monitoring): update monitoring stack to v0.32.2 chore(monitoring): update monitoring stack Jun 8, 2026
@renovate renovate Bot force-pushed the renovate/monitoring-stack branch 2 times, most recently from 286b1a9 to 0177c9d Compare June 12, 2026 16:56
@renovate renovate Bot force-pushed the renovate/monitoring-stack branch 2 times, most recently from 47057ec to 3805bb9 Compare June 23, 2026 13:56
@renovate renovate Bot force-pushed the renovate/monitoring-stack branch 3 times, most recently from d583237 to 0f81fb4 Compare July 6, 2026 14:07
@renovate renovate Bot force-pushed the renovate/monitoring-stack branch from 0f81fb4 to dd2a87f Compare July 6, 2026 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants