Skip to content

Commit

Permalink
Bump github.com/go-logr/logr from 1.2.3 to 1.2.4 (#697)
Browse files Browse the repository at this point in the history
Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 1.2.3 to 1.2.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/go-logr/logr/releases">github.com/go-logr/logr's releases</a>.</em></p>
<blockquote>
<h2>v1.2.4</h2>
<p>This is a collection of small bugfixes and documentation updates.</p>
<h2>What's Changed</h2>
<ul>
<li>Fix syntax in documentation by <a href="https://github.com/balki"><code>@​balki</code></a> in <a href="https://redirect.github.com/go-logr/logr/pull/144">go-logr/logr#144</a></li>
<li>testr: use an interface to make it work with *testing.B and *testing.F by <a href="https://github.com/jeandeaual"><code>@​jeandeaual</code></a> in <a href="https://redirect.github.com/go-logr/logr/pull/143">go-logr/logr#143</a></li>
<li>If logging as JSON and the type is json.RawMessage log it &quot;as-is&quot; by <a href="https://github.com/sfc-gh-jchacon"><code>@​sfc-gh-jchacon</code></a> in <a href="https://redirect.github.com/go-logr/logr/pull/147">go-logr/logr#147</a></li>
<li>Make zero value useful &amp; add .IsZero() by <a href="https://github.com/wojas"><code>@​wojas</code></a> in <a href="https://redirect.github.com/go-logr/logr/pull/153">go-logr/logr#153</a></li>
<li>testr: merge testLogger and testLoggerInterface by <a href="https://github.com/thockin"><code>@​thockin</code></a> in <a href="https://redirect.github.com/go-logr/logr/pull/160">go-logr/logr#160</a></li>
<li>funcr: JSON invalid output with 1st field omitted by <a href="https://github.com/thockin"><code>@​thockin</code></a> in <a href="https://redirect.github.com/go-logr/logr/pull/159">go-logr/logr#159</a></li>
<li>Make github assign PRs and issues by <a href="https://github.com/thockin"><code>@​thockin</code></a> in <a href="https://redirect.github.com/go-logr/logr/pull/162">go-logr/logr#162</a></li>
<li>Fix comments on optional sink interfaces by <a href="https://github.com/thockin"><code>@​thockin</code></a> in <a href="https://redirect.github.com/go-logr/logr/pull/161">go-logr/logr#161</a></li>
<li>Add examples for Logger methods by <a href="https://github.com/thockin"><code>@​thockin</code></a> in <a href="https://redirect.github.com/go-logr/logr/pull/163">go-logr/logr#163</a></li>
<li>funcr: optimize WithValues/WithName/WithCallDepth by <a href="https://github.com/pohly"><code>@​pohly</code></a> in <a href="https://redirect.github.com/go-logr/logr/pull/165">go-logr/logr#165</a></li>
<li>make Discard logger equal to null logger by <a href="https://github.com/pohly"><code>@​pohly</code></a> in <a href="https://redirect.github.com/go-logr/logr/pull/166">go-logr/logr#166</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/balki"><code>@​balki</code></a> made their first contribution in <a href="https://redirect.github.com/go-logr/logr/pull/144">go-logr/logr#144</a></li>
<li><a href="https://github.com/jeandeaual"><code>@​jeandeaual</code></a> made their first contribution in <a href="https://redirect.github.com/go-logr/logr/pull/143">go-logr/logr#143</a></li>
<li><a href="https://github.com/sfc-gh-jchacon"><code>@​sfc-gh-jchacon</code></a> made their first contribution in <a href="https://redirect.github.com/go-logr/logr/pull/147">go-logr/logr#147</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/go-logr/logr/compare/v1.2.3...v1.2.4">https://github.com/go-logr/logr/compare/v1.2.3...v1.2.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/go-logr/logr/commit/4da5305ff29a64c62f54ad43ebbfcb5e1b015fb2"><code>4da5305</code></a> make Discard logger equal to null logger</li>
<li><a href="https://github.com/go-logr/logr/commit/4d25940030733aad917e7750e705dd8273ab7707"><code>4d25940</code></a> funcr: optimize WithValues/WithName/WithCallDepth</li>
<li><a href="https://github.com/go-logr/logr/commit/00ed9d03e9587a8af494383e12adc7d9f5b2c9f2"><code>00ed9d0</code></a> Merge pull request <a href="https://redirect.github.com/go-logr/logr/issues/163">#163</a> from thockin/example-v-enabled</li>
<li><a href="https://github.com/go-logr/logr/commit/d4762a8f798ab8b923267038389a86ac160d96d6"><code>d4762a8</code></a> Merge pull request <a href="https://redirect.github.com/go-logr/logr/issues/161">#161</a> from thockin/master</li>
<li><a href="https://github.com/go-logr/logr/commit/b10dd334e5300b6eef155b8e5dfdeb1bef44712a"><code>b10dd33</code></a> Merge pull request <a href="https://redirect.github.com/go-logr/logr/issues/162">#162</a> from thockin/github-assign</li>
<li><a href="https://github.com/go-logr/logr/commit/b818fb2718906ece42dca289aa1be2cf8f8f5290"><code>b818fb2</code></a> Add examples for Logger methods</li>
<li><a href="https://github.com/go-logr/logr/commit/18e8b879d207a0391c5ac4b5a7b8b423591156d4"><code>18e8b87</code></a> Make github assign PRs and issues</li>
<li><a href="https://github.com/go-logr/logr/commit/5b49379682bf4ce8b92140de4300525f56ff62ed"><code>5b49379</code></a> Fix comments on optional sink interfaces</li>
<li><a href="https://github.com/go-logr/logr/commit/af0016d3ae6a0716649cfc11afbc1886b87c03b2"><code>af0016d</code></a> Merge pull request <a href="https://redirect.github.com/go-logr/logr/issues/159">#159</a> from thockin/master</li>
<li><a href="https://github.com/go-logr/logr/commit/44974839d89b3c83417eb98ef10ff17dc340f7fe"><code>4497483</code></a> Merge pull request <a href="https://redirect.github.com/go-logr/logr/issues/160">#160</a> from thockin/pr-148-takeover</li>
<li>Additional commits viewable in <a href="https://github.com/go-logr/logr/compare/v1.2.3...v1.2.4">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-logr/logr&package-manager=go_modules&previous-version=1.2.3&new-version=1.2.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
  • Loading branch information
mergify[bot] authored Apr 3, 2023
2 parents 8fe54a2 + fd3cb62 commit cded24b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/docker/distribution v2.8.1+incompatible
github.com/docker/docker v20.10.21+incompatible
github.com/equinix-labs/otel-init-go v0.0.1
github.com/go-logr/logr v1.2.3
github.com/go-logr/logr v1.2.4
github.com/go-logr/zapr v1.2.3
github.com/google/go-cmp v0.5.9
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,8 @@ github.com/go-logr/logr v0.2.0/go.mod h1:z6/tIYblkpsD+a4lm/fGIIU9mZ+XfAiaFtq7xTg
github.com/go-logr/logr v0.4.0/go.mod h1:z6/tIYblkpsD+a4lm/fGIIU9mZ+XfAiaFtq7xTgseGU=
github.com/go-logr/logr v1.2.0/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
github.com/go-logr/logr v1.2.3 h1:2DntVwHkVopvECVRSlL5PSo9eG+cAkDCuckLubN+rq0=
github.com/go-logr/logr v1.2.3/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=
github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE=
github.com/go-logr/zapr v1.2.0/go.mod h1:Qa4Bsj2Vb+FAVeAKsLD8RLQ+YRJB8YDmOAKxaBQf7Ro=
Expand Down

0 comments on commit cded24b

Please sign in to comment.