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

chore(deps): bump github.com/testcontainers/testcontainers-go from 0.17.0 to 0.19.0 #4150

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2023

Bumps github.com/testcontainers/testcontainers-go from 0.17.0 to 0.19.0.

Release notes

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

v0.19.0

What's Changed

⚠️ Breaking Changes

If you are relying in the deprecated RegistryCred field from the ContainerRequest struct, then we broke your code 😞: the field is not used anymore therefore your own registry credentials won't be used. We expected that the credentials would live into the credential helpers, therefore would be automatically populated but, thanks to @​srabraham, we discovered it's not. If that's your case you have to populate the DOCKER_AUTH_CONFIG env var with your own credentials, as @​srabraham did here testcontainers/testcontainers-go#869.

  • feat: support for reading auth credentials from docker credential helpers (#869) @​mdelapenya

🔒 Security

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

... (truncated)

Commits
  • 2f49f6e chore: prepare Go modules for the next release (#929)
  • 843b27e fix: use right paths in the release script (#928)
  • 4187f44 chore: sync dependencies (#927)
  • 13c7521 Fix stop services in docker compose (#918)
  • 8c61138 chore(deps): bump github.com/moby/buildkit in /modules/compose (#926)
  • 8767d82 remove volumes on down (#910)
  • 2ec7297 Allow numerical characters in example names/titles (#922)
  • f565bd9 chore: bump minimal compile version of GO to 1.19 (#924)
  • b56e66a feat: support for reading auth credentials from docker credential helpers (#869)
  • e67432e chore: go mod tidy modules (#920)
  • 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.17.0 to 0.19.0.
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.17.0...v0.19.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 requested a review from knqyf263 as a code owner May 1, 2023 15:00
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 1, 2023
@knqyf263 knqyf263 merged commit dc4baeb into main May 4, 2023
8 checks passed
@knqyf263 knqyf263 deleted the dependabot/go_modules/github.com/testcontainers/testcontainers-go-0.19.0 branch May 4, 2023 10:53
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant