chore(deps): update go dependencies (backplane-2.9) #490
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.2.0
->v2.3.0
v3.11.0
->v3.12.2
v5.7.0+incompatible
->v5.9.11+incompatible
v5.9.0
->v5.9.11
v1.7.0
->v1.9.0
v1.4.1
->v1.4.3
v0.19.6
->v0.21.1
v0.20.2
->v0.21.0
v0.22.3
->v0.23.1
41bb18b
->2c02b82
v0.6.8
->v0.6.9
v0.6.0
->v0.7.0
4bb14d4
->033d6d7
v1.5.1
->v1.5.3
v0.7.7
->v0.9.0
v0.2.0
->v0.5.0
v1.18.0
->v1.22.0
v0.5.0
->v0.6.2
v0.45.0
->v0.64.0
v0.12.0
->v0.16.1
97b1e66
->b7579e2
v0.38.0
->v0.41.0
v0.28.0
->v0.30.0
v0.31.0
->v0.33.0
v0.30.0
->v0.32.0
v0.23.0
->v0.26.0
v0.5.0
->v0.12.0
v0.21.1-0.20240508182429-e35e4ccd0d2d
->v0.34.0
v2.4.0
->v2.5.0
94a12d6
->513f239
v1.33.0
->v1.36.6
v0.30.2
->v0.33.2
v0.30.2
->v0.33.2
70dd376
->8b98d1e
4693a02
->4c0f3b2
bc3834c
->cfa47c3
v4.4.1
->v4.7.0
Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
cespare/xxhash (github.com/cespare/xxhash/v2)
v2.3.0
Compare Source
emicklei/go-restful (github.com/emicklei/go-restful/v3)
v3.12.2
Compare Source
v3.12.1
Compare Source
v3.12.0
Compare Source
v3.11.3
Compare Source
v3.11.2
Compare Source
v3.11.1
Compare Source
evanphx/json-patch (github.com/evanphx/json-patch)
v5.9.11+incompatible
Compare Source
v5.9.10+incompatible
Compare Source
v5.9.0+incompatible
Compare Source
v5.8.1+incompatible
Compare Source
v5.8.0+incompatible
Compare Source
fsnotify/fsnotify (github.com/fsnotify/fsnotify)
v1.9.0
Compare Source
Changes and fixes
all: make BufferedWatcher buffered again (#657)
inotify: fix race when adding/removing watches while a watched path is being deleted (#678, #686)
inotify: don't send empty event if a watched path is unmounted (#655)
inotify: don't register duplicate watches when watching both a symlink and its target; previously that would get "half-added" and removing the second would panic (#679)
kqueue: fix watching relative symlinks (#681)
kqueue: correctly mark pre-existing entries when watching a link to a dir on kqueue (#682)
illumos: don't send error if changed file is deleted while processing the event (#678)
v1.8.0
Compare Source
Additions
FSNOTIFY_DEBUG
to print debug logs to stderr (#619)Changes and fixes
windows: fix behaviour of
WatchList()
to be consistent with other platforms (#610)kqueue: ignore events with Ident=0 (#590)
kqueue: set O_CLOEXEC to prevent passing file descriptors to children (#617)
kqueue: emit events as "/path/dir/file" instead of "path/link/file" when watching a symlink (#625)
inotify: don't send event for IN_DELETE_SELF when also watching the parent (#620)
inotify: fix panic when calling Remove() in a goroutine (#650)
fen: allow watching subdirectories of watched directories (#621)
go-logr/logr (github.com/go-logr/logr)
v1.4.3
Compare Source
Minor release.
What's Changed
New Contributors
Full Changelog: go-logr/logr@v1.4.2...v1.4.3
v1.4.2
Compare Source
What's Changed
Dependencies:
Full Changelog: go-logr/logr@v1.4.1...v1.4.2
go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)
v0.21.1
Compare Source
v0.21.0
Compare Source
v0.20.3
Compare Source
v0.20.2
Compare Source
v0.20.1
Compare Source
v0.20.0
Compare Source
go-openapi/jsonreference (github.com/go-openapi/jsonreference)
v0.21.0
Compare Source
v0.20.5
Compare Source
v0.20.4
Compare Source
v0.20.3
Compare Source
go-openapi/swag (github.com/go-openapi/swag)
v0.23.1
Compare Source
v0.23.0
Compare Source
v0.22.10
Compare Source
v0.22.9
Compare Source
v0.22.8
Compare Source
v0.22.7
Compare Source
v0.22.6
Compare Source
v0.22.5
Compare Source
v0.22.4
Compare Source
google/gnostic-models (github.com/google/gnostic-models)
v0.6.9
Compare Source
google/go-cmp (github.com/google/go-cmp)
v0.7.0
Compare Source
New API:
Panic messaging:
gorilla/websocket (github.com/gorilla/websocket)
v1.5.3
Compare Source
Important change
This reverts the websockets package back to gorilla/websocket@931041c
What's Changed
SetCloseHandler()
by @nak3 in https://github.com/gorilla/websocket/pull/863New Contributors
Full Changelog: gorilla/websocket@v1.5.1...v1.5.3
v1.5.2
Compare Source
What's Changed
SetCloseHandler()
by @nak3 in https://github.com/gorilla/websocket/pull/863New Contributors
Full Changelog: gorilla/websocket@v1.5.1...v1.5.2
mailru/easyjson (github.com/mailru/easyjson)
v0.9.0
Compare Source
up go version and bugfixes
v0.8.0
Compare Source
stable version before go version bump
moby/spdystream (github.com/moby/spdystream)
v0.5.0
: [v0.5.0] Avoid leaking timeout timer channels and update github actionsCompare Source
What's Changed
Full Changelog: moby/spdystream@v0.4.0...v0.5.0
v0.4.0
: [v0.4.0] fix goroutine leak and remove unused codeCompare Source
What's Changed
New Contributors
Full Changelog: moby/spdystream@v0.3.0...v0.4.0
v0.3.0
: [v0.3.0] Release with fixes for a race conditionCompare Source
What's Changed
New Contributors
Full Changelog: moby/spdystream@v0.2.0...v0.3.0
prometheus/client_golang (github.com/prometheus/client_golang)
v1.22.0
: - 2025-04-07Compare Source
zstd
support introduce in #1496Experimental support for
zstd
on scrape was added, controlled by the requestAccept-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,
https://github.com/golang/go/issues/62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.
e.g.:
WithLookbackDelta
andWithStats
options have been added to API client. #1743All Changes
New Contributors
Full Changelog: prometheus/client_golang@v1.21.1...v1.22.0-rc.0
v1.21.1
: / 2025-03-04Compare Source
This release addresses a performance regression introduced in #1661 -- thanks to all who reported this quickly:
@chlunde, @dethi, @aaronbee @tsuna @kakkoyun 💪🏽. This patch release also fixes the iOS build.
We will be hardening the release process even further (#1759, #1761) to prevent this in future, sorry for the inconvenience!
The high concurrency optimization is planned to be eventually reintroduced, however in a much safer manner, potentially in a separate API.
Inc
,Add
andObserve
cumulative metric CAS optimizations (#1661), causing regressions on low concurrency cases #1757All commits
Full Changelog: prometheus/client_golang@v1.21.0...v1.21.1
v1.21.0
: / 2025-02-19Compare Source
github.com/prometheus/common
to 0.62+ together with client_golang (and depend on the strict, legacy validation for the label names). New common version changesmodel.NameValidationScheme
global variable, which relaxes the validation of label names and metric name, allowing all UTF-8 characters. Typically, this should not break any user, unless your test or usage expects strict certain names to panic/fail on client_golang metric registration, gathering or scrape. In case of problems changemodel.NameValidationScheme
to oldmodel.LegacyValidation
value in your projectinit
function.Desc.String()
method for no labels case. #1687prometheus.BuildFQName
function; now up to 30% faster. #1665Inc
,Add
andObserve
cumulative metrics; now up to 50% faster under high concurrent contention. #1661model.NameValidationScheme
global variable. #1712CloseIdleConnections
on api.Client usingapi.Client.(CloseIdler).CloseIdleConnections()
casting. #1513promhttp.HandlerOpts.EnableOpenMetricsTextCreatedSamples
option to create OpenMetrics _created lines. Not recommended unless you want to use opt-in Created Timestamp feature. Community works on OpenMetrics 2.0 format that should make those lines obsolete (they increase cardinality significantly). #1408NewConstNativeHistogram
function. #1654All commits
* Merge release-1.20 to main by @bwplotka in https://github.com/prometheus/client_golang/pull/1582 * gocollector: Tiny fix for help message with runtime/metrics source. by @bwplotka in https://github.com/prometheus/client_golang/pull/1583 * ci: bump dagger to the latest version by @marcosnils in https://github.com/prometheus/client_golang/pull/1588 * Merge release-1.20 back to main by @ArthurSens in https://github.com/prometheus/client_golang/pull/1593 * Update linting by @SuperQ in https://github.com/prometheus/client_golang/pull/1603 * Update supported Go versions by @SuperQ in https://github.com/prometheus/client_golang/pull/1602 * build(deps): bump golang.org/x/sys from 0.22.0 to 0.24.0 by @dependabot in https://github.com/prometheus/client_golang/pull/1611 * build(deps): bump github.com/prometheus/common from 0.55.0 to 0.57.0 by @dependabot in https://github.com/prometheus/client_golang/pull/1612 * changed the name of all variables with min/max name by @parthlaw in https://github.com/prometheus/client_golang/pull/1606 * Update Dagger and build. by @SuperQ in https://github.com/prometheus/client_golang/pull/1610 * build(deps): bump github/codeql-action from 3.25.15 to 3.26.6 in the github-actions group across 1 directory by @dependabot in https://github.com/prometheus/client_golang/pull/1614 * examples: Improved GoCollector example. by @bwplotka in https://Configuration
📅 Schedule: Branch creation - "after 5am on sunday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
To execute skipped test pipelines write comment
/ok-to-test
.This PR has been generated by MintMaker (powered by Renovate Bot).