-
Notifications
You must be signed in to change notification settings - Fork 34
fix(deps): update all non-major dependencies (1.1.x) #73
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
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
…veloper#106) Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> Co-authored-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com>
…r#73) (redhat-developer#114) Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> Co-authored-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com>
…er#73 ) (redhat-developer#123) * chore: adjust makefile to be able to use in GH action (janus-idp/operator#73 ) Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> also make sure podman is installed Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> add linting to the PR check, so we can basically remove py.yaml Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> update matrix PR check job so it'll work, if we still want it (but I'd argue we can delete it) Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> rename actions since they don't necessarily need docker to build container Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> * compute BASE_VERSION from makefile declaration of 'VERSION ?= 0.0.1' and use that in pr and next tags, so we have separation between releases; this will require that we update the Makefile after every release (eg., 0.0.1, 0.0.2, 0.0.3) Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> tweak comment: also pushing a :next tag Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> * typo fix: BUILDPLATFORM not defined but PLATFORMS is Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> BUILDPLATFORM is required by the dockerfile for cross-compilation with buildx; however the --platform flag should not be --platform= Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> * more refactorings to replace docker- and Docker with '' Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> * add note that catalog-build requires bundle-publish stage Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> * add podman back into the PR check, even though it's redundant to the other pr check Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> --------- Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> Co-authored-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com>
This PR contains the following updates:
v1.2.4->v1.4.2v0.0.15->v0.0.189.3-1612->9.4-1194v0.15.3->v0.19.0Release Notes
go-logr/logr (github.com/go-logr/logr)
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
medyagh/setup-minikube (medyagh/setup-minikube)
v0.0.18Compare Source
What's Changed
Full Changelog: medyagh/setup-minikube@v0.0.17...v0.0.18
v0.0.17Compare Source
What's Changed
Full Changelog: medyagh/setup-minikube@v0.0.16...v0.0.17
v0.0.16Compare 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.0Compare Source
Please note that
admission.Defaulter/Validatorhave been deprecated in favor ofadmission.CustomDefaulter/CustomValidatorsince v0.17 and will be removed with v0.20.✨ New Features
controllerlabel 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→f3d0a9cb75ee88→f48c80be35e4cc23370e0→5315273b8732ec→f6361c8f966b18→b8732ecConfiguration
📅 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.