Skip to content

Update all patch and minor versions - #8661

Merged
jkwatson merged 1 commit into
mainfrom
renovate/all-patch-and-minor-versions
Jul 28, 2026
Merged

Update all patch and minor versions#8661
jkwatson merged 1 commit into
mainfrom
renovate/all-patch-and-minor-versions

Conversation

@renovate

@renovate renovate Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
aqua:grafana/flint patch 0.22.90.22.10 age confidence
otel/opentelemetry-collector-contrib minor 0.156.00.157.0 age confidence
io.opentelemetry.proto:opentelemetry-proto dependencies minor 1.10.0-alpha1.11.0-alpha age confidence
io.opentelemetry.contrib:opentelemetry-aws-xray-propagator dependencies minor 1.58.0-alpha1.59.0-alpha age confidence
com.uber.nullaway:nullaway dependencies patch 0.13.70.13.8 age confidence
io.grpc:grpc-bom dependencies minor 1.82.21.83.0 age confidence
com.squareup.okio:okio-bom dependencies minor 3.17.03.18.0 age confidence
checkstyle (source) dependencies minor 13.8.013.9.0 age confidence
org.graalvm.buildtools.native plugin patch 1.1.41.1.6 age confidence
com.gradleup.shadow plugin patch 9.6.09.6.1 age confidence

Release Notes

grafana/flint (aqua:grafana/flint)

v0.22.10

Compare Source

Added
  • add safe dotenv linting (#​436)
  • add native Java formatting and regex replacements (#​407)
  • add scoped Kubernetes manifest linting (#​437)
  • add standalone Checkstyle linting (#​435)
  • improve Flint init and setup migrations (#​428)
  • define registry and execution contracts (#​427)
Fixed
  • (renovate) avoid overlapping mise managers (#​446)
Other
  • (deps) update dependency jdx/mise-action to v4.2.2 (#​448)
  • make Windows aube installs cacheable (#​447)
  • (deps) update mise to v2026.7.12 (#​444)
  • (deps) update linters (#​443)
  • move linter reference to dedicated pages (#​440)
  • (deps) lock file maintenance (#​445)
  • (deps) update taiki-e/install-action action to v2.85.0 (#​442)
  • (deps) update taiki-e/install-action action to v2.84.1 (#​441)
  • require silent happy paths for checks (#​439)
  • (deps) update grafana/shared-workflows/lint-pr-title action to v1.2.4 (#​438)
  • add Linux musl release artifacts (#​421)
  • validate curated mise registry backends (#​429)
  • (deps) update rust crate tokio to v1.53.1 (#​434)
  • (deps) update taiki-e/install-action action to v2.84.0 (#​433)
  • (deps) update rust crate clap to v4.6.3 (#​432)
  • (deps) update rust crate serde_json to v1.0.151 (#​431)
  • record Flint v2 architecture decisions (#​426)
  • (deps) update taiki-e/install-action action to v2.83.4 (#​423)
  • (deps) update actions/checkout digest to 3d3c42e (#​422)
  • (deps) update rust crate regex to v1.13.1 (#​412)
  • document semantic PR title guidance (#​420)
  • (deps) update linters (#​418)
  • (deps) update dependency mise to v2026.7.7 (#​417)
  • (deps) lock file maintenance (#​419)
  • (deps) update taiki-e/install-action action to v2.83.3 (#​415)
  • (deps) update rust crate tokio to v1.52.4 (#​414)
  • (deps) update dependency jdx/mise-action to v4.2.1 (#​416)
  • (deps) update dependency rust to v1.97.1 (#​413)
  • (deps) update rust crate clap to v4.6.2 (#​411)
  • (deps) update rust crate globset to v0.4.19 (#​410)
  • (deps) update rust crate toml_edit to v0.25.13 (#​409)
  • (deps) update rust crate toml to v1.1.3 (#​408)
  • document signed commit requirement (#​406)
  • batch rumdl file checks (#​404)
  • (deps) update taiki-e/install-action action to v2.83.2 (#​405)
open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)

v0.157.0

Compare Source

🛑 Breaking changes 🛑
  • contrib: Remove deprecated signalfx receiver from the contrib distribution (#​1551)
  • packaging: Prevent service being started/enabled upon install for rpms (#​1334)
    This brings behaviour inline with usual expectations for rpm packages which usually leave this up to the system administrator.
🚀 New components 🚀
  • cardinalityguardianprocessor: Add Cardinality Guardian processor to the OpenTelemetry Collector Contrib. (#​1549)
💡 Enhancements 💡
  • ebpf-profiler: Use a scratch image similar to the contrib image for the ebpf-profiler image (#​930)
uber/NullAway (com.uber.nullaway:nullaway)

v0.13.8

Mostly minor bug fixes. Note that NullAway now treats Map.remove as returning @Nullable (#​1623), which may lead
to newly-reported warnings.

grpc/grpc-java (io.grpc:grpc-bom)

v1.83.0

gRPC Java 1.83.0 Release Notes
API Changes
  • api: Turn on RFC 3986 parsing by default and update javadoc. (4456721)
  • api: Add Grpc.newChannelBuilder accepting NameResolverRegistry (#​11901) (2b86f8f). This allows users to explicitly provide a NameResolverRegistry during channel creation rather than relying on the global registry, offering better isolation and control over name resolution per-channel.
Behavior Changes
  • okhttp: enable TLS 1.3 for servers on Android (3018ce3). v1.82.0 enabled TLS 1.3 for clients; this does the same for servers
  • xds: enable orca to lrs propagation by default (#​12836) (1e85674) Enables xDS configuration to control which fields get propagated from ORCA backend metric reports to LRS load reports as per gRFC A85
  • xds: Use leaf cluster name for backend service label in metrics, instead of aggregate cluster name (#​12882) (c8079ee). This only has an effect when using aggregate clusters
  • xds: Hold parsed service config in CdsUpdate (3db3235). Previously, modifications to LoadBalancerRegistry could cause failures in the LB tree
  • xds: Revert "xds: reuse connections to the control plane across channels" added in 1.81.0 (d49c0b1). If using xds heavily with many targets, then MAX_CONCURRENT_STREAMS to the control plane could be exceeded. This then prevents loading resources for new targets, which causes those channels to hang on name resolution. RPCs would see the nondescript "DEADLINE_EXCEEDED: Deadline Context was exceeded after Xs" or "DEADLINE_EXCEEDED: Deadline CallOptions was exceeded after Xs"
Improvements
  • api: Move attributes to the end of ResolvedAddresses.toString(), for better legibility (103bd4b)
  • core: normalize service config number values (#​12826) (663c505) This updates default service config validation to accept numeric values represented as Number, not only Double. Common JSON parsers may deserialize integer-looking JSON values such as maxAttempts: 4 and backoffMultiplier: 2 as Integer, which previously caused defaultServiceConfig() to fail with IllegalArgumentException. The values are normalized to Double when copied into the validated service config, preserving the existing internal representation expected by the service config parsing code.
  • core: DEADLINE_EXCEEDED before initial name resolution completes will now mention “name_resolver” in the error description (56d2b25). Previously there was not a hint as to what gRPC was delayed on when the deadline was exceeded.
  • netty: Reduce TcpMetrics log from INFO to FINE (4ec83df). This removes unnecessary log noise
  • core: Enable child channel plugins (#​12578) (89aef90). This introduces the ChildChannelConfigurer API to allow intercepting and customizing the configuration (such as injecting interceptors or modifying credentials) of child channels created dynamically by load balancers.
Dependencies
  • Upgrade to Netty 4.2.15 (66c6ab1). If you need Netty 4.1 support, please file an issue
  • Upgrade codegen plugin to C++ Protobuf 35.1 (#​12876) (c886f0a)
  • Upgrade various dependencies (064272c):
    • gson to 2.14.0
    • guava to 33.6.0
    • cel-java to 0.13.0
    • protobuf-java to 3.25.9
    • error-prone-annotations to 2.50.0
    • opentelemetry to 1.63.0
Documentation
  • Document how to build with Bazel and introduce bazel support for building android and binder (#​12811) (f94574e)
Thanks to

tian__mi__mi@
codingkiddo@
Zhengcy05@​

lysine-dev/okio (com.squareup.okio:okio-bom)

v3.18.0

2026-07-21

  • Fix: Use wide character APIs to better support of non-UTF-8 filesystems on Windows.
  • Fix: Don't crash in AssetFileSystem.exists() when the underlying storage throws a
    FileNotFoundException.
  • Fix: Load WASI paths relative to their preopen. The platform behavior recently changed in
    NodeJS, causing our WasiFileSystem to be unable to access files!
  • New: Optionally ignore whitespace when decoding hexadecimal.
  • New: Optionally omit padding when encoding Base64.
  • New: BufferedSource.readUInt(), BufferedSink.writeUInt(), and similar functions for UByte,
    UShort and ULong. Also add support for unsigned and little-endian.
  • New: BufferedSink.utf8Appendable(). Use this to adapt an Okio sink to an Appendable.
  • New: Source.limit() returns a wrapped source with a strict limit on how many bytes are
    returned.
  • New: ByteString.equals(other, constantTime) for subtle defense against timing attacks.
checkstyle/checkstyle (checkstyle)

v13.9.0

Checkstyle 13.9.0 - https://checkstyle.org/releasenotes.html#Release_13.9.0

Breaking backward compatibility:

#​20610 - Remove JavadocStyle check, use SummaryJavadoc Check instead.

New:

#​19146 - JavadocType: update Check to use AST of javadoc.
#​17554 - UnnecessaryParentheses not reported for array access, field access and method calls.
#​20822 - Javadoc new AST token LEADING_ASTERISKS.
#​19150 - update WriteTagCheck to use AST of javadoc.
#​17437 - NoLineWrap: new property skipAnnotations to avoid violations on target if there are annotations.
#​17695 - New check: MultilineCommentLeadingAsteriskPresence.
#​20209 - new Check: OpenjdkAnnotationLocation.
#​17715 - New Check: WhitespaceBeforeEmptyBody and enable it at goolge style config.
#​17393 - New check: TypeBodyPadding for blank line after type definitions.
#​15223 - New check UnnecessaryTypeArgumentsWithRecordPattern.
#​7176 - New check: AnnotatedDeclarationVisibility to demand all modifiers to be the same/consistent.

Bug fixes:

#​20958 - JavadocLeadingAsteriskAlign reports false positives.
#​19821 - Add checks for Documentation Comments Style Guide - Format of a Doc Comment.
#​20922 - LEADING_ASTERISK column position is not parsed correctly.
#​20563 - google_checks.xml: false negatives in type variable names.
#​19346 - JavaDoc parser does not support non-ASCII (Unicode) characters in @link class references.
#​17725 - Google style: multiple spaces around reserved words not detected.
#​20812 - Add checks for Sun Style 3.1.1 - Beginning Comments.
#​17878 - False-Negative: NoTrailingWhitespace misses spaces after * in multi-line comments (Google Style).
#​20901 - Google style: use AnnotationLocation ANNOTATION_DEF, ANNOTATION_FIELD_DEF, ENUM_CONSTANT_DEF, PACKAGE_DEF.
#​20553 - ClassFanOutComplexityCheck: fan-out of implicit class not measured in JEP 512 compact source files.
#​19930 - Documentation Comments Style Guide - Template for package.html source file.
#​3744 - File definition for suppressions should ignore path separator.
#​18619 - Wrong error message while using check NewlineAtEndOfFile.
#​15260 - Indentation: unexpected violation on last parentheses of chained methods.
#​19750 - PatternVariableAssignment fails when variable used inside an assignment target expression.
#​18614 - False positive: indentation inside of constructor parameters inside try block.
#​20660 - Add checks for Openjdk style - CopyRight Notice.
#​20346 - fill SarifLogger result templates in a single pass.
#​18615 - False positive: indentation of text block inside annotation array parameters.
#​19707 - TextBlockGoogleStyleFormatting: opening """ preceded by ? is not flagged as violation.
#​10015 - Unnecessary violation by Indentation check.
#​14716 - Indentation: Unexpected violation when class declaration is wrapped after public and before static.
#​20505 - GenericWhitespace false positive for parameterized record pattern.
#​11741 - Indentation: false positives when switch expression is invocation target.
#​19147 - update JavadocVariable to use AST of javadoc.
#​20339 - False positive: Indentation on file with tabs.
#​20522 - PatternSyntaxException in UniqueProperties when duplicated property key has dash inside brackets.
#​20521 - PatternSyntaxException in OrderedProperties when property key has dash inside brackets.
#​19923 - Documentation Comments Style Guide - @throws.
#​20700 - InnerTypeLastCheck: false negative on compact source files.
#​20749 - EmptyStatement: false negative on top-level empty declaration in compact source file.
#​19806 - JavadocType: violation message is confusing and requires quotes.
#​20336 - use quoteReplacement in fillTemplateWithStringsByRegexp.
#​20720 - TextBlockGoogleStyleFormatting rule produces NPE for text-blocks used in annotations of a record member.
#​20464 - Add checks for OpenJDK Wrapping Lines.
#​20562 - google_checks.xml: final local variables no violations for non lowerCamelCase.
#​16656 - JavadocTagContinuationIndentation Ignore indentation check when line breaks after the tag.
#​19920 - Documentation Comments Style Guide - @return.
#​19662 - Add checks for OpenJDK Style chapter - Lambda Expressions.
#​20669 - Add checks for openjdk style - Naming.

Other Changes:
Documentation Comments Style Guide - Naming of doc images in source tree.
Documentation Comments Style Guide - Avoid Latin.
Renumber remaining ExampleX files after UseCaseX migration.
Fix modules suppressed in XdocsExamplesAstConsistencyTest and create more examples.
add test for SuppressWithNearbyCommentFilter for problem with wrong group.
Enforce file size on Java inputs.
Update all xml file based suppression to use '/' instead of '[\\/]'.
Kill PIT survivals in FileContents and Javadoc tag classes.
Document Comment Style Guide: Add Severity and Suppression section and related modules to config.
VisibilityModifierCheck: docuement not handling top-level fields in compact source files (JEP 512).
InlineConfigParser does not fail when violation comments are missing quoted messages.
Move violation comments out of Javadoc for all input files.
Resolve WARNING from failsafe:3.5.6:integration-test.
move rule43onestatement Inputs to compiled folder.
udpate filters test to use getCheckMessage instead of hardcoded message.
Isolate invalid Javadoc snippets from excluded packages.
Javadoc generation emits 100 warnings.
PMD fails with XPathException but maven plugin execution still success.
Resolve compilation errors in Inputs.
Solve fb-contrib errors.
Improve Input coverage for compact sources (JEP 512) for all Checks.
Job spelling periodically fails due to some http problems.
Resolve design problem BooleanParameter at CheckUtil.
Refactor JavadocLeadingAsteriskAlign to use logging of violation on AST node.
Documentation Comments Style Guide - Use in-line links economically.
Documentation Comments Style Guide - Background on the Throws Clause.
Move violation comments above of annotated methods.
reevaluate tokens in checkstyle config for AnnotationLocation.
Resolve design problem BooleanParameter at LineWrappingHandler.
Resolve design problem BooleanParameter at RequireThisCheck.
CovariantEqualsCheck: covariant equals on top-level method not flagged in compact source files (JEP 512).
Simplify settersHaveSinceTag.
AbstractJavadocCheck: switch logging to DetailNode.
Improve examples of StaticVariableName.
Updating properties in Input files to mention all default properties.
UseCases does not have a link copy.
Documentation Comments Style Guide - Guidelines Which Exceptions to Document.
Validate that all Examples files that palced for Check are used in xdoc templace file.
Check-Performance-Regression is failing too frequently.
regression-report.yml fails at checkout_and_cache.
Missing violateExecutionOnNonTightHtml exclusion in testExampleCountMatchesPropertyCount.
UncommentedMainCheck: instance void main() not flagged in compact source files (JEP 512).
`XdocsExamplesAstConsistencyTest.testEveryPropertyHasAnExample` misses examples nested in subdirectories.
Add valid compilation comments to non-compilable test inputs.
Fix modules suppressed in XdocsExamplesAstConsistencyTest#EXAMPLE_PROPERTY_COVERAGE_SUPPRESSED_MODULES.
modernizer-maven-plugin of 3.4.0 have problem reliably detect not guarded Optional.get.
OpenJdk style: Add Severity and Suppression section and related modules to config.
Fix accessibility of methods violations caused by bump of spotbugs-maven-plugin from 4.9.8.5 to 4.10.2.0.
resolve TypeBodyPaddingCheck violations.
Fix abstraction failure in SiteUtil::getCheckMessageKeys.
`ClassMemberImpliedModifier` xdoc examples: ``<`property`>`` not nested inside self-closed module tag.
WhiteSpaceAroundCheck: update documentation for SLIST and LCURLY usage.
Update violation message in Inputs of DesignForExtension.
`testEveryPropertyHasAnExample` ignores non-`.java` example files, causing false "uncovered property" reports.
Replace author email with GitHub username in release notes.
Define violation messages for all violations.
Run doc-comments integration tests in CI.
Fix comment mismatches in xdocs examples currently suppressed in `XdocsExamplesAstConsistencyTest`.
Improve implmentation of AbstractItModuleTestSupport.verify to avoid collection mutation.
website still has a link to the old location of the "issue report" page.
Ensure compilability of inputs in compilable resources folders for tests.
Openjdk ITs should have InputXxxxxxxXxxxxxxDosAndDonts.java.
Issue: AST-match should catch when Javadoc presence differs between example files*.
dependency: bump org.gaul:modernizer-maven-plugin from 3.3.0 to 3.4.0.
Conver test from XpathFilterElementTest to SuppressionXpathSingleFilterTest to use inlined config in Input files.
Improve error wording for XdocsExamplesAstConsistencyTest.
CI job to validatate that inputs of javadoc Checks pass javadoc jdk tool.
Make ANTLR Regression Report triggerable by PR comment.
unexpected output to logs from XdocsExamplesAstConsistencyTest.
graalvm/native-build-tools (org.graalvm.buildtools.native)

v1.1.6

Compare Source

What's Changed

New Contributors

Full Changelog: graalvm/native-build-tools@1.1.5...1.1.6

v1.1.5

Compare Source

What's Changed

Full Changelog: graalvm/native-build-tools@1.1.4...1.1.5


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 a review from a team as a code owner July 28, 2026 00:46
@opentelemetry-pr-dashboard

opentelemetry-pr-dashboard Bot commented Jul 28, 2026

Copy link
Copy Markdown

Pull request dashboard status

Waiting on reviewers · refreshed 2026-07-28 15:19 UTC

Review the latest changes.

Status above doesn't look right?
  • Just replied or pushed? Anything around or after the refresh time above may not be picked up yet — give it a few minutes.
  • Anything look wrong? Report it with what you expected; it helps us improve the dashboard.

@codecov

codecov Bot commented Jul 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.46%. Comparing base (ff91c02) to head (88c7d33).

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #8661      +/-   ##
============================================
- Coverage     91.46%   91.46%   -0.01%     
  Complexity    10456    10456              
============================================
  Files          1021     1021              
  Lines         27647    27647              
  Branches       3242     3242              
============================================
- Hits          25288    25287       -1     
  Misses         1616     1616              
- Partials        743      744       +1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate
renovate Bot force-pushed the renovate/all-patch-and-minor-versions branch from eb41c64 to 88c7d33 Compare July 28, 2026 05:07
@jkwatson
jkwatson merged commit 54076d3 into main Jul 28, 2026
30 checks passed
@jkwatson
jkwatson deleted the renovate/all-patch-and-minor-versions branch July 28, 2026 15:30
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