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/10/27 00:28:53 UTC

[GitHub] [camel-k] dependabot[bot] opened a new pull request, #3781: chore(deps): bump github.com/onsi/gomega from 1.22.1 to 1.23.0

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

   Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.22.1 to 1.23.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/onsi/gomega/releases">github.com/onsi/gomega's releases</a>.</em></p>
   <blockquote>
   <h2>v1.23.0</h2>
   <h2>1.23.0</h2>
   <h3>Features</h3>
   <ul>
   <li>
   <p>Custom formatting on a per-type basis can be provided using <code>format.RegisterCustomFormatter()</code> -- see the docs <a href="https://onsi.github.io/gomega/#adjusting-output">here</a></p>
   </li>
   <li>
   <p>Substantial improvement have been made to <code>StopTrying()</code>:</p>
   <ul>
   <li>Users can now use <code>StopTrying().Wrap(err)</code> to wrap errors and <code>StopTrying().Attach(description, object)</code> to attach arbitrary objects to the <code>StopTrying()</code> error</li>
   <li><code>StopTrying()</code> is now always interpreted as a failure.  If you are an early adopter of <code>StopTrying()</code> you may need to change your code as the prior version would match against the returned value even if <code>StopTrying()</code> was returned.  Going forward the <code>StopTrying()</code> api should remain stable.</li>
   <li><code>StopTrying()</code> and <code>StopTrying().Now()</code> can both be used in matchers - not just polled functions.</li>
   </ul>
   </li>
   <li>
   <p><code>TryAgainAfter(duration)</code> is used like <code>StopTrying()</code> but instructs <code>Eventually</code> and <code>Consistently</code> that the poll should be tried again after the specified duration.  This allows you to dynamically adjust the polling duration.</p>
   </li>
   <li>
   <p><code>ctx</code> can now be passed-in as the first argument to <code>Eventually</code> and <code>Consistently</code>.</p>
   </li>
   </ul>
   <h2>Maintenance</h2>
   <ul>
   <li>Bump github.com/onsi/ginkgo/v2 from 2.3.0 to 2.3.1 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/597">#597</a>) [afed901]</li>
   <li>Bump nokogiri from 1.13.8 to 1.13.9 in /docs (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/599">#599</a>) [7c691b3]</li>
   <li>Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/587">#587</a>) [ff22665]</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/onsi/gomega/blob/master/CHANGELOG.md">github.com/onsi/gomega's changelog</a>.</em></p>
   <blockquote>
   <h2>1.23.0</h2>
   <h3>Features</h3>
   <ul>
   <li>
   <p>Custom formatting on a per-type basis can be provided using <code>format.RegisterCustomFormatter()</code> -- see the docs <a href="https://onsi.github.io/gomega/#adjusting-output">here</a></p>
   </li>
   <li>
   <p>Substantial improvement have been made to <code>StopTrying()</code>:</p>
   <ul>
   <li>Users can now use <code>StopTrying().Wrap(err)</code> to wrap errors and <code>StopTrying().Attach(description, object)</code> to attach arbitrary objects to the <code>StopTrying()</code> error</li>
   <li><code>StopTrying()</code> is now always interpreted as a failure.  If you are an early adopter of <code>StopTrying()</code> you may need to change your code as the prior version would match against the returned value even if <code>StopTrying()</code> was returned.  Going forward the <code>StopTrying()</code> api should remain stable.</li>
   <li><code>StopTrying()</code> and <code>StopTrying().Now()</code> can both be used in matchers - not just polled functions.</li>
   </ul>
   </li>
   <li>
   <p><code>TryAgainAfter(duration)</code> is used like <code>StopTrying()</code> but instructs <code>Eventually</code> and <code>Consistently</code> that the poll should be tried again after the specified duration.  This allows you to dynamically adjust the polling duration.</p>
   </li>
   <li>
   <p><code>ctx</code> can now be passed-in as the first argument to <code>Eventually</code> and <code>Consistently</code>.</p>
   </li>
   </ul>
   <h2>Maintenance</h2>
   <ul>
   <li>Bump github.com/onsi/ginkgo/v2 from 2.3.0 to 2.3.1 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/597">#597</a>) [afed901]</li>
   <li>Bump nokogiri from 1.13.8 to 1.13.9 in /docs (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/599">#599</a>) [7c691b3]</li>
   <li>Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (<a href="https://github-redirect.dependabot.com/onsi/gomega/issues/587">#587</a>) [ff22665]</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/onsi/gomega/commit/bf817a4a94a35be219fa3ebc48dd8acbf1aeb83c"><code>bf817a4</code></a> v1.23.0</li>
   <li><a href="https://github.com/onsi/gomega/commit/7b8b801e5f98d6c1168aff01100a59f6070d2b3e"><code>7b8b801</code></a> fix broken call to Eventually</li>
   <li><a href="https://github.com/onsi/gomega/commit/ba35cc6bd6acf1359667d589d9755e5f2f367e58"><code>ba35cc6</code></a> Allow ctx to be passed in as a leading parameter for Eventually and Consistently</li>
   <li><a href="https://github.com/onsi/gomega/commit/818b78c1701e3e4c8f7cf360aa94a0758d3b9e08"><code>818b78c</code></a> AsyncAssertions emit the format.Object representation of the error  when it i...</li>
   <li><a href="https://github.com/onsi/gomega/commit/d63d67edd467db8e2777c71c02455bfa72e6a72e"><code>d63d67e</code></a> Rename AsyncSignalError to PollingSignalError</li>
   <li><a href="https://github.com/onsi/gomega/commit/abd25f054cda42592680e877144debf3fb7c5161"><code>abd25f0</code></a> fix go vet</li>
   <li><a href="https://github.com/onsi/gomega/commit/618a1339c5cb7178c786985837cc0b2acb75a615"><code>618a133</code></a> Introduce TryAgainAfter</li>
   <li><a href="https://github.com/onsi/gomega/commit/67ab22ccec8a5155eece7d7fb8a912f15e97fdca"><code>67ab22c</code></a> Simplify StopTrying handling</li>
   <li><a href="https://github.com/onsi/gomega/commit/75c8c707bc95e694feab5a7bbe0ea5d2517183a2"><code>75c8c70</code></a> Fix go vet and drop 1.17 from test matrix</li>
   <li><a href="https://github.com/onsi/gomega/commit/237e97d5261112d68bec7dc1f211dfa0557adf86"><code>237e97d</code></a> Matchers can now return StopTrying() errors; StopTrying() can wrap an error t...</li>
   <li>Additional commits viewable in <a href="https://github.com/onsi/gomega/compare/v1.22.1...v1.23.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/onsi/gomega&package-manager=go_modules&previous-version=1.22.1&new-version=1.23.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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] dependabot[bot] closed pull request #3781: chore(deps): bump github.com/onsi/gomega from 1.22.1 to 1.23.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #3781: chore(deps): bump github.com/onsi/gomega from 1.22.1 to 1.23.0
URL: https://github.com/apache/camel-k/pull/3781


-- 
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 #3781: chore(deps): bump github.com/onsi/gomega from 1.22.1 to 1.23.0

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

   Gomega 1.23.0 now requires Go 1.18.0 or higher. It's not possible to merge this until we upgrade Go version we use to 1.18.0.


-- 
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 #3781: chore(deps): bump github.com/onsi/gomega from 1.22.1 to 1.23.0

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

   Superseded by #3792.


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