This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
fix(deps): update all non-major dependencies (1.1.x) #439
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:
v1.2.4
->v1.4.2
v0.0.15
->v0.0.18
0.1.2
->0.3.0
9.3-1612
->9.4-1194
1.20.12-3.1712567214
->1.21.11-7
v0.15.3
->v0.18.4
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.18.4
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.18.3...v0.18.4
v0.18.3
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.18.2...v0.18.3
v0.18.2
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.18.1...v0.18.2
v0.18.1
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.18.0...v0.18.1
v0.18.0
Compare Source
✨ New Features
NewQueue
option (#2767)ListenConfig
option (#2519)🐛 Bug Fixes
🌱 Others
📖 Additionally, there have been 3 contributions to our documentation and book. (#2712, #2770, #2789)
Dependencies
Added
b75ee88
51d4e06
Changed
2dd684a
→70dd376
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.