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’ll 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.22.0 #2496

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 6, 2023

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

Release notes

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

v0.22.0

What's Changed

⚠️ Breaking Changes

As a consequence of the bugs described in #1359, we had to bump the Docker version to a major version, which moved the types.AuthConfig type to registry.AuthConfig. We used that type as public API, therefore, our API has changed the signature of the method of an interface, which is used to build images from a Dockerfile. Please look at #1394 to understand the changes in the GetAuthConfigs method.

🚀 Features

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

  • chore(deps): bump github.com/containerd/containerd from 1.6.19 to 1.7.3 (#1378) @​dependabot
  • chore: run go mod tidy (#1417) @​mdelapenya
  • chore(deps): bump github.com/tidwall/gjson from 1.14.4 to 1.15.0 in /modules/couchbase (#1376) @​dependabot
  • chore(deps): bump github.com/opencontainers/image-spec from 1.1.0-rc2 to 1.1.0-rc4 (#1312) @​dependabot
  • chore(deps): bump github.com/hashicorp/consul/api from 1.20.0 to 1.23.0 in /examples/consul (#1381) @​dependabot
  • chore(deps): bump github.com/twmb/franz-go from 1.13.5 to 1.14.3 in /modules/redpanda (#1387) @​dependabot
  • chore(deps): bump github.com/nats-io/nats.go from 1.26.0 to 1.28.0 in /examples/nats (#1389) @​dependabot
  • chore(deps): bump golang.org/x/text from 0.9.0 to 0.11.0 in /modulegen (#1388) @​dependabot
  • chore(deps): bump google.golang.org/api from 0.125.0 to 0.134.0 in /examples (#1412) @​mdelapenya
  • chore(deps): bump golang.org/x/mod and github.com/aws/aws-sdk-go-v2/config in /modules/localstack (#1410) @​mdelapenya
  • chore(deps): bump k8s.io/client-go from 0.27.2 to 0.27.4 in /modules/k3s (#1404) @​dependabot
  • chore(deps): bump cloud.google.com/go in /examples (#1411) @​mdelapenya
  • chore(deps): bump github.com/neo4j/neo4j-go-driver/v5 from 5.9.0 to 5.10.0 in /modules/neo4j (#1318) @​dependabot
  • chore(deps): bump google.golang.org/grpc to 1.57.0 (#1409) @​mdelapenya
  • chore(deps): bump go.mongodb.org/mongo-driver from 1.11.6 to 1.12.0 in /examples/mongodb (#1311) @​dependabot
  • chore(deps): bump docker dependencies to v24.0.5+incompatible (#1394) @​mdelapenya
  • chore: remove gotestsum to reduce the number of transitive dependencies (#1303) @​mdelapenya

v0.21.0

What's Changed

🚀 Features

... (truncated)

Commits
  • fc1ce1c chore: use new version (v0.22.0) in modules and examples
  • 3461ffe chore(deps): bump mkdocs dependencies (#1439)
  • 769dfe6 chore(deps): bump Github actions (#1438)
  • 17ff399 ci(deps): make generate /dependabot (#1305)
  • a5f1c99 chore: update mergo to the new vanity url (#1419)
  • 99512df fix: proper check name in branch protection settings (#1420)
  • f0be75f chore(deps): bump github.com/containerd/containerd from 1.6.19 to 1.7.3 (#1378)
  • 8c64864 chore: fix branch protection settings (#1418)
  • 7b52269 chore: run go mod tidy (#1417)
  • d247383 chore(deps): bump github.com/tidwall/gjson in /modules/couchbase (#1376)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) from 0.20.1 to 0.22.0.
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.20.1...v0.22.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 added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 6, 2023
@MustafaSaber
Copy link
Member

@AlexanderYastrebov This one should do it

@AlexanderYastrebov
Copy link
Member

AlexanderYastrebov commented Aug 6, 2023

Nope as we still have redis tests disabled.
I created a smaller fix testcontainers/testcontainers-go#1441 that should be enough for us.

AlexanderYastrebov pushed a commit that referenced this pull request Aug 6, 2023
* update testcontainers to fix goroutine leak (see testcontainers/testcontainers-go#1441)
  [changes](testcontainers/testcontainers-go@v0.20.1...d1c291e)
* enable redis tests back

Closes #2496

Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
@AlexanderYastrebov
Copy link
Member

Created #2497

AlexanderYastrebov added a commit that referenced this pull request Aug 6, 2023
* update testcontainers to fix goroutine leak (see testcontainers/testcontainers-go#1441)
  [changes](testcontainers/testcontainers-go@v0.20.1...d1c291e)
* enable redis tests back

Closes #2496

Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
AlexanderYastrebov added a commit that referenced this pull request Aug 6, 2023
* update testcontainers to fix goroutine leak (see testcontainers/testcontainers-go#1441)
  [changes](testcontainers/testcontainers-go@v0.20.1...d1c291e)
* enable redis tests back

Updates #2458
Closes #2496

Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
AlexanderYastrebov added a commit that referenced this pull request Aug 6, 2023
* update testcontainers to fix goroutine leak (see testcontainers/testcontainers-go#1441)
  [changes](testcontainers/testcontainers-go@v0.20.1...d1c291e)
* enable redis tests back

Updates #2458
Closes #2496

Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 6, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/testcontainers/testcontainers-go-0.22.0 branch August 6, 2023 18:02
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

2 participants