- Notifications
You must be signed in to change notification settings - Fork906
Commita2314ad
authored
chore: bump github.com/ory/dockertest/v3 from 3.11.0 to 3.12.0 (#17275)
Bumps [github.com/ory/dockertest/v3](https://github.com/ory/dockertest)from 3.11.0 to 3.12.0.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/ory/dockertest/releases">github.com/ory/dockertest/v3'sreleases</a>.</em></p><blockquote><h2>v3.12.0</h2><h2>What's Changed</h2><ul><li>chore(deps): bump github.com/docker/cli from 26.1.4+incompatible to27.1.2+incompatible by <ahref="https://github.com/dependabot"><code>@dependabot</code></a> in <ahref="https://redirect.github.com/ory/dockertest/pull/524">ory/dockertest#524</a></li><li>chore(deps): bump actions/checkout from 3 to 4 by <ahref="https://github.com/dependabot"><code>@dependabot</code></a> in <ahref="https://redirect.github.com/ory/dockertest/pull/514">ory/dockertest#514</a></li><li>chore(deps): bump actions/stale from 4 to 9 by <ahref="https://github.com/dependabot"><code>@dependabot</code></a> in <ahref="https://redirect.github.com/ory/dockertest/pull/526">ory/dockertest#526</a></li><li>chore(deps): bump github.com/opencontainers/runc from 1.1.13 to1.1.15 by <ahref="https://github.com/dependabot"><code>@dependabot</code></a> in <ahref="https://redirect.github.com/ory/dockertest/pull/538">ory/dockertest#538</a></li><li>chore(deps): bump actions/checkout from 2 to 4 by <ahref="https://github.com/dependabot"><code>@dependabot</code></a> in <ahref="https://redirect.github.com/ory/dockertest/pull/527">ory/dockertest#527</a></li><li>feat: use creds helper by <ahref="https://github.com/GuillaumeSmaha"><code>@GuillaumeSmaha</code></a>in <ahref="https://redirect.github.com/ory/dockertest/pull/520">ory/dockertest#520</a></li><li>added AuthConfigs to BuildOptions and pass that to BuildImage by <ahref="https://github.com/DGollings"><code>@DGollings</code></a> in <ahref="https://redirect.github.com/ory/dockertest/pull/488">ory/dockertest#488</a></li><li>add multiple test container example by <ahref="https://github.com/akoserwal"><code>@akoserwal</code></a> in <ahref="https://redirect.github.com/ory/dockertest/pull/515">ory/dockertest#515</a></li><li>fix: trying to bind to an outbound ip returns an empty list of portbindings by <ahref="https://github.com/atzoum"><code>@atzoum</code></a> in <ahref="https://redirect.github.com/ory/dockertest/pull/533">ory/dockertest#533</a></li><li>chore(deps): bump golang.org/x/sys from 0.21.0 to 0.28.0 by <ahref="https://github.com/dependabot"><code>@dependabot</code></a> in <ahref="https://redirect.github.com/ory/dockertest/pull/548">ory/dockertest#548</a></li><li>chore(deps): bump actions/stale from 4 to 9 by <ahref="https://github.com/dependabot"><code>@dependabot</code></a> in <ahref="https://redirect.github.com/ory/dockertest/pull/550">ory/dockertest#550</a></li><li>chore(deps): bump actions/checkout from 2 to 4 by <ahref="https://github.com/dependabot"><code>@dependabot</code></a> in <ahref="https://redirect.github.com/ory/dockertest/pull/549">ory/dockertest#549</a></li><li>chore(deps): bump actions/checkout from 2 to 4 by <ahref="https://github.com/dependabot"><code>@dependabot</code></a> in <ahref="https://redirect.github.com/ory/dockertest/pull/555">ory/dockertest#555</a></li><li>chore(deps): bump github.com/docker/cli from 27.1.2+incompatible to27.4.1+incompatible by <ahref="https://github.com/dependabot"><code>@dependabot</code></a> in <ahref="https://redirect.github.com/ory/dockertest/pull/553">ory/dockertest#553</a></li><li>chore(deps): bump github.com/opencontainers/runc from 1.1.15 to1.2.3 by <ahref="https://github.com/dependabot"><code>@dependabot</code></a> in <ahref="https://redirect.github.com/ory/dockertest/pull/551">ory/dockertest#551</a></li><li>chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0by <a href="https://github.com/dependabot"><code>@dependabot</code></a>in <ahref="https://redirect.github.com/ory/dockertest/pull/547">ory/dockertest#547</a></li><li>feat: add support for BuildKit when building images by <ahref="https://github.com/tmc"><code>@tmc</code></a> in <ahref="https://redirect.github.com/ory/dockertest/pull/416">ory/dockertest#416</a></li><li>chore(deps): bump actions/setup-node from 2.pre.beta to 4.1.0 by <ahref="https://github.com/dependabot"><code>@dependabot</code></a> in <ahref="https://redirect.github.com/ory/dockertest/pull/539">ory/dockertest#539</a></li><li>chore(deps): bump actions/stale from 4 to 9 by <ahref="https://github.com/dependabot"><code>@dependabot</code></a> in <ahref="https://redirect.github.com/ory/dockertest/pull/554">ory/dockertest#554</a></li></ul><h2>New Contributors</h2><ul><li><ahref="https://github.com/GuillaumeSmaha"><code>@GuillaumeSmaha</code></a>made their first contribution in <ahref="https://redirect.github.com/ory/dockertest/pull/520">ory/dockertest#520</a></li><li><a href="https://github.com/DGollings"><code>@DGollings</code></a>made their first contribution in <ahref="https://redirect.github.com/ory/dockertest/pull/488">ory/dockertest#488</a></li><li><a href="https://github.com/akoserwal"><code>@akoserwal</code></a>made their first contribution in <ahref="https://redirect.github.com/ory/dockertest/pull/515">ory/dockertest#515</a></li><li><a href="https://github.com/atzoum"><code>@atzoum</code></a> madetheir first contribution in <ahref="https://redirect.github.com/ory/dockertest/pull/533">ory/dockertest#533</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/ory/dockertest/compare/v3.11.0...v3.12.0">https://github.com/ory/dockertest/compare/v3.11.0...v3.12.0</a></p></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/ory/dockertest/commit/8a76ff064a81dda59a3839f908b85e4df79d755a"><code>8a76ff0</code></a>chore: update repository templates to <ahref="https://github.com/ory/meta/commit/bc60">https://github.com/ory/meta/commit/bc60</a>...</li><li><ahref="https://github.com/ory/dockertest/commit/207b20aded3b6876a3acb2a6cdc4447eb8f49bfc"><code>207b20a</code></a>chore: update repository templates to <ahref="https://github.com/ory/meta/commit/83e7">https://github.com/ory/meta/commit/83e7</a>...</li><li><ahref="https://github.com/ory/dockertest/commit/fabf5638cd38b571da9f174f777709da3699e419"><code>fabf563</code></a>autogen: update license overview</li><li><ahref="https://github.com/ory/dockertest/commit/4b1e539f23198fc2718bdc3122af50cb123bd621"><code>4b1e539</code></a>chore: update repository templates to <ahref="https://github.com/ory/meta/commit/44ef">https://github.com/ory/meta/commit/44ef</a>...</li><li><ahref="https://github.com/ory/dockertest/commit/46d1a7b148e4ffbef44b5688c3f814a687d0cc84"><code>46d1a7b</code></a>chore: update repository templates to <ahref="https://github.com/ory/meta/commit/c091">https://github.com/ory/meta/commit/c091</a>...</li><li><ahref="https://github.com/ory/dockertest/commit/13e6e33fbdb15fdc137d671a8109cdafee61a9d3"><code>13e6e33</code></a>chore(deps): bump actions/stale from 4 to 9 (<ahref="https://redirect.github.com/ory/dockertest/issues/554">#554</a>)</li><li><ahref="https://github.com/ory/dockertest/commit/91b7d0b413252b891483b989ddc2ecda394b14cf"><code>91b7d0b</code></a>chore(deps): bump actions/setup-node from 2.pre.beta to 4.1.0 (<ahref="https://redirect.github.com/ory/dockertest/issues/539">#539</a>)</li><li><ahref="https://github.com/ory/dockertest/commit/28c8c5b6ab911beb07fc08922fd42fb74ea82b19"><code>28c8c5b</code></a>chore(deps): bump github.com/containerd/continuity from 0.4.3 to 0.4.5(<ahref="https://redirect.github.com/ory/dockertest/issues/545">#545</a>)</li><li><ahref="https://github.com/ory/dockertest/commit/eec3a4f420353447100008b96eb33c3b5509577b"><code>eec3a4f</code></a>feat: add support for BuildKit when building images (<ahref="https://redirect.github.com/ory/dockertest/issues/416">#416</a>)</li><li><ahref="https://github.com/ory/dockertest/commit/f6e65ba5e18bbca77c5d27d768d67268c01c7178"><code>f6e65ba</code></a>chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (<ahref="https://redirect.github.com/ory/dockertest/issues/547">#547</a>)</li><li>Additional commits viewable in <ahref="https://github.com/ory/dockertest/compare/v3.11.0...v3.12.0">compareview</a></li></ul></details><br />[](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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR 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>1 parent4615d29 commita2314ad
2 files changed
+23
-18
lines changedLines changed: 9 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
156 |
| - | |
| 156 | + | |
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
| |||
276 | 276 |
| |
277 | 277 |
| |
278 | 278 |
| |
279 |
| - | |
| 279 | + | |
280 | 280 |
| |
281 | 281 |
| |
282 |
| - | |
| 282 | + | |
283 | 283 |
| |
284 | 284 |
| |
285 | 285 |
| |
| |||
305 | 305 |
| |
306 | 306 |
| |
307 | 307 |
| |
308 |
| - | |
| 308 | + | |
309 | 309 |
| |
310 | 310 |
| |
311 | 311 |
| |
| |||
384 | 384 |
| |
385 | 385 |
| |
386 | 386 |
| |
387 |
| - | |
| 387 | + | |
388 | 388 |
| |
389 | 389 |
| |
390 | 390 |
| |
| |||
483 | 483 |
| |
484 | 484 |
| |
485 | 485 |
| |
486 |
| - | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + |
Lines changed: 14 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
215 |
| - | |
216 |
| - | |
| 215 | + | |
| 216 | + | |
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
| |||
256 | 256 |
| |
257 | 257 |
| |
258 | 258 |
| |
259 |
| - | |
260 |
| - | |
| 259 | + | |
| 260 | + | |
261 | 261 |
| |
262 | 262 |
| |
263 | 263 |
| |
| |||
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
297 |
| - | |
298 |
| - | |
| 297 | + | |
| 298 | + | |
299 | 299 |
| |
300 | 300 |
| |
301 | 301 |
| |
| |||
418 | 418 |
| |
419 | 419 |
| |
420 | 420 |
| |
421 |
| - | |
422 |
| - | |
| 421 | + | |
| 422 | + | |
423 | 423 |
| |
424 | 424 |
| |
425 | 425 |
| |
| |||
713 | 713 |
| |
714 | 714 |
| |
715 | 715 |
| |
| 716 | + | |
| 717 | + | |
716 | 718 |
| |
717 | 719 |
| |
718 | 720 |
| |
| |||
757 | 759 |
| |
758 | 760 |
| |
759 | 761 |
| |
760 |
| - | |
761 |
| - | |
| 762 | + | |
| 763 | + | |
762 | 764 |
| |
763 | 765 |
| |
764 | 766 |
| |
765 | 767 |
| |
766 |
| - | |
767 |
| - | |
| 768 | + | |
| 769 | + | |
768 | 770 |
| |
769 | 771 |
| |
770 | 772 |
| |
|
0 commit comments
Comments
(0)