Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

chore(deps): update module github.com/go-logr/logr to v1.4.2 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/go-logr/logr v1.3.0 -> v1.4.2 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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 and logr.NewContextWithSlogLogger use the same context key, which allows logr.FromContext and logr.FromContextAsSlogLogger to return logr.Logger or *slog.Logger respectively, including transparently converting each to the other as needed.

Functions logr/slogr.NewLogr and logr/slogr.ToSlogHandler have been superceded by logr.FromSlogHandler and logr.ToSlogHandler respectively, and type logr/slogr.SlogSink has been superceded by logr.SlogSink. All of the old names in logr/slogr remain, for compatibility.

Package logr/funcr now supports logr.SlogSink, meaning that it's output passes all but one of the Slog conformance tests (that exception being that funcr handles the timestamp itself).

Users who have a logr.Logger and need a *slog.Logger can call slog.New(logr.ToSlogHandler(...)) and all output will go through the same stack.

Users who have a *slog.Logger or slog.Handler can call logr.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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/github.com-go-logr-logr-1.x branch 8 times, most recently from 89d7a2a to 02e8a8a Compare February 9, 2024 08:57
@github-actions github-actions bot added size/S and removed size/XS labels Feb 9, 2024
@renovate renovate bot force-pushed the renovate/github.com-go-logr-logr-1.x branch 5 times, most recently from 9445a36 to 3d5fd71 Compare February 13, 2024 15:10
@renovate renovate bot force-pushed the renovate/github.com-go-logr-logr-1.x branch from 3d5fd71 to a5cb5d8 Compare April 14, 2024 17:36
@renovate renovate bot force-pushed the renovate/github.com-go-logr-logr-1.x branch from a5cb5d8 to 505ab6b Compare May 9, 2024 14:59
@renovate renovate bot force-pushed the renovate/github.com-go-logr-logr-1.x branch from 505ab6b to 8831112 Compare May 23, 2024 17:44
@renovate renovate bot changed the title chore(deps): update module github.com/go-logr/logr to v1.4.1 chore(deps): update module github.com/go-logr/logr to v1.4.2 May 23, 2024
@renovate renovate bot force-pushed the renovate/github.com-go-logr-logr-1.x branch from 8831112 to 95ed864 Compare June 5, 2024 05:15
Copy link
Author

renovate bot commented Jun 5, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.20 -> 1.23.1

@renovate renovate bot force-pushed the renovate/github.com-go-logr-logr-1.x branch from 95ed864 to f1ff4d3 Compare July 18, 2024 21:00
@renovate renovate bot force-pushed the renovate/github.com-go-logr-logr-1.x branch from f1ff4d3 to 2f078b5 Compare September 12, 2024 05:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants