-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump github.com/testcontainers/testcontainers-go from 0.33.0 to 0.34.0 (backport of #11812) #12345
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…33.0 to 0.34.0 (#11812) Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) from 0.33.0 to 0.34.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.34.0</h2> <h1>What's Changed</h1> <h2>🚀 Features</h2> <ul> <li>feat: add meilisearch-module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2835">#2835</a>) <a href="https://github.com/mashail"><code>@mashail</code></a></li> <li>feat: add yugabytedb module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2825">#2825</a>) <a href="https://github.com/henripqt"><code>@henripqt</code></a></li> <li>feat: add etcd module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2788">#2788</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>feat: add dynamodb-local module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2799">#2799</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>feat: support databend module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2779">#2779</a>) <a href="https://github.com/hantmac"><code>@hantmac</code></a></li> <li>feat(mongodb): Wait for mongodb module with a replicaset to finish (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2777">#2777</a>) <a href="https://github.com/smgt"><code>@smgt</code></a></li> <li>feat: expose functions for resource clean up in tests and examples (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2738">#2738</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>feat(wait): for file (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2731">#2731</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>feat(compose): select services via profiles (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2758">#2758</a>) <a href="https://github.com/ngrash"><code>@ngrash</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix(postgres): duplicate snapshot name (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2840">#2840</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>fix(reaper): refactor to allow retries and fix races (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2728">#2728</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>fix: update module container struct name and missing imports (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2831">#2831</a>) <a href="https://github.com/henripqt"><code>@henripqt</code></a></li> <li>fix(redpanda): wait for (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2794">#2794</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>fix(elasticsearch): wait for (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2724">#2724</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>fix(grafana): update module path (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2797">#2797</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>fix: container logging deadlocks (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2791">#2791</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>fix: parallel containers clean race (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2790">#2790</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>fix(registry): wait for (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2793">#2793</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>fix: handle 127 error code for podman compatibility (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2778">#2778</a>) <a href="https://github.com/vchandela"><code>@vchandela</code></a></li> <li>fix: do not override ImageBuildOptions.Labels when building from a Dockerfile (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2775">#2775</a>) <a href="https://github.com/rzajac"><code>@rzajac</code></a></li> <li>fix(postgres): Apply default snapshot name if no name specified (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2783">#2783</a>) <a href="https://github.com/kiview"><code>@kiview</code></a></li> <li>fix: docker config error handling when config file does not exist (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2772">#2772</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>fix: check if the discovered docker socket responds (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2741">#2741</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>Fix trailing slash on Image Prefix (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2747">#2747</a>) <a href="https://github.com/driverpt"><code>@driverpt</code></a></li> </ul> <h2>📖 Documentation</h2> <ul> <li>docs: document redpanda options (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2789">#2789</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>docs: refine heading badges in README (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2770">#2770</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> </ul> <h2>🧹 Housekeeping</h2> <ul> <li>fix: use <code>Contains</code> or <code>ErrorContains</code> with testify (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2839">#2839</a>) <a href="https://github.com/mmorel-35"><code>@mmorel-35</code></a></li> <li>golangci-lint: enable thelper linter (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2834">#2834</a>) <a href="https://github.com/mmorel-35"><code>@mmorel-35</code></a></li> <li>chore: update ryuk to 0.10.2 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2833">#2833</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>chore: replace 'assert' with 'require' (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2827">#2827</a>) <a href="https://github.com/JoelLau"><code>@JoelLau</code></a></li> <li>chore: replace 'assert' with 'require' for critical checks (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2824">#2824</a>) <a href="https://github.com/JoelLau"><code>@JoelLau</code></a></li> <li>feat: add require for critical checks (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2812">#2812</a>) <a href="https://github.com/AshutoshKD"><code>@AshutoshKD</code></a></li> <li>fix: container timeout test (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2792">#2792</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>chore: golangci-lint 1.61.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2787">#2787</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>ci: add generate for mocks (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2774">#2774</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>chore: avoid using of log.Fatal in main in tests (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2739">#2739</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/7d0f970ea5e25911e2f67f5fd4aff969067185a0"><code>7d0f970</code></a> chore: use new version (v0.34.0) in modules and examples</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/2c66f202c5cf6605cbc4cf32329dc065d9cc4d95"><code>2c66f20</code></a> feat: add meilisearch-module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2835">#2835</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/235ab07d4c22fb7bf5ed735731d7a1aeb68018d5"><code>235ab07</code></a> fix(postgres): duplicate snapshot name (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2840">#2840</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/f1632b35b3a241818697aa338d54b61eb3550f39"><code>f1632b3</code></a> chore: use Contains or ErrorContains checks (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2839">#2839</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/b74984d043f27c31e3611b7d61dfb34e04ef0480"><code>b74984d</code></a> golangci-lint: enable thelper linter (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2834">#2834</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/5e988ffd21778f56f494cd744a0a288c2c8f3f6d"><code>5e988ff</code></a> fix(reaper): refactor to allow retries and fix races (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2728">#2728</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/56bb5015d460f67e7c185293a62b2707bd1e2ddb"><code>56bb501</code></a> chore: update ryuk to 0.10.2 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2833">#2833</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/27f699b43aa02e1d0bf7fe6efd7631f00e768319"><code>27f699b</code></a> feat: add yugabytedb module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2825">#2825</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/00e7002d6cf57519e482796186a1f664dad48c07"><code>00e7002</code></a> fix: update module container struct name and missing imports (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2831">#2831</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/fb6a4ba574ecfebc2a14de987e3fe958f04a14f0"><code>fb6a4ba</code></a> chore: replace 'assert' with 'require' (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2827">#2827</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testcontainers/testcontainers-go/compare/v0.33.0...v0.34.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.33.0&new-version=0.34.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kumahq
bot
requested review from
michaelbeaumont and
slonka
and removed request for
a team
December 19, 2024 14:49
lobkovilya
added a commit
that referenced
this pull request
Jan 6, 2025
lobkovilya
added a commit
that referenced
this pull request
Jan 6, 2025
Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com>
lobkovilya
added a commit
that referenced
this pull request
Jan 6, 2025
Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com>
lobkovilya
added a commit
that referenced
this pull request
Jan 6, 2025
Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automatic cherry-pick of #11812 for branch release-2.6
Generated by action
cherry-picked commit 40097da
⚠️ ⚠️ ⚠️ Conflicts happened when cherry-picking! ⚠️ ⚠️ ⚠️