Skip to content

chore(deps): update all patch and minor versions - #1276

Merged
jaydeluca merged 1 commit into
mainfrom
renovate/all-patch-and-minor-versions
Sep 15, 2026
Merged

jaydeluca merged 1 commit into
mainfrom
renovate/all-patch-and-minor-versions

Conversation

@renovate

@renovate renovate Bot commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
aqua:grafana/flint tools patch 0.22.110.22.12 age confidence
aqua:grafana/gcx tools minor 1.2.01.3.0 age confidence
eclipse-temurin (source) final digest f9e653215090d1
grafana/otel-lgtm minor 0.32.10.33.0 age confidence
rumdl tools patch 0.2.690.2.73 age confidence
com.gradle.develocity plugin patch 4.5.04.5.1 age confidence

Release Notes

grafana/flint (aqua:grafana/flint)

v0.22.12

Compare Source

Added
  • cache GitHub Renovate presets for offline checks (#​514)
Fixed
  • (lychee) prioritize PR remaps (#​517)
  • (editorconfig-checker) support version 4 binary (#​543)
  • make renovate-deps fixes converge for latest mise pins (#​512)
  • reject renovate-deps in sparse checkouts (#​513)
  • suggest mise lint fix task (#​510)
  • keep full file checks scoped to tracked files (#​509)
  • baseline config changes and renovate validation (#​507)
Other
  • (deps) update linters (#​529)
  • (deps) update taiki-e/install-action action to v2.87.10 (#​542)
  • (deps) update mise to v2026.9.5 (#​540)
  • (deps) lock file maintenance (#​541)
  • (deps) update taiki-e/install-action action to v2.87.8 (#​538)
  • (deps) update rust crate regex to v1.13.1 (#​539)
  • (deps) update rust crate serde_yaml_bw to v2.5.8 (#​537)
  • (deps) update node.js to v24.21.0 (#​536)
  • (deps) update taiki-e/install-action action to v2.87.7 (#​535)
  • (deps) update taiki-e/install-action action to v2.87.6 (#​534)
  • (deps) update taiki-e/install-action action to v2.87.5 (#​533)
  • (deps) update dependency rust to v1.98.1 (#​532)
  • (deps) update dependency go to v1.27.1 (#​531)
  • (deps) update mise to v2026.9.1 (#​528)
  • (deps) lock file maintenance (#​530)
  • (deps) update taiki-e/install-action action to v2.87.3 (#​527)
  • (deps) update taiki-e/install-action action to v2.87.2 (#​526)
  • (deps) update taiki-e/install-action action to v2.87.1 (#​525)
  • (deps) update node.js to v24.20.0 (#​523)
  • (deps) update taiki-e/install-action action to v2.87.0 (#​524)
  • (deps) update linters (#​521)
  • (deps) update mise to v2026.8.14 (#​520)
  • (deps) lock file maintenance (#​522)
  • (deps) update dependency jdx/mise-action to v4.3.0 (#​518)
  • (deps) update taiki-e/install-action action to v2.86.7 (#​516)
  • split linter presentation from CLI (#​515)
  • (deps) update taiki-e/install-action action to v2.86.6 (#​511)
  • (deps) update taiki-e/install-action action to v2.86.5 (#​508)
  • keep PR title check current after rebases (#​506)
  • (deps) update dependency rust to v1.98.0 (#​505)
  • (deps) update taiki-e/install-action action to v2.86.4 (#​503)
  • (deps) update dependency go to v1.27.0 (#​504)
  • (deps) lock file maintenance (#​502)
  • (deps) update linters (#​500)
  • (deps) update mise to v2026.8.10 (#​501)
  • (deps) update taiki-e/install-action action to v2.86.3 (#​498)
grafana/gcx (aqua:grafana/gcx)

v1.3.0

Compare Source

Breaking changes

  • Credential storage now fails closed when the OS keychain is unavailable, instead of writing to the config file in plaintext with a warning. You will now see a Keychain unavailable error in this scenario. A locked, as opposed to absent, keychain already failed closed and is unchanged. Set GCX_KEYCHAIN=off to opt in to a plaintext write. (#​1271)
  • Fleet Management permissions have changed: A grafana.com Cloud Access Policy token is no longer needed for interacting with gcx fleet. gcx will need write permissions when using the OAuth flow for all gcx fleet commands. Users will need grafana-collector-app:read for named routes, and wildcard routes need the Admin role or grafana-collector-app:admin, including some read-only commands such as tenant get-limits. (#​1261)
  • gcx synthetic-monitoring probes deploy emits different manifests, and the probe token is now provided through a Kubernetes Secret, defined by the SM_AGENT_API_TOKEN environment variable. To use this, regenerate the manifests and update anything that read the token out of the Deployment arguments before applying. Using --token still works but it is deprecated and hidden from help (#​1262)
  • gcx synthetic-monitoring probes reset-token now returns the new token value instead of just confirming the reset. The value is in gcx.synth.probe_token_reset. Anything parsing the previous result shape needs updating (#​1262)
  • gcx irm oncall schedules list-final-shifts takes a --timezone flag and sends the timezone of the schedule, rather than the host. Without the --timezone flag it now uses the schedule's timezone, falling back to UTC with a warning if the schedule does not have a timezone set. (#​1187)

Datasources and queries

  • Add BigQuery, MSSQL, and OpenSearch datasource support (#​1106, #​1059, #​1252)
  • Add gcx profiles series for series discovery (#​1086)
  • Add -o dot call-graph output to gcx profiles query (#​1122)
  • Add the experimental gcx traces baseline command (#​1168)
  • Require an Explore link on every query command (#​1134)

Alerting and IRM

  • Add gcx alert state-history and notification history (#​1296, #​1258)
  • Add gcx irm incidents update, and honour incident severity (#​1191)
  • Let a discovery command list its own catalog (#​1193)
  • alert-groups list --limit 0 now returns every alert group (#​1213)

Configuration and credentials

  • Add the trusted credentials.keychain policy (#​1266)
  • Add GCX_KEYCHAIN to disable the OS credential store (#​1242)
  • Make configuration load and write parameters explicit (#​1272)

Agent Observability and Instrumentation

  • Add gcx agento11y experiments pull for experiment bundles (#​1267)
  • Add gcx agento11y rules list-scores for online scores (#​1226)
  • Add --fix-plan to gcx instrumentation check (#​1115)

Telemetry

  • Break down api command usage by route, method, and type (#​1094)
  • Report HTTP status, Kubernetes reason, and authentication method (#​1118)
  • Report a canceled invocation with the outcome canceled (#​1109)

Fixes

  • create -f and update -f accept the K8s envelope that gcx itself prints, instead of discarding every field of the file (#​1187)
  • --jq now works together with -o agents (#​1287)
  • Normalize unstructured jq numbers (#​1235)
  • Faro sends extraLogLabels under the label field (#​1238)
  • Browser checks keep their notification channels (#​1299)

Other

grafana/docker-otel-lgtm (grafana/otel-lgtm)

v0.33.0

Compare Source

What's Changed

OpenTelemetry & LGTM

Full Changelog: grafana/docker-otel-lgtm@v0.32.1...v0.33.0

rvben/rumdl (rumdl)

v0.2.73

Compare Source

Fixed
  • MD022,MD031,MD032,MD058: count a comment-only line as a blank line (b394e30)
  • MD057: stop requiring index.md for directory links in filesystem mode (c04ae4e)
  • MD051: validate fragments in repository-absolute cross-file links (ead5f39)
  • parser: stop reading headings inside blocks whose body is not Markdown (59958b1)
  • MD077: carry a code block's interior indentation when reindenting its fence (00c578d)

Downloads

File Platform Checksum
rumdl-v0.2.73-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.73-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.73-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.73-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.73-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.73-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.73-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.72

Compare Source

Added
  • MD090: add rule flagging horizontal rules directly before headings (09dcae5)
Fixed
  • MD013: end a sentence after a closing marker run of any shape (e63206c)

Downloads

File Platform Checksum
rumdl-v0.2.72-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.72-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.72-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.72-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.72-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.72-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.72-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.71

Compare Source

Fixed
  • MD034: do not report the tail of a schemed URI as a bare email (a8df862)
  • lsp: write the mailto scheme when converting a bare email to a link (600e229)
  • config: measure suggestion distance in characters, not bytes (eabdf80)
  • MD034: emit a link, not an autolink, when fixing bare URLs in MDX (98a6255)
  • config: suggestion panics on multibyte characters (dd88a4a)

Downloads

File Platform Checksum
rumdl-v0.2.71-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.71-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.71-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.71-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.71-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.71-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.71-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.70

Compare Source

Fixed
  • mdx: recover instead of crashing on unclosed JSX in a link label (35de79c)
  • lsp: index links whose paths contain parentheses (bc5adc0)
  • MD057: handle balanced parentheses in link paths (b2a9ce9)
  • MD032: respect suppression at each list boundary (9aeb5f3)
  • MD087,inline-config: ignore directives inside inline code spans (749a7ea)
  • stdin: preserve original bytes when formatting is unchanged (2c84470)
  • MD046: align fence repairs with diagnostic edits (443892e)
  • MD032: preserve line endings in document fixes (60bae56)
Performance
  • MD024: avoid cloned keys and redundant diagnostic work (ffebf4e)

Downloads

File Platform Checksum
rumdl-v0.2.70-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.70-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.70-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.70-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.70-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.70-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.70-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 07:59 AM, only on Tuesday (* 0-7 * * 2)
  • 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 requested review from a team as code owners September 15, 2026 01:07
@jaydeluca
jaydeluca merged commit 96c252a into main Sep 15, 2026
17 checks passed
@jaydeluca
jaydeluca deleted the renovate/all-patch-and-minor-versions branch September 15, 2026 09:38
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.

1 participant