ccremer / paperless-cli

CLI tool to interact with paperless-ngx remote API
GNU General Public License v3.0
7 stars 2 forks source link

Update module github.com/go-logr/logr to v1.3.0 #44

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 8 months ago

Mend Renovate logo banner

This PR contains the following updates:

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

Release Notes

go-logr/logr (github.com/go-logr/logr) ### [`v1.3.0`](https://togithub.com/go-logr/logr/releases/tag/v1.3.0) [Compare Source](https://togithub.com/go-logr/logr/compare/v1.2.4...v1.3.0) This release adds [support for slog](https://togithub.com/go-logr/logr#slog-interoperability) in a new, self-contained `logr/slogr` package. Implementers of a `logr.LogSink` are encouraged, but not required, to extend their implementation to improve the quality of log output coming from a `slog` API call. *Breaking change*: the call depth for `LogSink.Enabled` when called via `Logger.Enabled` [was fixed](https://togithub.com/go-logr/logr/pull/218) to be the same as for other call paths. Implementers of a `LogSink` who 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 - Fix golangci-lint fails by [@​thockin](https://togithub.com/thockin) in [https://github.com/go-logr/logr/pull/173](https://togithub.com/go-logr/logr/pull/173) - Add minimal permissions to workflows by [@​pnacht](https://togithub.com/pnacht) in [https://github.com/go-logr/logr/pull/177](https://togithub.com/go-logr/logr/pull/177) - Add a security policy by [@​pnacht](https://togithub.com/pnacht) in [https://github.com/go-logr/logr/pull/178](https://togithub.com/go-logr/logr/pull/178) - Update security email by [@​thockin](https://togithub.com/thockin) in [https://github.com/go-logr/logr/pull/181](https://togithub.com/go-logr/logr/pull/181) - docs: explain relationship between Logger{} and Discard() by [@​pohly](https://togithub.com/pohly) in [https://github.com/go-logr/logr/pull/182](https://togithub.com/go-logr/logr/pull/182) - Add the OpenSSF Scorecard workflow by [@​pnacht](https://togithub.com/pnacht) in [https://github.com/go-logr/logr/pull/186](https://togithub.com/go-logr/logr/pull/186) - README: show of OpenSSF Scorecard badge by [@​pohly](https://togithub.com/pohly) in [https://github.com/go-logr/logr/pull/187](https://togithub.com/go-logr/logr/pull/187) - Hash-pin workflow Actions by [@​pnacht](https://togithub.com/pnacht) in [https://github.com/go-logr/logr/pull/189](https://togithub.com/go-logr/logr/pull/189) - Bump go versions to 1.18+ by [@​thockin](https://togithub.com/thockin) in [https://github.com/go-logr/logr/pull/203](https://togithub.com/go-logr/logr/pull/203) - slogr: add glue code for logging to slog.Handler and with slog.Logger by [@​pohly](https://togithub.com/pohly) in [https://github.com/go-logr/logr/pull/205](https://togithub.com/go-logr/logr/pull/205) - slogr: restore original backend when converting back and forth by [@​pohly](https://togithub.com/pohly) in [https://github.com/go-logr/logr/pull/210](https://togithub.com/go-logr/logr/pull/210) - slogr: add SlogSink by [@​pohly](https://togithub.com/pohly) in [https://github.com/go-logr/logr/pull/211](https://togithub.com/go-logr/logr/pull/211) - Use same call depth for Enabled, Info, Error by [@​thockin](https://togithub.com/thockin) in [https://github.com/go-logr/logr/pull/218](https://togithub.com/go-logr/logr/pull/218) - test: eliminate helper func by [@​thockin](https://togithub.com/thockin) in [https://github.com/go-logr/logr/pull/219](https://togithub.com/go-logr/logr/pull/219) - docs: interoperability with slog by [@​pohly](https://togithub.com/pohly) in [https://github.com/go-logr/logr/pull/222](https://togithub.com/go-logr/logr/pull/222) *** - build(deps): bump actions/setup-go from 3.5.0 to 4.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/190](https://togithub.com/go-logr/logr/pull/190) - build(deps): bump github/codeql-action from 2.20.1 to 2.20.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/191](https://togithub.com/go-logr/logr/pull/191) - build(deps): bump github/codeql-action from 2.20.3 to 2.20.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/192](https://togithub.com/go-logr/logr/pull/192) - build(deps): bump github/codeql-action from 2.20.4 to 2.21.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/193](https://togithub.com/go-logr/logr/pull/193) - build(deps): bump github/codeql-action from 2.21.0 to 2.21.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/194](https://togithub.com/go-logr/logr/pull/194) - build(deps): bump github/codeql-action from 2.21.2 to 2.21.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/207](https://togithub.com/go-logr/logr/pull/207) - build(deps): bump actions/setup-go from 4.0.1 to 4.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/206](https://togithub.com/go-logr/logr/pull/206) - build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/209](https://togithub.com/go-logr/logr/pull/209) - build(deps): bump github/codeql-action from 2.21.3 to 2.21.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/208](https://togithub.com/go-logr/logr/pull/208) - build(deps): bump actions/checkout from 3.5.3 to 3.6.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/214](https://togithub.com/go-logr/logr/pull/214) - build(deps): bump github/codeql-action from 2.21.4 to 2.21.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/217](https://togithub.com/go-logr/logr/pull/217) - build(deps): bump actions/checkout from 3.6.0 to 4.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/220](https://togithub.com/go-logr/logr/pull/220) - build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/221](https://togithub.com/go-logr/logr/pull/221) - build(deps): bump github/codeql-action from 2.21.5 to 2.21.7 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/223](https://togithub.com/go-logr/logr/pull/223) - build(deps): bump github/codeql-action from 2.21.7 to 2.21.8 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/224](https://togithub.com/go-logr/logr/pull/224) - build(deps): bump actions/checkout from 4.0.0 to 4.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/225](https://togithub.com/go-logr/logr/pull/225) - build(deps): bump github/codeql-action from 2.21.8 to 2.21.9 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/226](https://togithub.com/go-logr/logr/pull/226) - build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/227](https://togithub.com/go-logr/logr/pull/227) - build(deps): bump github/codeql-action from 2.21.9 to 2.22.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/228](https://togithub.com/go-logr/logr/pull/228) - build(deps): bump github/codeql-action from 2.22.0 to 2.22.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/229](https://togithub.com/go-logr/logr/pull/229) - build(deps): bump actions/checkout from 4.1.0 to 4.1.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/231](https://togithub.com/go-logr/logr/pull/231) - build(deps): bump github/codeql-action from 2.22.3 to 2.22.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/230](https://togithub.com/go-logr/logr/pull/230) #### New Contributors - [@​pnacht](https://togithub.com/pnacht) made their first contribution in [https://github.com/go-logr/logr/pull/177](https://togithub.com/go-logr/logr/pull/177) - [@​dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/go-logr/logr/pull/190](https://togithub.com/go-logr/logr/pull/190) **Full Changelog**: https://github.com/go-logr/logr/compare/v1.2.4...v1.3.0

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.