-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update all non-major dependencies (1.1.x) #73
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
6094423
to
97baa07
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
97baa07
to
2d4e1f8
Compare
|
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2d4e1f8
to
fbe9668
Compare
This PR contains the following updates:
v1.2.4
->v1.4.2
v0.0.15
->v0.0.18
9.3-1612
->9.4-1194
v0.15.3
->v0.19.0
Release Notes
go-logr/logr (github.com/go-logr/logr)
v1.4.2
Compare Source
What's Changed
Dependencies:
Full Changelog: go-logr/logr@v1.4.1...v1.4.2
v1.4.1
Compare Source
What's Changed
Full Changelog: go-logr/logr@v1.4.0...v1.4.1
v1.4.0
Compare Source
This release dramatically improves interoperability with Go's
log/slog
package. In particular,logr.NewContext
andlogr.NewContextWithSlogLogger
use the same context key, which allowslogr.FromContext
andlogr.FromContextAsSlogLogger
to returnlogr.Logger
or*slog.Logger
respectively, including transparently converting each to the other as needed.Functions
logr/slogr.NewLogr
andlogr/slogr.ToSlogHandler
have been superceded bylogr.FromSlogHandler
andlogr.ToSlogHandler
respectively, and typelogr/slogr.SlogSink
has been superceded bylogr.SlogSink
. All of the old names inlogr/slogr
remain, for compatibility.Package
logr/funcr
now supportslogr.SlogSink
, meaning that it's output passes all but one of the Slog conformance tests (that exception being thatfuncr
handles the timestamp itself).Users who have a
logr.Logger
and need a*slog.Logger
can callslog.New(logr.ToSlogHandler(...))
and all output will go through the same stack.Users who have a
*slog.Logger
orslog.Handler
can 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.0
Compare Source
This release adds support for slog in a new, self-contained
logr/slogr
package. Implementers of alogr.LogSink
are encouraged, but not required, to extend their implementation to improve the quality of log output coming from aslog
API call.Breaking change: the call depth for
LogSink.Enabled
when called viaLogger.Enabled
was fixed to be the same as for other call paths. Implementers of aLogSink
who 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
medyagh/setup-minikube (medyagh/setup-minikube)
v0.0.18
Compare Source
What's Changed
Full Changelog: medyagh/setup-minikube@v0.0.17...v0.0.18
v0.0.17
Compare Source
What's Changed
Full Changelog: medyagh/setup-minikube@v0.0.16...v0.0.17
v0.0.16
Compare Source
What's Changed
Add option to not start minikube cluster by @spowelljr in https://github.com/medyagh/setup-minikube/pull/421
Update packages by @spowelljr in https://github.com/medyagh/setup-minikube/pull/387
build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.0.1 to 7.0.2 by @dependabot in https://github.com/medyagh/setup-minikube/pull/388
build(deps-dev): bump @typescript-eslint/parser from 7.0.1 to 7.0.2 by @dependabot in https://github.com/medyagh/setup-minikube/pull/389
build(deps-dev): bump @types/node from 20.11.19 to 20.11.20 by @dependabot in https://github.com/medyagh/setup-minikube/pull/390
build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by @dependabot in https://github.com/medyagh/setup-minikube/pull/391
build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.0.2 to 7.1.0 by @dependabot in https://github.com/medyagh/setup-minikube/pull/392
build(deps-dev): bump @typescript-eslint/parser from 7.0.2 to 7.1.0 by @dependabot in https://github.com/medyagh/setup-minikube/pull/393
build(deps-dev): bump @types/node from 20.11.20 to 20.11.22 by @dependabot in https://github.com/medyagh/setup-minikube/pull/394
build(deps-dev): bump eslint-plugin-github from 4.10.1 to 4.10.2 by @dependabot in https://github.com/medyagh/setup-minikube/pull/395
build(deps-dev): bump @types/node from 20.11.22 to 20.11.24 by @dependabot in https://github.com/medyagh/setup-minikube/pull/396
build(deps-dev): bump @types/node from 20.11.24 to 20.11.25 by @dependabot in https://github.com/medyagh/setup-minikube/pull/397
build(deps-dev): bump @typescript-eslint/parser from 7.1.0 to 7.1.1 by @dependabot in https://github.com/medyagh/setup-minikube/pull/398
build(deps-dev): bump typescript from 5.3.3 to 5.4.2 by @dependabot in https://github.com/medyagh/setup-minikube/pull/399
build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.1.0 to 7.1.1 by @dependabot in https://github.com/medyagh/setup-minikube/pull/400
build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in https://github.com/medyagh/setup-minikube/pull/401
build(deps-dev): bump @types/node from 20.11.25 to 20.11.26 by @dependabot in https://github.com/medyagh/setup-minikube/pull/402
build(deps-dev): bump @typescript-eslint/parser from 7.1.1 to 7.2.0 by @dependabot in https://github.com/medyagh/setup-minikube/pull/403
build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.1.1 to 7.2.0 by @dependabot in https://github.com/medyagh/setup-minikube/pull/404
build(deps-dev): bump @types/node from 20.11.26 to 20.11.27 by @dependabot in https://github.com/medyagh/setup-minikube/pull/405
build(deps-dev): bump @types/node from 20.11.27 to 20.11.28 by @dependabot in https://github.com/medyagh/setup-minikube/pull/406
build(deps-dev): bump @typescript-eslint/parser from 7.2.0 to 7.3.0 by @dependabot in https://github.com/medyagh/setup-minikube/pull/407
build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.2.0 to 7.3.0 by @dependabot in https://github.com/medyagh/setup-minikube/pull/408
build(deps-dev): bump typescript from 5.4.2 to 5.4.3 by @dependabot in https://github.com/medyagh/setup-minikube/pull/412
build(deps-dev): bump @types/node from 20.11.28 to 20.11.30 by @dependabot in https://github.com/medyagh/setup-minikube/pull/411
build(deps-dev): bump @typescript-eslint/parser from 7.3.0 to 7.3.1 by @dependabot in https://github.com/medyagh/setup-minikube/pull/410
build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.2.0 to 7.3.1 by @dependabot in https://github.com/medyagh/setup-minikube/pull/409
build(deps-dev): bump @typescript-eslint/parser from 7.3.1 to 7.4.0 by @dependabot in https://github.com/medyagh/setup-minikube/pull/413
build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.3.1 to 7.4.0 by @dependabot in https://github.com/medyagh/setup-minikube/pull/414
build(deps-dev): bump @types/node from 20.11.30 to 20.12.2 by @dependabot in https://github.com/medyagh/setup-minikube/pull/415
build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.4.0 to 7.5.0 by @dependabot in https://github.com/medyagh/setup-minikube/pull/417
build(deps-dev): bump @types/node from 20.12.2 to 20.12.4 by @dependabot in https://github.com/medyagh/setup-minikube/pull/418
build(deps-dev): bump @typescript-eslint/parser from 7.4.0 to 7.5.0 by @dependabot in https://github.com/medyagh/setup-minikube/pull/419
build(deps): bump undici from 5.28.3 to 5.28.4 by @dependabot in https://github.com/medyagh/setup-minikube/pull/420
build(deps-dev): bump typescript from 5.4.3 to 5.4.4 by @dependabot in https://github.com/medyagh/setup-minikube/pull/422
build(deps-dev): bump @types/node from 20.12.4 to 20.12.5 by @dependabot in https://github.com/medyagh/setup-minikube/pull/423
build(deps-dev): bump eslint-plugin-jest from 27.9.0 to 28.2.0 by @dependabot in https://github.com/medyagh/setup-minikube/pull/424
Full Changelog: medyagh/setup-minikube@v0.0.15...v0.0.16
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
v0.19.0
Compare Source
Please note that
admission.Defaulter/Validator
have been deprecated in favor ofadmission.CustomDefaulter/CustomValidator
since v0.17 and will be removed with v0.20.✨ New Features
controller
label to workqueue metrics (#2895)🐛 Bug Fixes
🌱 Others
📖 Additionally, there have been 5 contributions to our documentation. (#2830, #2849, #2863, #2894, #2899, #2910)
Dependencies
Added
Changed
a9213ee
→f3d0a9c
b75ee88
→f48c80b
e35e4cc
23370e0
→5315273
b8732ec
→f6361c8
f966b18
→b8732ec
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.