You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/04/03 05:59:35 UTC

[GitHub] [apisix-ingress-controller] dependabot[bot] opened a new pull request, #1763: chore(deps): bump go.uber.org/multierr from 1.9.0 to 1.11.0

dependabot[bot] opened a new pull request, #1763:
URL: https://github.com/apache/apisix-ingress-controller/pull/1763

   Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.9.0 to 1.11.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/uber-go/multierr/releases">go.uber.org/multierr's releases</a>.</em></p>
   <blockquote>
   <h2>v1.11.0</h2>
   <ul>
   <li>Errors now supports any error that implements multiple-error interface.</li>
   <li>Add Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.</li>
   </ul>
   <h2>v1.10.0</h2>
   <ul>
   <li>Support Go 1.20 Unwrap() []error</li>
   <li>Remove unused glide.yaml</li>
   <li>Drop external atomic dependency</li>
   <li>README: Add Features section</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/uber-go/multierr/blob/master/CHANGELOG.md">go.uber.org/multierr's changelog</a>.</em></p>
   <blockquote>
   <h1>v1.11.0 (2023-03-28)</h1>
   <ul>
   <li><code>Errors</code> now supports any error that implements multiple-error
   interface.</li>
   <li>Add <code>Every</code> function to allow checking if all errors in the chain
   satisfies <code>errors.Is</code> against the target error.</li>
   </ul>
   <h1>v1.10.0 (2023-03-08)</h1>
   <ul>
   <li>Comply with Go 1.20's multiple-error interface.</li>
   <li>Drop Go 1.18 support.
   Per the support policy, only Go 1.19 and 1.20 are supported now.</li>
   <li>Drop all non-test external dependencies.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/uber-go/multierr/commit/de75ae527b39a27afcb50a84427ec7b84021d5f4"><code>de75ae5</code></a> Release v1.11.0 (<a href="https://redirect.github.com/uber-go/multierr/issues/79">#79</a>)</li>
   <li><a href="https://github.com/uber-go/multierr/commit/d8067ab0035d5e0ece3cef8cce2c69fd92ce97ad"><code>d8067ab</code></a> Support multierr.Every (<a href="https://redirect.github.com/uber-go/multierr/issues/78">#78</a>)</li>
   <li><a href="https://github.com/uber-go/multierr/commit/d42b7a1b108badf09e0227b40dedc2f25848be19"><code>d42b7a1</code></a> ci: Minimize permissions to workflows (<a href="https://redirect.github.com/uber-go/multierr/issues/77">#77</a>)</li>
   <li><a href="https://github.com/uber-go/multierr/commit/faff69d9f00cd325d6d0181e7495a70c5f31994f"><code>faff69d</code></a> Enable Errors support for any multi-error (<a href="https://redirect.github.com/uber-go/multierr/issues/75">#75</a>)</li>
   <li><a href="https://github.com/uber-go/multierr/commit/8767aa92062aeb75adc48a4df51c015dcc88d05e"><code>8767aa9</code></a> Prepare release v1.10 (<a href="https://redirect.github.com/uber-go/multierr/issues/74">#74</a>)</li>
   <li><a href="https://github.com/uber-go/multierr/commit/4504ef7e0048cfc3cd517b82a48277d6e7ab6680"><code>4504ef7</code></a> README: Add Features section (<a href="https://redirect.github.com/uber-go/multierr/issues/73">#73</a>)</li>
   <li><a href="https://github.com/uber-go/multierr/commit/2fd451dbf5db2dd3acf4887c04d617feb2154b9d"><code>2fd451d</code></a> Drop external atomic dependency (<a href="https://redirect.github.com/uber-go/multierr/issues/72">#72</a>)</li>
   <li><a href="https://github.com/uber-go/multierr/commit/7876a028b02442f1f033c5b8bb66526a45f5d1b2"><code>7876a02</code></a> Remove unused glide.yaml (<a href="https://redirect.github.com/uber-go/multierr/issues/71">#71</a>)</li>
   <li><a href="https://github.com/uber-go/multierr/commit/55bc553b488f851a8f4b02325d4f18d946f1a1b2"><code>55bc553</code></a> Support Go 1.20 Unwrap() []error (<a href="https://redirect.github.com/uber-go/multierr/issues/69">#69</a>)</li>
   <li>See full diff in <a href="https://github.com/uber-go/multierr/compare/v1.9.0...v1.11.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/multierr&package-manager=go_modules&previous-version=1.9.0&new-version=1.11.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 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: notifications-unsubscribe@apisix.apache.org

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


[GitHub] [apisix-ingress-controller] codecov-commenter commented on pull request #1763: chore(deps): bump go.uber.org/multierr from 1.9.0 to 1.11.0

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #1763:
URL: https://github.com/apache/apisix-ingress-controller/pull/1763#issuecomment-1493710752

   ## [Codecov](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1763?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#1763](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1763?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (eaffede) into [master](https://codecov.io/gh/apache/apisix-ingress-controller/commit/405b6fb2f9740d23cd75a19c831cd17c35cd6ebb?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (405b6fb) will **increase** coverage by `0.03%`.
   > The diff coverage is `63.63%`.
   
   > :exclamation: Current head eaffede differs from pull request most recent head 8799616. Consider uploading reports for the commit 8799616 to get more accurate results
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #1763      +/-   ##
   ==========================================
   + Coverage   41.69%   41.72%   +0.03%     
   ==========================================
     Files          90       90              
     Lines        7702     7707       +5     
   ==========================================
   + Hits         3211     3216       +5     
     Misses       4127     4127              
     Partials      364      364              
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1763?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [.../providers/gateway/translation/gateway\_tlsroute.go](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1763?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cGtnL3Byb3ZpZGVycy9nYXRld2F5L3RyYW5zbGF0aW9uL2dhdGV3YXlfdGxzcm91dGUuZ28=) | `0.00% <0.00%> (ø)` | |
   | [.../providers/gateway/translation/gateway\_udproute.go](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1763?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cGtnL3Byb3ZpZGVycy9nYXRld2F5L3RyYW5zbGF0aW9uL2dhdGV3YXlfdWRwcm91dGUuZ28=) | `0.00% <0.00%> (ø)` | |
   | [...providers/gateway/translation/gateway\_httproute.go](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1763?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cGtnL3Byb3ZpZGVycy9nYXRld2F5L3RyYW5zbGF0aW9uL2dhdGV3YXlfaHR0cHJvdXRlLmdv) | `49.54% <100.00%> (+1.16%)` | :arrow_up: |
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
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: notifications-unsubscribe@apisix.apache.org

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


[GitHub] [apisix-ingress-controller] Gallardot closed pull request #1763: chore(deps): bump go.uber.org/multierr from 1.9.0 to 1.11.0

Posted by "Gallardot (via GitHub)" <gi...@apache.org>.
Gallardot closed pull request #1763: chore(deps): bump go.uber.org/multierr from 1.9.0 to 1.11.0
URL: https://github.com/apache/apisix-ingress-controller/pull/1763


-- 
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: notifications-unsubscribe@apisix.apache.org

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


[GitHub] [apisix-ingress-controller] dependabot[bot] commented on pull request #1763: chore(deps): bump go.uber.org/multierr from 1.9.0 to 1.11.0

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #1763:
URL: https://github.com/apache/apisix-ingress-controller/pull/1763#issuecomment-1504954122

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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: notifications-unsubscribe@apisix.apache.org

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