Skip to content

Commit 5ace91a

Browse files
chore(dependabot): bump github.com/go-logr/logr from 1.4.2 to 1.4.3 (#368)
Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 1.4.2 to 1.4.3. <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.4.3</h2> <p>Minor release.</p> <h2>What's Changed</h2> <ul> <li>Fix slog tests for 1.25 by <a href="https://github.com/hoeppi-google"><code>@​hoeppi-google</code></a> in <a href="https://redirect.github.com/go-logr/logr/pull/361">go-logr/logr#361</a></li> <li>Remove one exception from Slog testing by <a href="https://github.com/thockin"><code>@​thockin</code></a> in <a href="https://redirect.github.com/go-logr/logr/pull/362">go-logr/logr#362</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/hoeppi-google"><code>@​hoeppi-google</code></a> made their first contribution in <a href="https://redirect.github.com/go-logr/logr/pull/361">go-logr/logr#361</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-logr/logr/compare/v1.4.2...v1.4.3">https://github.com/go-logr/logr/compare/v1.4.2...v1.4.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-logr/logr/commit/38a1c47ef633fa6b2eee6b8f2e1371ba8626e557"><code>38a1c47</code></a> build(deps): bump github/codeql-action from 3.28.17 to 3.28.18</li> <li><a href="https://github.com/go-logr/logr/commit/f08beddab4cfae7c700e37412a91047606f66417"><code>f08bedd</code></a> build(deps): bump actions/setup-go from 5.4.0 to 5.5.0</li> <li><a href="https://github.com/go-logr/logr/commit/6295e990590732bd047fb56334ec616b910b4bf7"><code>6295e99</code></a> build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0</li> <li><a href="https://github.com/go-logr/logr/commit/028840dc37b35152848a85b81357dbbc45bce957"><code>028840d</code></a> build(deps): bump github/codeql-action from 3.28.15 to 3.28.17</li> <li><a href="https://github.com/go-logr/logr/commit/511e5faed831f0fdf0b0aa29f6ff8c51d32d2201"><code>511e5fa</code></a> Merge pull request <a href="https://redirect.github.com/go-logr/logr/issues/367">#367</a> from go-logr/dependabot/github_actions/github/codeql-...</li> <li><a href="https://github.com/go-logr/logr/commit/d806463e2af7f6bb8358724af752d7819e578a21"><code>d806463</code></a> build(deps): bump github/codeql-action from 3.28.13 to 3.28.15</li> <li><a href="https://github.com/go-logr/logr/commit/158c311e3d93473df2cce1def934ba9a8a7ba044"><code>158c311</code></a> Merge pull request <a href="https://redirect.github.com/go-logr/logr/issues/366">#366</a> from thockin/master</li> <li><a href="https://github.com/go-logr/logr/commit/c79ddb362b04bdd499c164077bd87e4989376ac1"><code>c79ddb3</code></a> Update to support golangci-lint v2</li> <li><a href="https://github.com/go-logr/logr/commit/20a64ba70790e5c948e8b6a71e8acb043c4a3205"><code>20a64ba</code></a> build(deps): bump github/codeql-action from 3.28.12 to 3.28.13</li> <li><a href="https://github.com/go-logr/logr/commit/0385e14044f26bb860687268be875e56c7343526"><code>0385e14</code></a> Add comments around slog exceptions</li> <li>Additional commits viewable in <a href="https://github.com/go-logr/logr/compare/v1.4.2...v1.4.3">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.4.2&new-version=1.4.3)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c24ad3 commit 5ace91a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.3
55
replace github.com/kyma-project/template-operator/api => ./api
66

77
require (
8-
github.com/go-logr/logr v1.4.2
8+
github.com/go-logr/logr v1.4.3
99
github.com/kyma-project/template-operator/api v0.0.0-20241025084859-e28811b16f6b
1010
github.com/onsi/ginkgo/v2 v2.23.4
1111
github.com/onsi/gomega v1.37.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nos
1919
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
2020
github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=
2121
github.com/fxamacker/cbor/v2 v2.7.0/go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ=
22-
github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=
23-
github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
22+
github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI=
23+
github.com/go-logr/logr v1.4.3/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
2424
github.com/go-logr/zapr v1.3.0 h1:XGdV8XW8zdwFiwOA2Dryh1gj2KRQyOOoNmBy4EplIcQ=
2525
github.com/go-logr/zapr v1.3.0/go.mod h1:YKepepNBd1u/oyhd/yQmtjVXmm9uML4IXUgMOwR8/Gg=
2626
github.com/go-openapi/jsonpointer v0.19.6/go.mod h1:osyAmYz/mB/C3I+WsTTSgw1ONzaLJoLCyoi6/zppojs=

0 commit comments

Comments
 (0)