Skip to content

fix(deps): update module github.com/go-logr/logr to v1.4.2 - abandoned - #6

Open
konflux-staging[bot] wants to merge 3 commits into
mainfrom
konflux/mintmaker/main/github.com-go-logr-logr-1.x
Open

fix(deps): update module github.com/go-logr/logr to v1.4.2 - abandoned#6
konflux-staging[bot] wants to merge 3 commits into
mainfrom
konflux/mintmaker/main/github.com-go-logr-logr-1.x

Conversation

@konflux-staging

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
github.com/go-logr/logr require minor v1.3.0 -> v1.4.2

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 - "after 5am on sunday" (UTC), 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.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.

This PR has been generated by MintMaker (powered by Renovate Bot).

konflux-staging and others added 3 commits October 11, 2024 11:35
Signed-off-by: konflux-staging <konflux@no-reply.konflux-ci.dev>
Konflux Staging update limitador-operator
Signed-off-by: konflux-staging <124796549+konflux-staging[bot]@users.noreply.github.com>
@konflux-staging

Copy link
Copy Markdown
Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@konflux-staging konflux-staging Bot changed the title fix(deps): update module github.com/go-logr/logr to v1.4.2 fix(deps): update module github.com/go-logr/logr to v1.4.2 - abandoned Dec 18, 2025
@konflux-staging

Copy link
Copy Markdown
Author

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant