You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/08/23 00:25:52 UTC

[GitHub] [camel-k] dependabot[bot] opened a new pull request, #3562: chore(deps): bump github.com/go-logr/logr from 1.2.2 to 1.2.3

dependabot[bot] opened a new pull request, #3562:
URL: https://github.com/apache/camel-k/pull/3562

   Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 1.2.2 to 1.2.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.2.3</h2>
   <p>This is a minor release.</p>
   <h2>What's Changed</h2>
   <ul>
   <li>funcr: Handle nil Stringer, Marshaler, error by <a href="https://github.com/thockin"><code>@​thockin</code></a> in <a href="https://github-redirect.dependabot.com/go-logr/logr/pull/130">go-logr/logr#130</a>
   <ul>
   <li>Produce a useful error rather than panic.</li>
   </ul>
   </li>
   <li>Move testing -&gt; testr, deprecate, alias old names by <a href="https://github.com/thockin"><code>@​thockin</code></a> in <a href="https://github-redirect.dependabot.com/go-logr/logr/pull/140">go-logr/logr#140</a>
   <ul>
   <li>This is mostly about ergonomics and names, no behavioral changes.</li>
   </ul>
   </li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/tonglil"><code>@​tonglil</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/go-logr/logr/pull/129">go-logr/logr#129</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/go-logr/logr/compare/v1.2.2...v1.2.3">https://github.com/go-logr/logr/compare/v1.2.2...v1.2.3</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/go-logr/logr/commit/47e013cee9b1f91c987cc70a218639655431b607"><code>47e013c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-logr/logr/issues/128">#128</a> from thockin/format-test</li>
   <li><a href="https://github.com/go-logr/logr/commit/b359493a99cc734afcafd0dec505149d07f78ae1"><code>b359493</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-logr/logr/issues/140">#140</a> from thockin/testing_testr</li>
   <li><a href="https://github.com/go-logr/logr/commit/5377a982c43b0cab8c88d6e097df0c158ae2fa20"><code>5377a98</code></a> Move testing -&gt; testr, deprecate, alias old names</li>
   <li><a href="https://github.com/go-logr/logr/commit/d731630651632eef29baa05276481b53915281aa"><code>d731630</code></a> Add some test cases</li>
   <li><a href="https://github.com/go-logr/logr/commit/46104557fdbf3acfe84b0f661eb99596d4556d55"><code>4610455</code></a> Reformat existing test cases</li>
   <li><a href="https://github.com/go-logr/logr/commit/28755ae811e8511239e62a7b90b5ca808b691fca"><code>28755ae</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-logr/logr/issues/130">#130</a> from thockin/nil-stringer</li>
   <li><a href="https://github.com/go-logr/logr/commit/945d619423e9f2330c72cb63523671c8513ce85f"><code>945d619</code></a> funcr: Handle panic in Stringer, Marshaler, error</li>
   <li><a href="https://github.com/go-logr/logr/commit/af7b868f177dc6c41787a86be104a3155ffe2192"><code>af7b868</code></a> Add stringer, error, marshaler to benchmark</li>
   <li><a href="https://github.com/go-logr/logr/commit/ec7c16ccad4699c8ad291c385dbb7a3802c2d01c"><code>ec7c16c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-logr/logr/issues/135">#135</a> from thockin/fix-actions-go-versions</li>
   <li><a href="https://github.com/go-logr/logr/commit/e438a74e4099e656dd28115bbbbdee5ecac0ffb2"><code>e438a74</code></a> Fix GH actions for Go versions, drop 1.14</li>
   <li>Additional commits viewable in <a href="https://github.com/go-logr/logr/compare/v1.2.2...v1.2.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.2.2&new-version=1.2.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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] tadayosi commented on pull request #3562: chore(deps): bump github.com/go-logr/logr from 1.2.2 to 1.2.3

Posted by GitBox <gi...@apache.org>.
tadayosi commented on PR #3562:
URL: https://github.com/apache/camel-k/pull/3562#issuecomment-1229781575

   @dependabot recreate


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] dependabot[bot] commented on pull request #3562: chore(deps): bump github.com/go-logr/logr from 1.2.2 to 1.2.3

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #3562:
URL: https://github.com/apache/camel-k/pull/3562#issuecomment-1229781318

   Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!
   
   If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request `@dependabot recreate`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] tadayosi commented on pull request #3562: chore(deps): bump github.com/go-logr/logr from 1.2.2 to 1.2.3

Posted by GitBox <gi...@apache.org>.
tadayosi commented on PR #3562:
URL: https://github.com/apache/camel-k/pull/3562#issuecomment-1229781302

   @dependabot rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] tadayosi commented on pull request #3562: chore(deps): bump github.com/go-logr/logr from 1.2.2 to 1.2.3

Posted by GitBox <gi...@apache.org>.
tadayosi commented on PR #3562:
URL: https://github.com/apache/camel-k/pull/3562#issuecomment-1229841973

   @dependabot rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] tadayosi commented on pull request #3562: chore(deps): bump github.com/go-logr/logr from 1.2.2 to 1.2.3

Posted by GitBox <gi...@apache.org>.
tadayosi commented on PR #3562:
URL: https://github.com/apache/camel-k/pull/3562#issuecomment-1229828084

   retest this please


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] tadayosi merged pull request #3562: chore(deps): bump github.com/go-logr/logr from 1.2.2 to 1.2.3

Posted by GitBox <gi...@apache.org>.
tadayosi merged PR #3562:
URL: https://github.com/apache/camel-k/pull/3562


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org