Skip to content
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

Update module github.com/go-logr/logr to v1.2.2 #7

Merged
merged 1 commit into from
Dec 20, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/go-logr/logr require patch v1.2.0 -> v1.2.2

Release Notes

go-logr/logr

v1.2.2

Compare Source

Bugfix release

  • funcr: Add a new Option MaxLogDepth which controls how many levels of nested fields (e.g. a struct that contains a struct that contains a struct, etc.) it may log. Every time it finds a struct, slice, array, or map the depth is increased by one. When the maximum is reached, the value will be converted to a string indicating that the max depth has been exceeded. If this field is not specified, a default value will be used.

v1.2.1

Compare Source

This is a minor bugfix release.

  • logr: Clarify the Error() semantics. 1) Error messages are always printed (they do not follow V()) and the error argument may be nil.
  • funcr: When using RenderValuesHook func would save the "cooked" result, so repeated calls to WithValues() would not merge properly.

Configuration

📅 Schedule: 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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the dependency label Dec 8, 2021
@renovate renovate bot force-pushed the renovate/github.com-go-logr-logr-1.x branch from 8df8dd9 to b29dd8d Compare December 13, 2021 17:40
Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate renovate bot changed the title Update module github.com/go-logr/logr to v1 Update module github.com/go-logr/logr to v1.2.2 Dec 20, 2021
@renovate renovate bot force-pushed the renovate/github.com-go-logr-logr-1.x branch from b29dd8d to 3b21eee Compare December 20, 2021 17:26
@ccremer ccremer merged commit 9feefe0 into master Dec 20, 2021
@ccremer ccremer deleted the renovate/github.com-go-logr-logr-1.x branch December 20, 2021 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants