You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/12/19 05:05:04 UTC

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

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

   Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.8.0 to 1.9.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.9.0</h2>
   <ul>
   <li>
   <p>Add <code>AppendFunc</code> that allow passsing functions to similar to
   <code>AppendInvoke</code>.</p>
   </li>
   <li>
   <p>Bump up yaml.v3 dependency to 3.0.1.</p>
   </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.9.0 (2022-12-12)</h1>
   <ul>
   <li>
   <p>Add <code>AppendFunc</code> that allow passsing functions to similar to
   <code>AppendInvoke</code>.</p>
   </li>
   <li>
   <p>Bump up yaml.v3 dependency to 3.0.1.</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/uber-go/multierr/commit/39ca40c628bce6779c9725af600b737220b87602"><code>39ca40c</code></a> Prepare release v1.9.0 (<a href="https://github-redirect.dependabot.com/uber-go/multierr/issues/68">#68</a>)</li>
   <li><a href="https://github.com/uber-go/multierr/commit/445999037311d4b33da9ece1730660e666862821"><code>4459990</code></a> Add a shorthand for AppendInvoke (<a href="https://github-redirect.dependabot.com/uber-go/multierr/issues/65">#65</a>)</li>
   <li><a href="https://github.com/uber-go/multierr/commit/80b07a745f5713f11d24360b1e0863eef98ac842"><code>80b07a7</code></a> Document named return constraint for defer (<a href="https://github-redirect.dependabot.com/uber-go/multierr/issues/63">#63</a>)</li>
   <li><a href="https://github.com/uber-go/multierr/commit/492b79245a002e8b252b719453c36a7e4516b70a"><code>492b792</code></a> Test and lint against Go 1.19 (<a href="https://github-redirect.dependabot.com/uber-go/multierr/issues/62">#62</a>)</li>
   <li><a href="https://github.com/uber-go/multierr/commit/aa8f15f0a1acb41ddcce1ee03b917d0fd9bb014a"><code>aa8f15f</code></a> Upgrade to yaml.v3 3.0.1 (<a href="https://github-redirect.dependabot.com/uber-go/multierr/issues/60">#60</a>)</li>
   <li><a href="https://github.com/uber-go/multierr/commit/f46d400df055a6da0925264e3b6532563ece7236"><code>f46d400</code></a> Use append instead of copy to clone slices (<a href="https://github-redirect.dependabot.com/uber-go/multierr/issues/58">#58</a>)</li>
   <li><a href="https://github.com/uber-go/multierr/commit/6fede5ccb33ebb0dbc001cfb3220566db7614acb"><code>6fede5c</code></a> CI: Test against Go 1.17/1.18 (<a href="https://github-redirect.dependabot.com/uber-go/multierr/issues/57">#57</a>)</li>
   <li>See full diff in <a href="https://github.com/uber-go/multierr/compare/v1.8.0...v1.9.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.8.0&new-version=1.9.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 #1542: chore(deps): bump go.uber.org/multierr from 1.8.0 to 1.9.0

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #1542:
URL: https://github.com/apache/apisix-ingress-controller/pull/1542#issuecomment-1357103955

   # [Codecov](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1542?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 [#1542](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1542?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (72728b5) into [master](https://codecov.io/gh/apache/apisix-ingress-controller/commit/15d881eebb2c6cc1a29fa87c81b1cb1db57f498e?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (15d881e) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   > :exclamation: Current head 72728b5 differs from pull request most recent head bf55aab. Consider uploading reports for the commit bf55aab to get more accurate results
   
   ```diff
   @@           Coverage Diff           @@
   ##           master    #1542   +/-   ##
   =======================================
     Coverage   41.52%   41.52%           
   =======================================
     Files          87       87           
     Lines        7412     7412           
   =======================================
     Hits         3078     3078           
     Misses       3983     3983           
     Partials      351      351           
   ```
   
   
   
   :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] dependabot[bot] commented on pull request #1542: chore(deps): bump go.uber.org/multierr from 1.8.0 to 1.9.0

Posted by dependabot.
dependabot[bot] commented on PR #1542:
URL: https://github.com/apache/apisix-ingress-controller/pull/1542#issuecomment-1407575803

   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


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

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


-- 
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