Commit 19e883c
🌱(deps): Bump the all-go-deps group across 1 directory with 3 updates (#380)
Bumps the all-go-deps group with 3 updates in the / directory:
[golang.org/x/mod](https://github.com/golang/mod),
[golang.org/x/sync](https://github.com/golang/sync) and
[k8s.io/klog/v2](https://github.com/kubernetes/klog).
Updates `golang.org/x/mod` from 0.33.0 to 0.34.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/mod/commit/1ac721dff8591283e59aba6412a0eafc8b950d83"><code>1ac721d</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/mod/commit/fb1fac8b369ec75b114cb416119e80d3aebda7f5"><code>fb1fac8</code></a>
all: upgrade go directive to at least 1.25.0 [generated]</li>
<li>See full diff in <a
href="https://github.com/golang/mod/compare/v0.33.0...v0.34.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/sync/commit/ec11c4a93de22cde2abe2bf74d70791033c2464c"><code>ec11c4a</code></a>
errgroup: fix a typo in the documentation</li>
<li><a
href="https://github.com/golang/sync/commit/1a583072c11b16c643c8f6051ff1fab5a424d0a9"><code>1a58307</code></a>
all: modernize interface{} -> any</li>
<li><a
href="https://github.com/golang/sync/commit/3172ca581eb96530283f713311f81df986c19932"><code>3172ca5</code></a>
all: upgrade go directive to at least 1.25.0 [generated]</li>
<li>See full diff in <a
href="https://github.com/golang/sync/compare/v0.19.0...v0.20.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `k8s.io/klog/v2` from 2.130.1 to 2.140.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kubernetes/klog/releases">k8s.io/klog/v2's
releases</a>.</em></p>
<blockquote>
<h2>Prepare klog release for Kubernetes v1.36</h2>
<h2>What's Changed</h2>
<ul>
<li>Add dependabot by <a
href="https://github.com/lucacome"><code>@lucacome</code></a> in <a
href="https://redirect.github.com/kubernetes/klog/pull/410">kubernetes/klog#410</a></li>
<li>Use strconv.AppendQuote instead of strconv.Quote for message
formatting by <a
href="https://github.com/astef"><code>@astef</code></a> in <a
href="https://redirect.github.com/kubernetes/klog/pull/413">kubernetes/klog#413</a></li>
<li>de-duplication of key/value pairs by <a
href="https://github.com/pohly"><code>@pohly</code></a> in <a
href="https://redirect.github.com/kubernetes/klog/pull/415">kubernetes/klog#415</a></li>
<li>Fix: Ensure constant format strings in fmt and printf calls by <a
href="https://github.com/mikelolasagasti"><code>@mikelolasagasti</code></a>
in <a
href="https://redirect.github.com/kubernetes/klog/pull/417">kubernetes/klog#417</a></li>
<li>Remove old note on Go version requirements by <a
href="https://github.com/guettli"><code>@guettli</code></a> in <a
href="https://redirect.github.com/kubernetes/klog/pull/425">kubernetes/klog#425</a></li>
<li>test with 1.24 and 1.25 by <a
href="https://github.com/pohly"><code>@pohly</code></a> in <a
href="https://redirect.github.com/kubernetes/klog/pull/428">kubernetes/klog#428</a></li>
<li>ktesting: fix vmodule support by <a
href="https://github.com/pohly"><code>@pohly</code></a> in <a
href="https://redirect.github.com/kubernetes/klog/pull/431">kubernetes/klog#431</a></li>
<li>ktesting: support multi-line result from AnyToStringHook by <a
href="https://github.com/pohly"><code>@pohly</code></a> in <a
href="https://redirect.github.com/kubernetes/klog/pull/433">kubernetes/klog#433</a></li>
<li>textlogger: optionally turn off header by <a
href="https://github.com/pohly"><code>@pohly</code></a> in <a
href="https://redirect.github.com/kubernetes/klog/pull/430">kubernetes/klog#430</a></li>
<li>feat: fix stderrthreshold not honored when logtostderr is set (<a
href="https://redirect.github.com/kubernetes/klog/issues/212">#212</a>)
+ two new flags by <a
href="https://github.com/pierluigilenoci"><code>@pierluigilenoci</code></a>
in <a
href="https://redirect.github.com/kubernetes/klog/pull/432">kubernetes/klog#432</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/lucacome"><code>@lucacome</code></a>
made their first contribution in <a
href="https://redirect.github.com/kubernetes/klog/pull/410">kubernetes/klog#410</a></li>
<li><a href="https://github.com/astef"><code>@astef</code></a> made
their first contribution in <a
href="https://redirect.github.com/kubernetes/klog/pull/413">kubernetes/klog#413</a></li>
<li><a
href="https://github.com/mikelolasagasti"><code>@mikelolasagasti</code></a>
made their first contribution in <a
href="https://redirect.github.com/kubernetes/klog/pull/417">kubernetes/klog#417</a></li>
<li><a href="https://github.com/guettli"><code>@guettli</code></a> made
their first contribution in <a
href="https://redirect.github.com/kubernetes/klog/pull/425">kubernetes/klog#425</a></li>
<li><a
href="https://github.com/pierluigilenoci"><code>@pierluigilenoci</code></a>
made their first contribution in <a
href="https://redirect.github.com/kubernetes/klog/pull/432">kubernetes/klog#432</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/kubernetes/klog/compare/v2.130.1...v2.140.0">https://github.com/kubernetes/klog/compare/v2.130.1...v2.140.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/klog/commit/ef4b370a5578b77a401416e4d12f5900cc8850cb"><code>ef4b370</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/klog/issues/432">#432</a>
from pierluigilenoci/fix/stderr-threshold-issue-212</li>
<li><a
href="https://github.com/kubernetes/klog/commit/39c4c764506bbe69125b4f30eafebec4cb8fe6ec"><code>39c4c76</code></a>
refactor: address code review feedback from <a
href="https://github.com/pohly"><code>@pohly</code></a></li>
<li><a
href="https://github.com/kubernetes/klog/commit/764a9a3e7acf7431d47c1703a8e0d1d714e882a6"><code>764a9a3</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/klog/issues/430">#430</a>
from pohly/textlogger-optional-header</li>
<li><a
href="https://github.com/kubernetes/klog/commit/015c6134c7cd08ab83a84175c2e02cde1e613296"><code>015c613</code></a>
Update stderr_threshold_test.go</li>
<li><a
href="https://github.com/kubernetes/klog/commit/2f517bd47d37864013c7083aabe55cb470ddba3a"><code>2f517bd</code></a>
Update klog.go</li>
<li><a
href="https://github.com/kubernetes/klog/commit/36bc4ffffdb97c0d2ec0a9df32db128b7a5e9652"><code>36bc4ff</code></a>
textlogger: optionally turn off header</li>
<li><a
href="https://github.com/kubernetes/klog/commit/5f1f303b32be4f9912b8357b0f6c401bf1eb7e16"><code>5f1f303</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/klog/issues/433">#433</a>
from pohly/textlogger-hook-result</li>
<li><a
href="https://github.com/kubernetes/klog/commit/c469d4102c1c9608f4ffa2c0e573c735dc3ef49f"><code>c469d41</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/klog/issues/431">#431</a>
from pohly/ktesting-vmodule-fix</li>
<li><a
href="https://github.com/kubernetes/klog/commit/8509d6ab6f4ba193fedc5f6b5681a96bb68c9ffc"><code>8509d6a</code></a>
ktesting: support multi-line result from AnyToStringHook</li>
<li><a
href="https://github.com/kubernetes/klog/commit/08e6e8b2a4f9322905ac0e42df8ef19f571711b2"><code>08e6e8b</code></a>
Fix stderrthreshold not honored when logtostderr is set</li>
<li>Additional commits viewable in <a
href="https://github.com/kubernetes/klog/compare/v2.130.1...2.140.0">compare
view</a></li>
</ul>
</details>
<br />
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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Hutchinson <mhutchinson@gmail.com>1 parent 5fb006d commit 19e883c
5 files changed
Lines changed: 13 additions & 15 deletions
File tree
- .github/workflows
- deploy/github/log/sequence_and_integrate
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
| |||
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
| 62 | + | |
| 63 | + | |
0 commit comments