Commit e751c54
authored
deps(deps-dev): bump @testcontainers/elasticsearch from 11.11.0 to 11.12.0 (#64)
Bumps
[@testcontainers/elasticsearch](https://github.com/testcontainers/testcontainers-node)
from 11.11.0 to 11.12.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/testcontainers/testcontainers-node/releases"><code>@testcontainers/elasticsearch</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v11.12.0</h2>
<h2>Changes</h2>
<h2>🚀 Features</h2>
<ul>
<li>Add SSL support for postgres containers <a
href="https://github.com/cristianrgreco"><code>@cristianrgreco</code></a>
(<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1224">#1224</a>)</li>
<li>Add Azurite support for HTTPS/OAuth configuration <a
href="https://github.com/cristianrgreco"><code>@cristianrgreco</code></a>
(<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1228">#1228</a>)</li>
<li>Support preserving UID/GID when copying archives to containers <a
href="https://github.com/cristianrgreco"><code>@cristianrgreco</code></a>
(<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1234">#1234</a>)</li>
<li>Follow symlinks when copying files into containers <a
href="https://github.com/cristianrgreco"><code>@cristianrgreco</code></a>
(<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1235">#1235</a>)</li>
<li>Warn when compose wait strategy names don't match containers <a
href="https://github.com/cristianrgreco"><code>@cristianrgreco</code></a>
(<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1232">#1232</a>)</li>
<li>Add support for GenericContainer security options <a
href="https://github.com/cristianrgreco"><code>@cristianrgreco</code></a>
(<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1226">#1226</a>)</li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Honor nested .dockerignore exclusions in Docker build context <a
href="https://github.com/cristianrgreco"><code>@cristianrgreco</code></a>
(<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1229">#1229</a>)</li>
<li>Fallback to new Reaper when reused Reaper is unreachable <a
href="https://github.com/cristianrgreco"><code>@cristianrgreco</code></a>
(<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1233">#1233</a>)</li>
</ul>
<h2>📖 Documentation</h2>
<ul>
<li>Add AGENTS.md: <a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1225">#1225</a></li>
<li>Update AGENTS.md: <a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1236">#1236</a>,
<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1231">#1231</a>,
<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1227">#1227</a></li>
</ul>
<h2>🧹 Maintenance</h2>
<ul>
<li>Restore compose warning test compile after naming simplification <a
href="https://github.com/cristianrgreco"><code>@cristianrgreco</code></a>
(<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1239">#1239</a>)</li>
<li>Simplify Docker Compose naming to v2-only format <a
href="https://github.com/cristianrgreco"><code>@cristianrgreco</code></a>
(<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1238">#1238</a>)</li>
<li>Docker event stream test helper matches both <code>status</code> and
<code>Action</code> fields <a
href="https://github.com/cristianrgreco"><code>@cristianrgreco</code></a>
(<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1230">#1230</a>)</li>
</ul>
<h2>📦 Dependency Updates</h2>
<ul>
<li>Bump dependencies: <a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1222">#1222</a>,
<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1223">#1223</a>,
<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1220">#1220</a>,
<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1221">#1221</a>,
<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1212">#1212</a>,
<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1211">#1211</a>,
<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1208">#1208</a>,
<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1209">#1209</a></li>
<li>Bump mkdocs-material: <a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1205">#1205</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/testcontainers/testcontainers-node/commit/0481c588747b4ddc5c3795c179ada77f96f38a76"><code>0481c58</code></a>
Add SSL support for postgres containers (<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1224">#1224</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-node/commit/746f96e55bb7e3c315ae2b2a4be9e360b3d987e1"><code>746f96e</code></a>
Add Azurite support for HTTPS/OAuth configuration (<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1228">#1228</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-node/commit/ecd83c87241a9574a0ba1d144ee508bd788a6972"><code>ecd83c8</code></a>
Fix stale composeContainerName reference in compose warning test (<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1239">#1239</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-node/commit/f1a9a0b276649d8f79f4f45a09e2833e7acdf3c4"><code>f1a9a0b</code></a>
Support preserving UID/GID when copying archives to containers (<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1234">#1234</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-node/commit/62748274bca2cb922a33c5934598f4cd8350faa1"><code>6274827</code></a>
Follow symlinks when copying files into containers (<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1235">#1235</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-node/commit/5dc529366e33cf3eabca2b5b255e6369259d37af"><code>5dc5293</code></a>
Simplify Compose naming to v2-only conventions (<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1238">#1238</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-node/commit/975665b768135ee9fa83a42cd1eabc98cc82feaa"><code>975665b</code></a>
Honor nested .dockerignore exclusions in Docker build context (<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1229">#1229</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-node/commit/d75a4ac1341d6a62a5f42d1564e4152b8955fbb1"><code>d75a4ac</code></a>
Fallback to new Reaper when reused one is unreachable (<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1233">#1233</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-node/commit/84d09081d300392184a63c7c21e46f8faefcafdd"><code>84d0908</code></a>
Warn when compose wait strategy names don't match containers (<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1232">#1232</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-node/commit/c608c47bcfb7ba7805606fea2b300082359dfa75"><code>c608c47</code></a>
Update AGENTS.md (<a
href="https://redirect.github.com/testcontainers/testcontainers-node/issues/1236">#1236</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/testcontainers/testcontainers-node/compare/v11.11.0...v11.12.0">compare
view</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'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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 644b4b8 commit e751c54
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2349 | 2349 | | |
2350 | 2350 | | |
2351 | 2351 | | |
2352 | | - | |
2353 | | - | |
2354 | | - | |
| 2352 | + | |
| 2353 | + | |
| 2354 | + | |
2355 | 2355 | | |
2356 | | - | |
| 2356 | + | |
2357 | 2357 | | |
2358 | 2358 | | |
2359 | 2359 | | |
| |||
6525 | 6525 | | |
6526 | 6526 | | |
6527 | 6527 | | |
6528 | | - | |
| 6528 | + | |
6529 | 6529 | | |
6530 | 6530 | | |
6531 | 6531 | | |
| |||
0 commit comments