-
Notifications
You must be signed in to change notification settings - Fork 27
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 rust crate log to 0.4.17 #1070
Conversation
Signed-off-by: Renovate Bot <bot@renovateapp.com>
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
Hi @renovate[bot]. Thanks for your PR. I'm waiting for a ti-community-infra member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions 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/test-infra repository. |
🎊 PR Preview 3da4131 has been successfully built and deployed to https://ti-community-infra-tichi-preview-pr-1070.surge.sh 🕐 Build time: 0.015s 🤖 By surge-preview |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/ok-to-test
/retest |
Codecov Report
@@ Coverage Diff @@
## master #1070 +/- ##
=======================================
Coverage 80.51% 80.51%
=======================================
Files 21 21
Lines 3321 3321
=======================================
Hits 2674 2674
Misses 418 418
Partials 229 229 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 3da4131
|
{"job":{"type":"presubmit","job":"pull-tichi-rerere","buildid":"1600329353776861184","prowjobid":"34c14d43-75dd-11ed-9e48-3eb6192a5a78","refs":{"org":"ti-community-infra","repo":"tichi","base_ref":"master","base_sha":"755d434ff82a154ecd83b638dc3a38727e43a52e","pulls":[{"number":1070,"author":"renovate","sha":"3da4131af169543cc75f73925c7b9dddfc0a4593","title":"fix(deps): update rust crate log to 0.4.17"}]},"decoration_config":{"utility_images":{"clonerefs":"gcr.io/k8s-prow/clonerefs:v20221111-fe4f3e2158","initupload":"gcr.io/k8s-prow/initupload:v20221111-fe4f3e2158","entrypoint":"gcr.io/k8s-prow/entrypoint:v20221111-fe4f3e2158","sidecar":"gcr.io/k8s-prow/sidecar:v20221111-fe4f3e2158"},"gcs_configuration":{"bucket":"gs://prow-tidb-logs","path_strategy":"explicit"},"gcs_credentials_secret":"gcs-credentials"}},"options":{"retesting-branch":"rerere","retry":3,"require_contexts":{},"timeout":900000000000},"current_retry_times":1,"time":"2022-12-07T03:23:31.562769621Z"}
This PR contains the following updates:
0.4.0
->0.4.17
Release Notes
rust-lang/log
v0.4.17
kv_unstable
internal dependencies.v0.4.16
Option
use in macros.v0.4.15
Compare Source
spin_loop_hint
.set_max_level
call.Log
on some common wrapper types.log!
macros.kv_unstable
internal dependencies so they don't bump past their current alpha.kv_unstable
.NonZero*
integers as values in structured loggingv0.4.14
Compare Source
__private_api_log_lit
special case.kv_unstable
andstd
features causing compile failures.Value::to_*
conversions that were incorrectly usingas
.Value::to_error
toValue::to_borrowed_error
.v0.4.13
Compare Source
0.4.11
, except with akv_unstable_std
feature added to aid migrating current dependents to0.4.14
(which was originally going to be0.4.13
until it was decided to create a patch from0.4.11
to minimize disruption).v0.4.12
Compare Source
New
Log
forBox<T: Log>
cfg-if
to1.0
Fill
APIand added
source::as_map
andsource::as_list
to easily serialize aSource
as either a map of
{key: value, ..}
or as a list of[(key, value), ..]
.Fixed
LevelFilter
to use theiru64
index variantsv0.4.11
Compare Source
New
win_dbg_logger
in the readme.Fixed
v0.4.10
Compare Source
Fixed
log!
macros so they work in expression context (this regressed in0.4.9
, which has been yanked).v0.4.9
Compare Source
Minimum Supported Rust Version
This release bumps the minimum compiler version to
1.31.0
. This was mainly needed forcfg-if
,but between
1.16.0
and1.31.0
there are a lot of language and library improvements we nowtake advantage of.
New
log!
macrosImproved
v0.4.8
Compare Source
New
Record
fields as static strings.v0.4.7
Compare Source
New
kv_unstable
feature gate. This new API doesn't affect existing users and may change in future
patches (so those changes may not appear in the changelog until it stabilizes).
Improved
log
with the 2018 edition.v0.4.6
Compare Source
Improved
log_enabled!
macro.v0.4.5
Compare Source
Improved
log
's internal helper macros less likely to conflict with user-definedmacros.
v0.4.4
Compare Source
Improved
v0.4.3
Compare Source
Improved
v0.4.2
Compare Source
Improved
Fixed
v0.4.1
Compare Source
kv_unstable
internal dependencies.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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.