Skip to content

Commit

Permalink
build(deps): bump github.com/testcontainers/testcontainers-go from 0.…
Browse files Browse the repository at this point in the history
…32.0 to 0.33.0 in /go-chaos (#567)

Bumps
[github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go)
from 0.32.0 to 0.33.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/testcontainers/testcontainers-go/releases">github.com/testcontainers/testcontainers-go's
releases</a>.</em></p>
<blockquote>
<h2>v0.33.0</h2>
<h1>What's Changed</h1>
<h2>⚠️ Breaking Changes</h2>
<ul>
<li>fix!: docker authentication setup (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2727">#2727</a>)
<a href="https://github.com/stevenh"><code>@​stevenh</code></a></li>
</ul>
<p>If you are building Docker images with the
<code>FromDockerfile</code> struct in the
<code>GenericContainerRequest</code>, please consider that the
<code>ContextArchive</code> field in that struct has changed from
<code>io.Reader</code> to <code>io.ReadSeeker</code>. This is needed
because we want to be able to rewind to do multiple passes when reading
all the images that are present in a Dockerfile.</p>
<h2>🔒 Security</h2>
<ul>
<li>chore(deps): bump github.com/docker/docker from 27.1.0+incompatible
to 27.1.1+incompatible (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2733">#2733</a>)
<a
href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
</ul>
<h2>🚀 Features</h2>
<ul>
<li>feat(wait): skip internal host port check (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2691">#2691</a>)
<a href="https://github.com/stevenh"><code>@​stevenh</code></a></li>
<li>feat(redpanda): Add option for arbitrary bootstrap config (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2666">#2666</a>)
<a href="https://github.com/oleiman"><code>@​oleiman</code></a></li>
<li>feat(inbucket): expose POP3 and wait for all ports (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2690">#2690</a>)
<a href="https://github.com/stevenh"><code>@​stevenh</code></a></li>
<li>feat: add grafana-lgtm module (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2660">#2660</a>)
<a
href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
<li>Added valkey module (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2639">#2639</a>)
<a
href="https://github.com/JensvandeWiel"><code>@​JensvandeWiel</code></a></li>
<li>feat: add custom container registry substitutor (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2647">#2647</a>)
<a href="https://github.com/stillya"><code>@​stillya</code></a></li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>fix: config via environment (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2725">#2725</a>)
<a href="https://github.com/stevenh"><code>@​stevenh</code></a></li>
<li>fix(redpanda): race condition on port check (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2692">#2692</a>)
<a href="https://github.com/stevenh"><code>@​stevenh</code></a></li>
<li>fix: logging restart (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2697">#2697</a>)
<a href="https://github.com/stevenh"><code>@​stevenh</code></a></li>
<li>fix(kafka): port race on start (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2696">#2696</a>)
<a href="https://github.com/stevenh"><code>@​stevenh</code></a></li>
<li>fix(compose): container locking (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2722">#2722</a>)
<a href="https://github.com/stevenh"><code>@​stevenh</code></a></li>
<li>fix: readiness hook back off (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2718">#2718</a>)
<a href="https://github.com/stevenh"><code>@​stevenh</code></a></li>
<li>fix(milvus): racy container setup (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2693">#2693</a>)
<a href="https://github.com/stevenh"><code>@​stevenh</code></a></li>
<li>fix: port forwarding race condition (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2686">#2686</a>)
<a href="https://github.com/stevenh"><code>@​stevenh</code></a></li>
<li>fix: missing image build errors (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2651">#2651</a>)
<a href="https://github.com/stevenh"><code>@​stevenh</code></a></li>
<li>fix: incorrect parsing of exposedPorts in readiness check (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2658">#2658</a>)
<a
href="https://github.com/robinvanderstraeten-klarrio"><code>@​robinvanderstraeten-klarrio</code></a></li>
<li>fix: container.Endpoint and wait.FortHTTP to use lowest internal
port (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2641">#2641</a>)
<a href="https://github.com/stevenh"><code>@​stevenh</code></a></li>
<li>Fix: Couchbase containers intermittently hang on startup (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2650">#2650</a>)
<a
href="https://github.com/couchbaseEd"><code>@​couchbaseEd</code></a></li>
<li>chore(deps): bump Ryuk to 0.8.1 (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2648">#2648</a>)
<a
href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
<li>fix: retry on label error (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2644">#2644</a>)
<a href="https://github.com/stevenh"><code>@​stevenh</code></a></li>
<li>fix: log output after context timeout (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2643">#2643</a>)
<a href="https://github.com/stevenh"><code>@​stevenh</code></a></li>
</ul>
<h2>📖 Documentation</h2>
<ul>
<li>docs: fix broken doc tags (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2732">#2732</a>)
<a href="https://github.com/stevenh"><code>@​stevenh</code></a></li>
<li>docs: improve docs for container methods (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2713">#2713</a>)
<a href="https://github.com/stevenh"><code>@​stevenh</code></a></li>
<li>docs: add consistent snippets for network creation (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2703">#2703</a>)
<a
href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
<li>docs: fix compilation of examples (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2656">#2656</a>)
<a
href="https://github.com/alexandear"><code>@​alexandear</code></a></li>
</ul>
<h2>🧹 Housekeeping</h2>
<ul>
<li>fix: authentication tests on WSL (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2706">#2706</a>)
<a href="https://github.com/stevenh"><code>@​stevenh</code></a></li>
<li>fix(registry): compatibility with WSL (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2705">#2705</a>)
<a href="https://github.com/stevenh"><code>@​stevenh</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/testcontainers/testcontainers-go/commit/e21a5e1cfa7ffea08f4c5967ec66068b1addf3fa"><code>e21a5e1</code></a>
chore: use new version (v0.33.0) in modules and examples</li>
<li><a
href="https://github.com/testcontainers/testcontainers-go/commit/ca76ee195050114626fb2421fb0ba218399a2680"><code>ca76ee1</code></a>
fix: authentication tests on WSL (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2706">#2706</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-go/commit/aaa88d20fea42734712bb22b646af33a47ed2f53"><code>aaa88d2</code></a>
fix(registry): compatibility with WSL (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2705">#2705</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-go/commit/c44b1b2ed935455fa222f122a7474efe309f641c"><code>c44b1b2</code></a>
fix: config via environment (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2725">#2725</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-go/commit/5ec00648428cfa8d8cb4cce2dbc72b0a95d5cb72"><code>5ec0064</code></a>
fix(redpanda): race condition on port check (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2692">#2692</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-go/commit/17b178f85a5046ac51b66be46fb87e3447763adc"><code>17b178f</code></a>
fix: logging restart (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2697">#2697</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-go/commit/5024e266f5e30a9c27e288d2deda5f75c8137dcd"><code>5024e26</code></a>
fix!: docker authentication setup (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2727">#2727</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-go/commit/c8ec4559ba79b9ca1eba7d2798f55bc86dcf697c"><code>c8ec455</code></a>
chore: improve error wrapping (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2720">#2720</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-go/commit/c3b05edcf3e755d3bf1968a42d0542d52ce93818"><code>c3b05ed</code></a>
chore: run make tests in verbose mode (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2734">#2734</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-go/commit/9f4d46dcf7495ab0db0968ce6a567edf436ac6f0"><code>9f4d46d</code></a>
chore(deps): bump github.com/docker/docker from 27.1.0+incompatible to
27.1.1...</li>
<li>Additional commits viewable in <a
href="https://github.com/testcontainers/testcontainers-go/compare/v0.32.0...v0.33.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/testcontainers/testcontainers-go&package-manager=go_modules&previous-version=0.32.0&new-version=0.33.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 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>
  • Loading branch information
ChrisKujawa authored Aug 21, 2024
2 parents e30a86c + b367297 commit 6cdd0c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
7 changes: 3 additions & 4 deletions go-chaos/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/rs/zerolog v1.33.0
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
github.com/testcontainers/testcontainers-go v0.32.0
github.com/testcontainers/testcontainers-go v0.33.0
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb
golang.org/x/mod v0.20.0
google.golang.org/grpc v1.65.0
Expand All @@ -23,12 +23,11 @@ require (
dario.cat/mergo v1.0.0 // indirect
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/Microsoft/hcsshim v0.11.5 // indirect
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 // indirect
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
github.com/containerd/containerd v1.7.18 // indirect
github.com/containerd/errdefs v0.1.0 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/containerd/platforms v0.2.1 // indirect
github.com/cpuguy83/dockercfg v0.3.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/distribution/reference v0.6.0 // indirect
Expand Down Expand Up @@ -93,7 +92,7 @@ require (
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/oauth2 v0.20.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/term v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/time v0.3.0 // indirect
Expand Down
14 changes: 6 additions & 8 deletions go-chaos/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 h1:UQHMgLO+TxOEl
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1/go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E=
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
github.com/Microsoft/hcsshim v0.11.5 h1:haEcLNpj9Ka1gd3B3tAEs9CpE0c+1IhoL59w/exYU38=
github.com/Microsoft/hcsshim v0.11.5/go.mod h1:MV8xMfmECjl5HdO7U/3/hFVnkmSBjAjmA09d4bExKcU=
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 h1:zV3ejI06GQ59hwDQAvmK1qxOQGB3WuVTRoY0okPTAv0=
Expand All @@ -18,10 +16,10 @@ github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqy
github.com/cenkalti/backoff/v4 v4.2.1/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
github.com/containerd/containerd v1.7.18 h1:jqjZTQNfXGoEaZdW1WwPU0RqSn1Bm2Ay/KJPUuO8nao=
github.com/containerd/containerd v1.7.18/go.mod h1:IYEk9/IO6wAPUz2bCMVUbsfXjzw5UNP5fLz4PsUygQ4=
github.com/containerd/errdefs v0.1.0 h1:m0wCRBiu1WJT/Fr+iOoQHMQS/eP5myQ8lCv4Dz5ZURM=
github.com/containerd/errdefs v0.1.0/go.mod h1:YgWiiHtLmSeBrvpw+UfPijzbLaB77mEG1WwJTDETIV0=
github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=
github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo=
github.com/containerd/platforms v0.2.1 h1:zvwtM3rz2YHPQsF2CHYM8+KtB5dvhISiXh5ZpSBQv6A=
github.com/containerd/platforms v0.2.1/go.mod h1:XHCb+2/hzowdiut9rkudds9bE5yJ7npe7dG/wG+uFPw=
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/cpuguy83/dockercfg v0.3.1 h1:/FpZ+JaygUR/lZP2NlFI2DVfrOEMAIKP5wWEJdoYe9E=
github.com/cpuguy83/dockercfg v0.3.1/go.mod h1:sugsbF4//dDlL/i+S+rtpIWp+5h0BHJHfjj5/jFyUJc=
Expand Down Expand Up @@ -188,8 +186,8 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/testcontainers/testcontainers-go v0.32.0 h1:ug1aK08L3gCHdhknlTTwWjPHPS+/alvLJU/DRxTD/ME=
github.com/testcontainers/testcontainers-go v0.32.0/go.mod h1:CRHrzHLQhlXUsa5gXjTOfqIEJcrK5+xMDmBr/WMI88E=
github.com/testcontainers/testcontainers-go v0.33.0 h1:zJS9PfXYT5O0ZFXM2xxXfk4J5UMw/kRiISng037Gxdw=
github.com/testcontainers/testcontainers-go v0.33.0/go.mod h1:W80YpTa8D5C3Yy16icheD01UTDu+LmXIA2Keo+jWtT8=
github.com/tklauser/go-sysconf v0.3.12 h1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFAEVmqU=
github.com/tklauser/go-sysconf v0.3.12/go.mod h1:Ho14jnntGE1fpdOqQEEaiKRpvIavV0hSfmBq8nJbHYI=
github.com/tklauser/numcpus v0.6.1 h1:ng9scYS7az0Bk4OZLvrNXNSAO2Pxr1XXRAPyjhIx+Fk=
Expand Down Expand Up @@ -249,8 +247,8 @@ golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y=
golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.20.0 h1:VnkxpohqXaOBYJtBmEppKUG6mXpi+4O6purfc2+sMhw=
golang.org/x/term v0.20.0/go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
Expand Down

0 comments on commit 6cdd0c8

Please sign in to comment.