Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0 #2436

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2023

Bumps github.com/testcontainers/testcontainers-go from 0.20.1 to 0.21.0.

Release notes

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

v0.21.0

What's Changed

馃殌 Features

馃悰 Bug Fixes

馃摉 Documentation

馃Ч Housekeeping

馃摝 Dependency updates

  • chore(deps): bump github.com/moby/term from 0.0.0-20221128092401-c43b287e0e0f to 0.5.0 (#1253) @鈥媎ependabot
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.44.268 to 1.44.273 in /modules/localstack (#1271) @鈥媎ependabot
  • chore(deps): bump github.com/neo4j/neo4j-go-driver/v5 from 5.8.1 to 5.9.0 in /modules/neo4j (#1265) @鈥媎ependabot
  • chore(deps): bump google.golang.org/api from 0.124.0 to 0.125.0 in /examples (#1284) @鈥媘delapenya
  • chore(deps): bump github.com/twmb/franz-go from 1.13.4 to 1.13.5 in /modules/redpanda (#1283) @鈥媎ependabot
  • chore(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#1282) @鈥媘delapenya
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.19 to 1.18.25 in /modules/localstack (#1222) @鈥媎ependabot
  • chore(deps): bump golang.org/x/sys from 0.7.0 to 0.8.0 (#1202) @鈥媎ependabot
  • chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#1232) @鈥媎ependabot
  • chore(deps): bump cloud.google.com/go/spanner from 1.45.1 to 1.46.0 in /examples/spanner (#1226) @鈥媎ependabot

... (truncated)

Commits
  • f2f9024 chore: use new version (v0.21.0) in modules and examples
  • b3e8a22 docs: move version.go bump to the right place
  • 2d74ccd docs: fix script name
  • eca8ba8 feat: provide container logs on container startup failures (#1297)
  • 10f1547 docs: document CI services (#1298)
  • 3099df7 fix: use first exposed port by default in HTTP wait strategy (#1086)
  • 215d34e fix: prefer cross-platform default DOCKER_HOST (#1294)
  • bb126ce Fix locations set to None in sitemap (#1296)
  • e1c381f fix: use correct path for gotestsum output (#1287)
  • c175df3 fix: fix k3s module when running from inside a Docker container (#1289)
  • 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 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 added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 3, 2023
@szuecs
Copy link
Member

szuecs commented Jul 3, 2023

馃憤

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/testcontainers/testcontainers-go-0.21.0 branch 2 times, most recently from 21a7e2c to f0cfd22 Compare July 10, 2023 09:43
@AlexanderYastrebov
Copy link
Member

AlexanderYastrebov commented Jul 10, 2023

./net tests fails due to idle connections in docker provider http client:

GODEBUG=tracebackancestors=5 go test ./net/ -v

Seems related to testcontainers/testcontainers-go#321

@AlexanderYastrebov
Copy link
Member

Created testcontainers/testcontainers-go#1358

I think for our case we only need https://github.com/testcontainers/testcontainers-go/pull/1358/files#diff-6063b4272c0c8023987dd0a86e67194c26ff5d12a21e45ef0c90685e0b35eff0 so I'll propose a smaller PR if that does not move forward

@MustafaSaber
Copy link
Member

I couldn't replicate cause it's working on Mac

@AlexanderYastrebov
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/testcontainers/testcontainers-go-0.21.0 branch from f0cfd22 to d12d8eb Compare July 13, 2023 21:25
@AlexanderYastrebov
Copy link
Member

We may need to workaround this before testcontainers/testcontainers-go#1358 is fixed because of
#2457 (comment) that may require fix for testcontainers/testcontainers-go#1359

Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) from 0.20.1 to 0.21.0.
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.20.1...v0.21.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.21.0 branch from d12d8eb to 30b43ee Compare July 31, 2023 12:50
@AlexanderYastrebov
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 6, 2023

Superseded by #2496.

@dependabot dependabot bot closed this Aug 6, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/testcontainers/testcontainers-go-0.21.0 branch August 6, 2023 14:38
@AlexanderYastrebov
Copy link
Member

@dependabot recreate

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 6, 2023

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

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 do-not-merge go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants