Update go.mod packages - Disabled branches#601
Update go.mod packages - Disabled branches#601red-hat-konflux[bot] wants to merge 1 commit intorelease-2.13from
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: red-hat-konflux[bot] The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
3f9ca78 to
2518774
Compare
19da517 to
75771ad
Compare
75771ad to
736c81b
Compare
736c81b to
fe512f2
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
fe512f2 to
5983bbd
Compare
|
@red-hat-konflux[bot]: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|



This PR contains the following updates:
v2.2.0->v2.3.0v3.10.2->v3.13.0v5.6.0+incompatible->v5.9.11+incompatiblev1.2.4->v1.4.3v0.19.6->v0.22.0v0.20.2->v0.21.1v0.22.3->v0.24.1v1.5.3->v1.5.4v0.6.9->v0.7.1v0.5.9->v0.7.0v0.3.15->v0.3.16091c0ba->5a60cdfv1.14.0->v1.14.4v1.10.7->v1.10.9v0.7.7->v0.9.0v0.4.0->v0.6.2v0.44.0->v0.66.1v0.10.0->v0.17.0v1.3.1->v1.4.0v1.0.6-0.20210604193023-d5e0c0615ace->v1.0.10v0.37.0->v0.41.0v0.39.0->v0.43.0v0.28.0->v0.31.0v0.32.0->v0.36.0v0.31.0->v0.34.0v0.24.0->v0.28.0v0.3.0->v0.13.0v1.36.5->v1.36.8v0.27.2->v0.34.054b630e->66792ee9f67429->0af2bdav0.15.0->v0.22.0bc3834c->2d32026v4.2.3->v4.7.0v1.3.0->v1.6.0Warning
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.0Compare Source
emicklei/go-restful (github.com/emicklei/go-restful/v3)
v3.13.0Compare Source
v3.12.2Compare Source
v3.12.1Compare Source
v3.12.0Compare Source
v3.11.3Compare Source
v3.11.2Compare Source
v3.11.1Compare Source
v3.11.0Compare Source
evanphx/json-patch (github.com/evanphx/json-patch)
v5.9.11+incompatibleCompare Source
v5.9.10+incompatibleCompare Source
v5.9.0+incompatibleCompare Source
v5.8.1+incompatibleCompare Source
v5.8.0+incompatibleCompare Source
v5.7.0+incompatibleCompare Source
go-logr/logr (github.com/go-logr/logr)
v1.4.3Compare Source
Minor release.
What's Changed
New Contributors
Full Changelog: go-logr/logr@v1.4.2...v1.4.3
v1.4.2Compare Source
What's Changed
Dependencies:
Full Changelog: go-logr/logr@v1.4.1...v1.4.2
v1.4.1Compare Source
What's Changed
Full Changelog: go-logr/logr@v1.4.0...v1.4.1
v1.4.0Compare Source
This release dramatically improves interoperability with Go's
log/slogpackage. In particular,logr.NewContextandlogr.NewContextWithSlogLoggeruse the same context key, which allowslogr.FromContextandlogr.FromContextAsSlogLoggerto returnlogr.Loggeror*slog.Loggerrespectively, including transparently converting each to the other as needed.Functions
logr/slogr.NewLograndlogr/slogr.ToSlogHandlerhave been superceded bylogr.FromSlogHandlerandlogr.ToSlogHandlerrespectively, and typelogr/slogr.SlogSinkhas been superceded bylogr.SlogSink. All of the old names inlogr/slogrremain, for compatibility.Package
logr/funcrnow supportslogr.SlogSink, meaning that it's output passes all but one of the Slog conformance tests (that exception being thatfuncrhandles the timestamp itself).Users who have a
logr.Loggerand need a*slog.Loggercan callslog.New(logr.ToSlogHandler(...))and all output will go through the same stack.Users who have a
*slog.Loggerorslog.Handlercan calllogr.FromSlogHandler(...)and all output will go through the same stack.What's Changed
New Contributors
Full Changelog: go-logr/logr@v1.3.0...v1.4.0
v1.3.0Compare Source
This release adds support for slog in a new, self-contained
logr/slogrpackage. Implementers of alogr.LogSinkare encouraged, but not required, to extend their implementation to improve the quality of log output coming from aslogAPI call.Breaking change: the call depth for
LogSink.Enabledwhen called viaLogger.Enabledwas fixed to be the same as for other call paths. Implementers of aLogSinkwho have worked around this bug will need to remove their workarounds.Security best practices were improved. Only Go versions >= 1.18 are supported by this release.
What's Changed
New Contributors
Full Changelog: go-logr/logr@v1.2.4...v1.3.0
go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)
v0.22.0Compare Source
v0.21.2Compare Source
v0.21.1Compare Source
v0.21.0Compare Source
v0.20.3Compare Source
v0.20.2Compare Source
v0.20.1Compare Source
v0.20.0Compare Source
go-openapi/jsonreference (github.com/go-openapi/jsonreference)
v0.21.1Compare Source
v0.21.0Compare Source
v0.20.5Compare Source
v0.20.4Compare Source
v0.20.3Compare Source
go-openapi/swag (github.com/go-openapi/swag)
v0.24.1Compare Source
v0.24.0Compare Source
v0.23.1Compare Source
v0.23.0Compare Source
v0.22.10Compare Source
v0.22.9Compare Source
v0.22.8Compare Source
v0.22.7Compare Source
v0.22.6Compare Source
v0.22.5Compare Source
v0.22.4Compare Source
golang/protobuf (github.com/golang/protobuf)
v1.5.4Compare Source
Notable changes
google/gnostic (github.com/google/gnostic)
v0.7.1Compare Source
v0.7.0Compare Source
google/go-cmp (github.com/google/go-cmp)
v0.7.0Compare Source
New API:
Panic messaging:
v0.6.0Compare Source
New API:
cmpopts.EquateComparableDocumentation changes:
Build changes:
Testing changes:
imdario/mergo (github.com/imdario/mergo)
v0.3.16: Announcement: v1.0.0 will be released on June 18thCompare Source
This release doesn't contain code changes.
After 10 years, with many corner cases covered, very few issues pending (at least, comparing them with the usage of the library as part of Docker, Kubernetes, Datadog's agent, etc.), and a very stable API, I think it's time to release a 1.0.0 version.
This version will be released under a vanity URL: dario.cat/mergo
PS: although I'll make sure that github.com/imdario/mergo will be available, I'm going to also change my GitHub handle, so expect for a few minutes to not be able to pull from github.com/imdario as I fork it from the new handle to the old one.
PS2: I'm creating a discussion for this release to make sure we can have a conversation around the topic, and anything else about Mergo that you care about.
jackc/pgtype (github.com/jackc/pgtype)
v1.14.4Compare Source
v1.14.3Compare Source
v1.14.2Compare Source
v1.14.1Compare Source
lib/pq (github.com/lib/pq)
v1.10.9Compare Source
v1.10.8Compare Source
mailru/easyjson (github.com/mailru/easyjson)
v0.9.0Compare Source
up go version and bugfixes
v0.8.0Compare Source
stable version before go version bump
prometheus/client_model (github.com/prometheus/client_model)
v0.6.2Compare Source
What's Changed
Configuration
📅 Schedule: Branch creation - "after 5am on sunday" in timezone America/New_York, 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.
To execute skipped test pipelines write comment
/ok-to-test.This PR has been generated by MintMaker (powered by Renovate Bot).