Skip to content

chore(deps): bump github.com/testcontainers/testcontainers-go from 0.31.0 to 0.32.0#6301

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/testcontainers/testcontainers-go-0.32.0
Closed

chore(deps): bump github.com/testcontainers/testcontainers-go from 0.31.0 to 0.32.0#6301
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/testcontainers/testcontainers-go-0.32.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 8, 2024

Bumps github.com/testcontainers/testcontainers-go from 0.31.0 to 0.32.0.

Release notes

Sourced from github.com/testcontainers/testcontainers-go's releases.

v0.32.0

What's Changed

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

... (truncated)

Commits
  • 5fb8f5c chore: use new version (v0.32.0) in modules and examples
  • 80e57e1 feat: honour go toolchain's verbose flag to print out logs (#2624)
  • 306f185 Fix issues in BuildImage() (#2626)
  • 3f73722 docs: indicate version for the Run function (#2627)
  • ee9a148 chore: remove duplicated tests for config (#2628)
  • 9cd7bcb Log retried errors (#2613)
  • d60fc7c fix: do not use deprecated method in postgres tests (#2623)
  • 8e4728b feat: prepare modules for the new API (#2610)
  • a32fe92 chore(deps): bump mkdocs-include-markdown-plugin from 6.0.4 to 6.2.1 (#2617)
  • 5576778 chore(deps): bump peter-evans/slash-command-dispatch from 3.0.2 to 4.0.0 (#2561)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot requested a review from a team as a code owner July 8, 2024 14:29
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 8, 2024
@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@4d8eb1d). Learn more about missing BASE report.

Additional details and impacted files
@@          Coverage Diff           @@
##             main   #6301   +/-   ##
======================================
  Coverage        ?   72.1%           
======================================
  Files           ?     200           
  Lines           ?   20179           
  Branches        ?       0           
======================================
  Hits            ?   14568           
  Misses          ?    4616           
  Partials        ?     995           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@czeslavo
Copy link
Copy Markdown
Contributor

czeslavo commented Jul 8, 2024

It looks like something broke in testcontainers-go that prevents a test container from becoming ready. It's because code added in testcontainers/testcontainers-go#2606 doesn't take into account that the ExposedPorts might be specified in <host>:<host-port>:<container-port> format, as in our case.

@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/testcontainers/testcontainers-go-0.32.0 branch from 4f45422 to 5a68c35 Compare July 10, 2024 15:12
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/testcontainers/testcontainers-go-0.32.0 branch 2 times, most recently from 6fafcb1 to 8d55189 Compare July 22, 2024 08:32
@pmalek
Copy link
Copy Markdown
Member

pmalek commented Jul 22, 2024

testcontainers/testcontainers-go#2652 seems related

@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/testcontainers/testcontainers-go-0.32.0 branch from 8d55189 to 950c28f Compare July 23, 2024 09:40
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/testcontainers/testcontainers-go-0.32.0 branch 3 times, most recently from 47de510 to b0aeba7 Compare July 30, 2024 14:38
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/testcontainers/testcontainers-go-0.32.0 branch 3 times, most recently from d6c28ad to a1678e9 Compare August 6, 2024 16:08
Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) from 0.31.0 to 0.32.0.
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.31.0...v0.32.0)

---
updated-dependencies:
- dependency-name: github.com/testcontainers/testcontainers-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/testcontainers/testcontainers-go-0.32.0 branch from a1678e9 to 688c93e Compare August 6, 2024 16:09
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Aug 20, 2024

Superseded by #6431.

@dependabot dependabot Bot closed this Aug 20, 2024
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/testcontainers/testcontainers-go-0.32.0 branch August 20, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file size/M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants