Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump k8s.io/klog/v2 from 2.120.1 to 2.130.0 #474

Merged
merged 2 commits into from
Jun 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

Bumps k8s.io/klog/v2 from 2.120.1 to 2.130.0.

Release notes

Sourced from k8s.io/klog/v2's releases.

Prepare klog release for Kubernetes v1.31 (Take 1)

What's Changed

New Contributors

Full Changelog: kubernetes/klog@v2.120.1...v2.130.0

Commits
  • 16c7d26 Merge pull request #401 from pohly/ktesting-warning-delay
  • cd24012 ktesting: tone down warning about leaked test goroutine
  • 2ee202a Merge pull request #404 from 1978629634/fsync-freelock
  • 79575d8 Do not acquire lock for file.Sync() fsync call
  • 7af45d6 Merge pull request #406 from pohly/linter
  • d008cfe examples: fix linter warning
  • ab53041 Merge pull request #402 from pohly/linter-issues
  • ff7c070 build: fix some linter warnings
  • 569bb3c Merge pull request #399 from jsoref/spelling-corporation
  • 200f43e chore(*): fix spelling of Intel Corporation
  • See full diff in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.120.1 to 2.130.0.
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
- [Commits](kubernetes/klog@v2.120.1...v2.130.0)

---
updated-dependencies:
- dependency-name: k8s.io/klog/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 17, 2024
@helayoty helayoty enabled auto-merge (squash) June 19, 2024 23:15
Copy link

codecov bot commented Jun 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.82%. Comparing base (b65dd2e) to head (96e498b).
Report is 34 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #474      +/-   ##
==========================================
- Coverage   61.09%   59.82%   -1.27%     
==========================================
  Files          29       29              
  Lines        2303     2559     +256     
==========================================
+ Hits         1407     1531     +124     
- Misses        828      931     +103     
- Partials       68       97      +29     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@helayoty helayoty merged commit d849274 into main Jun 19, 2024
7 of 8 checks passed
@helayoty helayoty deleted the dependabot/go_modules/k8s.io/klog/v2-2.130.0 branch June 19, 2024 23:44
smritidahal653 pushed a commit to smritidahal653/kaito that referenced this pull request Jul 12, 2024
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.120.1
to 2.130.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.31 (Take 1)</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(*): fix spelling of Intel Corporation by <a
href="https://github.com/jsoref"><code>@​jsoref</code></a> in <a
href="https://redirect.github.com/kubernetes/klog/pull/399">kubernetes/klog#399</a></li>
<li>build: fix some linter warnings by <a
href="https://github.com/pohly"><code>@​pohly</code></a> in <a
href="https://redirect.github.com/kubernetes/klog/pull/402">kubernetes/klog#402</a></li>
<li>examples: fix linter warning by <a
href="https://github.com/pohly"><code>@​pohly</code></a> in <a
href="https://redirect.github.com/kubernetes/klog/pull/406">kubernetes/klog#406</a></li>
<li>Do not acquire lock for file.Sync() fsync call by <a
href="https://github.com/1978629634"><code>@​1978629634</code></a> in <a
href="https://redirect.github.com/kubernetes/klog/pull/404">kubernetes/klog#404</a></li>
<li>ktesting: tone down warning about leaked test goroutine by <a
href="https://github.com/pohly"><code>@​pohly</code></a> in <a
href="https://redirect.github.com/kubernetes/klog/pull/401">kubernetes/klog#401</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/jsoref"><code>@​jsoref</code></a> made
their first contribution in <a
href="https://redirect.github.com/kubernetes/klog/pull/399">kubernetes/klog#399</a></li>
<li><a
href="https://github.com/1978629634"><code>@​1978629634</code></a> made
their first contribution in <a
href="https://redirect.github.com/kubernetes/klog/pull/404">kubernetes/klog#404</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/kubernetes/klog/compare/v2.120.1...v2.130.0">https://github.com/kubernetes/klog/compare/v2.120.1...v2.130.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/klog/commit/16c7d26677a2b3af4d48fd83038205253b536cd1"><code>16c7d26</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/klog/issues/401">#401</a>
from pohly/ktesting-warning-delay</li>
<li><a
href="https://github.com/kubernetes/klog/commit/cd240123a4107102152c48c157cc17d3153533e9"><code>cd24012</code></a>
ktesting: tone down warning about leaked test goroutine</li>
<li><a
href="https://github.com/kubernetes/klog/commit/2ee202a9b36a1a166634ef13f1e9e2e13ec4a547"><code>2ee202a</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/klog/issues/404">#404</a>
from 1978629634/fsync-freelock</li>
<li><a
href="https://github.com/kubernetes/klog/commit/79575d8bbaa005a0180f5c7218c0b95273230b3d"><code>79575d8</code></a>
Do not acquire lock for file.Sync() fsync call</li>
<li><a
href="https://github.com/kubernetes/klog/commit/7af45d6b1f6ba4a74c8a7477d41bbc343dfba34e"><code>7af45d6</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/klog/issues/406">#406</a>
from pohly/linter</li>
<li><a
href="https://github.com/kubernetes/klog/commit/d008cfeb91b5032d89e189ef1c5f355fbc049249"><code>d008cfe</code></a>
examples: fix linter warning</li>
<li><a
href="https://github.com/kubernetes/klog/commit/ab53041d62fd518fc9f69ea518f6abed3bcd4905"><code>ab53041</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/klog/issues/402">#402</a>
from pohly/linter-issues</li>
<li><a
href="https://github.com/kubernetes/klog/commit/ff7c070ad572af0e5e7b4b842f893a60ac6b4151"><code>ff7c070</code></a>
build: fix some linter warnings</li>
<li><a
href="https://github.com/kubernetes/klog/commit/569bb3c2c43a65a62c5f453da458c19f82eba1b2"><code>569bb3c</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/klog/issues/399">#399</a>
from jsoref/spelling-corporation</li>
<li><a
href="https://github.com/kubernetes/klog/commit/200f43e7b769aa7974d2b8eafe0688abe3a6c481"><code>200f43e</code></a>
chore(*): fix spelling of Intel Corporation</li>
<li>See full diff in <a
href="https://github.com/kubernetes/klog/compare/v2.120.1...v2.130.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=k8s.io/klog/v2&package-manager=go_modules&previous-version=2.120.1&new-version=2.130.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Heba <31887807+helayoty@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant