Skip to content

fix(deps): update all patch and minor versions - #1257

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-patch-and-minor-versions
Open

fix(deps): update all patch and minor versions#1257
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-patch-and-minor-versions

Conversation

@renovate

@renovate renovate Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
aqua:grafana/gcx tools minor 1.0.01.1.0 age confidence
aqua:grafana/oats tools minor 0.8.00.10.0 age confidence
eclipse-temurin (source) final digest f19dbf0a214efa
grafana/otel-lgtm patch 0.30.10.30.2 age confidence
otel/opentelemetry-collector-contrib minor 0.158.00.159.0 age confidence
rumdl tools patch 0.2.530.2.55 age confidence
com.google.guava:guava dependencies patch 33.7.0-jre33.7.1-jre age confidence
ch.qos.logback:logback-classic (source, changelog) dependencies patch 1.6.11.6.3 age confidence
ch.qos.logback:logback-core (source, changelog) dependencies patch 1.6.11.6.3 age confidence
org.graalvm.buildtools.native plugin patch 1.1.81.1.9 age confidence

Release Notes

grafana/gcx (aqua:grafana/gcx)

v1.1.0

Compare Source

Breaking changes

  • gcx agento11y collections add-conversations and gcx agento11y collections remove-conversation emit type: gcx.agento11y.collection_membership instead of gcx.aio11y.collection_membership. schema_version stays 1. No fields changed. Scripts that read type must accept the new value.

New features

  • Add gcx profiles data-range for Pyroscope ingestion health.
  • Add the same data-range command under gcx datasources pyroscope.
  • Add gcx instrumentation explain and list-explanations for the finding explanations that ship with otel-checker (now v0.3.1).
  • Add an EXPLAIN_ID column to gcx instrumentation check table output, and an explain_id field to its JSON output. Pass the value to gcx instrumentation explain.
  • Add gcx assistant investigations list-evidence.
  • Show the chat ID next to the investigation ID in investigations get.
  • Keep full v2 investigation summaries and totals in list output.
  • Filter IRM alert groups by escalation chain and by date window.
  • Add agent support to gcx metrics list-names.
  • Add agent support to metrics label matching.

Improvements

  • Check contexts concurrently in gcx config check.
  • Record target_kind in usage telemetry events.

Fixes

  • Make gcx dev serve exit on Ctrl-C.
  • Set AllowsEdits so gcx-managed dashboards stay editable in the UI.
  • Keep configType in Fleet so OTel pipelines round-trip.
  • Support UTF-8 label names in profiles.
  • Match experiment report types and trial counts to the API.
  • Send guard redaction config as redact with {id, regex}.
  • Drop rule_id from the rules update PATCH body.
  • Handle an unavailable keychain safely during verification.

Internal

  • Rename the aio11y Go package to agento11y.
  • Add the integrate-with-gcx and review-pr contributor skills.
  • Add a command naming conventions guide.
  • Restructure the Grafana Cloud documentation.
  • Pin GCX_AGENT_MODE=false for the test tasks.
  • Add data sources code owners for internal/datasources.
grafana/oats (aqua:grafana/oats)

v0.10.0

Compare Source

Features
Bug Fixes

v0.9.0

Compare Source

Features
Bug Fixes
  • deps: update module go.opentelemetry.io/collector/pdata to v1.63.0 (#​438) (6f3524a)
grafana/docker-otel-lgtm (grafana/otel-lgtm)

v0.30.2

Compare Source

What's Changed

OpenTelemetry & LGTM

Full Changelog: grafana/docker-otel-lgtm@v0.30.1...v0.30.2

open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)

v0.159.0

Compare Source

🛑 Breaking changes 🛑
  • contrib: Remove deprecated kafkatopicsobserver extension from the contrib distribution (#​1597)
🚀 New components 🚀
  • extension/aws_iam_db_auth: Add aws_iam_db_auth to the contrib distribution (#​1591)
rvben/rumdl (rumdl)

v0.2.55

Compare Source

Fixed
  • lsp: honor per-directory config across workspace features (2c7670f)
  • core: align path-aware document processing across adapters (7285b7a)
Performance
  • lsp: construct workspace index rules directly (864e42a)

Downloads

File Platform Checksum
rumdl-v0.2.55-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.55-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.55-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.55-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.55-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.55-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.55-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.54

Compare Source

Added
  • action: add a command input to run rumdl fmt (9b59bff)
  • action: add install-only input to skip linting (aa0c604)
  • MD010: add ignore-code-languages to exempt fence languages from tab checks (21b56d0)
Fixed
  • config: honor the markdown attribute on every block-level element (6f88d71)
  • links: stop parsing reference links and images inside HTML blocks (8829f6b)
  • html-blocks: keep a nested raw-text element from opening its own block (27d96bb)
  • code-block-tools: stop a linter in a format slot from overwriting the block (a40d7da)
  • code-block-tools: report findings at the line they belong to (31cc6cb)
  • code-block-tools: bound a hanging tool by its timeout and stop respawning it (6ce8a1d)
  • action: add rumdl to PATH so later workflow steps can call it (98baf60)

Downloads

File Platform Checksum
rumdl-v0.2.54-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.54-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.54-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.54-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.54-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.54-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.54-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.

graalvm/native-build-tools (org.graalvm.buildtools.native)

v1.1.9

Compare Source

What's Changed

Full Changelog: graalvm/native-build-tools@1.1.8...1.1.9


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 August 18, 2026 00:46
@renovate
renovate Bot force-pushed the renovate/all-patch-and-minor-versions branch from 989ba36 to 4a66ae0 Compare August 18, 2026 04:32
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