Skip to content

Renovate: Update External dependencies - #36

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/external-dependencies
Open

Renovate: Update External dependencies#36
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/external-dependencies

Conversation

@renovate

@renovate renovate Bot commented Jan 17, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
alpine (source) final minor 3.203.24 age adoption passing confidence
github.com/prometheus/client_golang require minor v1.20.5v1.24.1 age adoption passing confidence
go.uber.org/zap require minor v1.27.0v1.28.0 age adoption passing confidence
k8s.io/api require minor v0.31.0v0.37.0 age adoption passing confidence
k8s.io/client-go require minor v0.31.0v0.37.0 age adoption passing confidence
sigs.k8s.io/controller-runtime require minor v0.19.4v0.25.0 age adoption passing confidence

Release Notes

prometheus/client_golang (github.com/prometheus/client_golang)

v1.24.1

Compare Source

v1.24.0: - 2026-07-20

Compare Source

Changes
  • [CHANGE] Minimum required Go version is now 1.25, only the two latest Go versions (1.25 and 1.26) are supported from now on. #​1862
  • [CHANGE] prometheus: Name validation now always uses the UTF-8 scheme instead of the deprecated model.NameValidationScheme global. Default behavior is unchanged; code that set NameValidationScheme = LegacyValidation no longer gets legacy enforcement at metric, label, and push-grouping construction. #​2051
  • [CHANGE] api/prometheus/v1: Support matchers (matches[] parameter) in Rules method (Rules(ctx context.Context, matches []string) (RulesResult, error)). #​1843
  • [CHANGE] api/prometheus/v1: Refactor LabelNames method to return model.LabelNames instead of []string for consistency across the API. #​1850
  • [CHANGE] exp/api/remote: Simplify Store interface, rename Handler to WriteHandler, and encapsulate write response handling. #​1855
  • [FEATURE] prometheus: Add new Go 1.26 runtime metrics (/sched/goroutines-created:goroutines, /sched/goroutines/not-in-go:goroutines, /sched/goroutines/runnable:goroutines, /sched/goroutines/running:goroutines, /sched/goroutines/waiting:goroutines, /sched/threads/total:threads). #​1942
  • [FEATURE] prometheus: Add WithUnit(unit string) option and explicit OpenMetrics unit support in CounterOpts, GaugeOpts, SummaryOpts, and HistogramOpts. #​1392
  • [FEATURE] prometheus: Expose descriptor construction error through public Err() method on Desc. #​1902
  • [FEATURE] promhttp: Add opt-in HandlerOpts.CoalesceGather to deduplicate concurrent Gather calls so overlapping scrapes share one collection cycle, preventing goroutine pile-up when the scrape rate outpaces collection time. #​1969
  • [FEATURE] promhttp: HTTP handlers created by promhttp package now support metrics filtering by providing one or more name[] query parameters. The default behavior when none are provided remains the same, returning all metrics. #​1925
  • [FEATURE] api/prometheus/v1: Add query formatting endpoint support (/format_query) and FormatQuery(ctx context.Context, query string) (string, error) method. #​1846, #​1856
  • [FEATURE] api/prometheus/v1: Add support for /status/tsdb/blocks endpoint via TSDBBlocks(ctx context.Context) ([]TSDBBlock, error) method. #​1896
  • [FEATURE] exp/api/remote: Export BackoffConfig to allow customization when using WithAPIBackoff. #​1895
  • [FEATURE] exp/api/remote: Add RetryCallBack to allow custom logging or handling on retry attempts in the remote write client. #​1888, #​1890
  • [ENHANCEMENT] prometheus/collectors/version: Allow specifying custom labels when registering the version collector. #​1860
  • [ENHANCEMENT] api: Use cloned http.DefaultTransport when constructing default HTTP clients to prevent accidental mutations of shared global transport state. #​1885
  • [BUGFIX] prometheus: Recover from collector panics during Gather() and return an error instead of crashing the process. #​1961
  • [BUGFIX] prometheus: Fix cpu-seconds unit suffix handling for metric go_cpu_classes_gc_mark_assist_cpu_seconds. #​1991
  • [BUGFIX] promhttp: InstrumentHandlerDuration and InstrumentHandlerCounter no longer panic when given an observer/counter that does not implement ExemplarObserver/ExemplarAdder (e.g. a SummaryVec). The exemplar is dropped and the value is recorded via the plain Observe/Add path, matching the safe-cast already used by Timer.ObserveDurationWithExemplar. #​2005
  • [BUGFIX] api/prometheus/v1: Fall back to GET requests when POST requests return 403 Forbidden or method not allowed. #​2030
  • [BUGFIX] api: Respect context cancellation inside httpClient.Do. #​1971
  • [BUGFIX] exp/api/remote: Fix compression buffer pooling where compressed buffers were released prematurely, causing corrupted remote-write payloads. #​1889
  • [BUGFIX] exp/api/remote: Reject malformed snappy payloads declaring huge decoded sizes. Enforce a 32MB decoded-size limit to prevent OOM from oversized remote-write requests. #​1917
  • [BUGFIX] exp/api/remote: Ensure remote write v2 headers cannot be returned on v1 requests. #​1927
All commits

New Contributors

Full Changelog: prometheus/client_golang@v1.23.2...v1.24.0

v1.23.2: - 2025-09-05

Compare Source

This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.

All Changes

Full Changelog: prometheus/client_golang@v1.23.1...v1.23.2

v1.23.1: - 2025-09-04

Compare Source

This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.

All Changes

Full Changelog: prometheus/client_golang@v1.23.0...v1.23.1

v1.23.0: - 2025-07-30

Compare Source

  • [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #​1812
  • [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #​1766
  • [FEATURE] Add exemplars for native histograms #​1686
  • [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #​1823
  • [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #​1833
  • [BUGFIX] exp/api: client prompt return on context cancellation #​1729
All Changes * Update example test by @​SuperQ in https://github.com/prometheus/client_golang/pull/1770 * build(deps): bump golang.org/x/net from 0.34.0 to 0.36.0 in /tutorials/whatsup by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1776 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1771 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1778 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1779 * build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 in /exp by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1782 * build(deps): bump github.com/prometheus/common from 0.62.0 to 0.63.0 in /exp by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1781 * build(deps): bump github.com/prometheus/common from 0.62.0 to 0.63.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1783 * build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1784 * build(deps): bump github.com/prometheus/procfs from 0.15.1 to 0.16.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1786 * chore: Upgrade golangci-lint to v2 by @​kakkoyun in https://github.com/prometheus/client_golang/pull/1789 * build(deps): bump the github-actions group across 1 directory with 3 updates by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1790 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1791 * Add `WrapCollectorWith` and `WrapCollectorWithPrefix` by @​colega in https://github.com/prometheus/client_golang/pull/1766 * feat(github-actions): add Go file change detection to golangci-lint workflow by @​kakkoyun in https://github.com/prometheus/client_golang/pull/1794 * chore(ci): Fix flaky tests by @​kakkoyun in https://github.com/prometheus/client_golang/pull/1795 * build(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in /tutorials/whatsup by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1799 * test(registry): Add goleak-based goroutine leak detection by @​surinkim in https://github.com/prometheus/client_golang/pull/1797 * build(deps): bump go.uber.org/goleak from 1.2.0 to 1.3.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1806 * build(deps): bump the github-actions group with 2 updates by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1804 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1809 * Add exemplars for native histograms by @​shivanthzen in https://github.com/prometheus/client_golang/pull/1686 * build(deps): bump golang.org/x/sys from 0.30.0 to 0.32.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1807 * build(deps): bump github.com/prometheus/client_model from 0.6.1 to 0.6.2 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1805 * build(deps): bump github.com/prometheus/procfs from 0.16.0 to 0.16.1 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1808 * build(deps): bump golang.org/x/net from 0.35.0 to 0.38.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1800 * Update supported Go versions by @​SuperQ in https://github.com/prometheus/client_golang/pull/1812 * Cleaup Go modules by @​SuperQ in https://github.com/prometheus/client_golang/pull/1813 * fix: client prompt return on context cancellation by @​umegbewe in https://github.com/prometheus/client_golang/pull/1729 * Simplify buf binary install by @​SuperQ in https://github.com/prometheus/client_golang/pull/1814 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1815 * build(deps): bump the github-actions group with 5 updates by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1817 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1821 * exp/api: Bubble up status code from writeResponse by @​saswatamcode in https://github.com/prometheus/client_golang/pull/1823 * build(deps): bump github.com/prometheus/common from 0.64.0 to 0.65.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1827 * build(deps): bump github.com/prometheus/common from 0.64.0 to 0.65.0 in /exp by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1828 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1831 * Update runtime metrics for Go v1.23 and v1.24 by @​aknuds1 in https://github.com/prometheus/client_golang/pull/1833 * Fix `errNotImplemented` reference by @​aknuds1 in https://github.com/prometheus/client_golang/pull/1835 * build(deps): bump the github-actions group with 3 updates by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1826 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1832 * Cut v1.23.0-rc.0 by @​vesari in https://github.com/prometheus/client_golang/pull/1837 * cut v1.23.0-rc.1 by @​vesari in https://github.com/prometheus/client_golang/pull/1842

New Contributors

Full Changelog: prometheus/client_golang@v1.22.0...v1.23.0

v1.22.0: - 2025-04-07

Compare Source

⚠️ This release contains potential breaking change if you use experimental zstd support introduce in #​1496 ⚠️

Experimental support for zstd on scrape was added, controlled by the request Accept-Encoding header.
It was enabled by default since version 1.20, but now you need to add a blank import to enable it.
The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon,
golang/go#62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.

e.g.:

import (
  _ "github.com/prometheus/client_golang/prometheus/promhttp/zstd"
)
  • [FEATURE] prometheus: Add new CollectorFunc utility #​1724
  • [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #​1738
  • [FEATURE] api: WithLookbackDelta and WithStats options have been added to API client. #​1743
  • [CHANGE] ⚠️ promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #​1765
All Changes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 8am on Friday"
  • 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 commented Jan 17, 2025

Copy link
Copy Markdown
Contributor Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 23 additional dependencies were updated

Details:

Package Change
github.com/emicklei/go-restful/v3 v3.11.0 -> v3.12.2
github.com/evanphx/json-patch/v5 v5.9.0 -> v5.9.11
github.com/fsnotify/fsnotify v1.7.0 -> v1.9.0
github.com/fxamacker/cbor/v2 v2.7.0 -> v2.9.0
github.com/go-openapi/jsonpointer v0.19.6 -> v0.21.0
github.com/go-openapi/swag v0.22.4 -> v0.23.0
github.com/google/gnostic-models v0.6.8 -> v0.7.0
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee
github.com/prometheus/client_model v0.6.1 -> v0.6.2
github.com/prometheus/common v0.55.0 -> v0.66.1
github.com/prometheus/procfs v0.15.1 -> v0.16.1
github.com/spf13/pflag v1.0.5 -> v1.0.6
golang.org/x/net v0.26.0 -> v0.43.0
golang.org/x/oauth2 v0.21.0 -> v0.30.0
golang.org/x/sys v0.22.0 -> v0.35.0
golang.org/x/term v0.21.0 -> v0.34.0
google.golang.org/protobuf v1.34.2 -> v1.36.8
k8s.io/apiextensions-apiserver v0.31.0 -> v0.34.1
k8s.io/apimachinery v0.31.0 -> v0.34.1
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 -> v0.0.0-20250710124328-f3f2b991d03b
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 -> v0.0.0-20250604170112-4c0f3b243397
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd -> v0.0.0-20241014173422-cfa47c3a1cc8
sigs.k8s.io/yaml v1.4.0 -> v1.6.0

@coveralls

coveralls commented Jan 17, 2025

Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 17294608034

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Totals Coverage Status
Change from base Build 17136388279: 0.0%
Covered Lines: 0
Relevant Lines: 168

💛 - Coveralls

@renovate
renovate Bot force-pushed the renovate/external-dependencies branch from 6715d81 to 9de1497 Compare January 23, 2025 18:47
@renovate renovate Bot changed the title Renovate: Update module sigs.k8s.io/controller-runtime to v0.20.0 Renovate: Update module sigs.k8s.io/controller-runtime to v0.20.1 Jan 23, 2025
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch from 9de1497 to 0df2797 Compare February 14, 2025 10:26
@renovate renovate Bot changed the title Renovate: Update module sigs.k8s.io/controller-runtime to v0.20.1 Renovate: Update module sigs.k8s.io/controller-runtime to v0.20.2 Feb 14, 2025
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch from 0df2797 to 6e4fc24 Compare February 14, 2025 17:10
@renovate renovate Bot changed the title Renovate: Update module sigs.k8s.io/controller-runtime to v0.20.2 Renovate: Update External dependencies Feb 19, 2025
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch from 6e4fc24 to df23cbf Compare February 19, 2025 14:09
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch 2 times, most recently from 5140040 to 04aadca Compare March 8, 2025 12:23
@renovate renovate Bot changed the title Renovate: Update External dependencies Renovate: Update module sigs.k8s.io/controller-runtime to v0.20.3 Mar 12, 2025
@renovate renovate Bot changed the title Renovate: Update module sigs.k8s.io/controller-runtime to v0.20.3 Renovate: Update External dependencies Mar 12, 2025
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch 2 times, most recently from 7f4bdd2 to 0be973e Compare March 14, 2025 09:37
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch 3 times, most recently from 68d2672 to a83d321 Compare March 28, 2025 04:48
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch 3 times, most recently from 2413be4 to 205b205 Compare April 8, 2025 09:14
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch from 205b205 to 8daf430 Compare April 11, 2025 05:28
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch from 8daf430 to d7a1586 Compare April 25, 2025 05:16
@renovate renovate Bot changed the title Renovate: Update External dependencies Renovate: Update module sigs.k8s.io/controller-runtime to v0.20.4 May 3, 2025
@renovate renovate Bot changed the title Renovate: Update module sigs.k8s.io/controller-runtime to v0.20.4 Renovate: Update External dependencies May 3, 2025
@renovate renovate Bot changed the title Renovate: Update External dependencies Renovate: Update module sigs.k8s.io/controller-runtime to v0.20.4 May 7, 2025
@renovate renovate Bot changed the title Renovate: Update module sigs.k8s.io/controller-runtime to v0.20.4 Renovate: Update External dependencies May 7, 2025
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch from bd7c954 to e292371 Compare June 19, 2025 04:52
@renovate renovate Bot changed the title Renovate: Update module sigs.k8s.io/controller-runtime to v0.21.0 Renovate: Update External dependencies Jun 19, 2025
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch 3 times, most recently from 51cd84d to 25ed8a1 Compare August 7, 2025 19:06
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch from 25ed8a1 to c96d93a Compare August 13, 2025 04:37
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch 2 times, most recently from 37954d1 to 0de9caf Compare September 2, 2025 11:05
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch 3 times, most recently from 3779b2b to 318dc9d Compare September 8, 2025 19:15
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch from 318dc9d to 342539f Compare September 12, 2025 22:42
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch 2 times, most recently from 72366ef to 09ab163 Compare September 25, 2025 23:13
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch 2 times, most recently from 3f6761f to 4e920bb Compare October 6, 2025 19:14
@renovate renovate Bot changed the title Renovate: Update External dependencies Renovate: Update module sigs.k8s.io/controller-runtime to v0.22.2 Oct 9, 2025
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch 2 times, most recently from 6b7a1c3 to d1388d4 Compare October 9, 2025 12:10
@renovate renovate Bot changed the title Renovate: Update module sigs.k8s.io/controller-runtime to v0.22.2 Renovate: Update External dependencies Oct 9, 2025
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch from d1388d4 to e4dcc7c Compare October 10, 2025 22:43
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch 2 times, most recently from f1c0ea2 to 34e9ab2 Compare November 6, 2025 19:05
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch from 34e9ab2 to 0836c7e Compare November 19, 2025 22:40
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch from 0836c7e to 3357b8c Compare December 10, 2025 12:01
@renovate

renovate Bot commented Dec 10, 2025

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 26 additional dependencies were updated

Details:

Package Change
github.com/emicklei/go-restful/v3 v3.11.0 -> v3.13.0
github.com/evanphx/json-patch/v5 v5.9.0 -> v5.9.11
github.com/fsnotify/fsnotify v1.7.0 -> v1.9.0
github.com/fxamacker/cbor/v2 v2.7.0 -> v2.9.1
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/go-openapi/jsonpointer v0.19.6 -> v1.0.0
github.com/go-openapi/jsonreference v0.20.2 -> v1.0.0
github.com/go-openapi/swag v0.22.4 -> v0.27.1
github.com/google/gnostic-models v0.6.8 -> v0.7.0
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee
github.com/prometheus/client_model v0.6.1 -> v0.6.2
github.com/prometheus/common v0.55.0 -> v0.70.1
github.com/prometheus/procfs v0.15.1 -> v0.21.1
github.com/spf13/pflag v1.0.5 -> v1.0.10
golang.org/x/net v0.26.0 -> v0.57.0
golang.org/x/oauth2 v0.21.0 -> v0.36.0
golang.org/x/sys v0.22.0 -> v0.47.0
golang.org/x/term v0.21.0 -> v0.45.0
google.golang.org/protobuf v1.34.2 -> v1.36.12-0.20260120151049-f2248ac996af
k8s.io/apiextensions-apiserver v0.31.0 -> v0.37.0
k8s.io/apimachinery v0.31.0 -> v0.37.0
k8s.io/klog/v2 v2.130.1 -> v2.140.0
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 -> v0.0.0-20260721132016-d427ff9ee9ad
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 -> v0.0.0-20260626114624-be93311217bd
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd -> v0.0.0-20250730193827-2d320260d730
sigs.k8s.io/yaml v1.4.0 -> v1.6.0

@renovate
renovate Bot force-pushed the renovate/external-dependencies branch from 3357b8c to 34f10c9 Compare December 15, 2025 15:35
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch 2 times, most recently from ad48bf8 to 4e8237a Compare January 26, 2026 19:28
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.

4 participants