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

deps(go): bump module github.com/testcontainers/testcontainers-go #2088

Conversation

updateclibot[bot]
Copy link
Contributor

@updateclibot updateclibot bot commented Apr 30, 2024

deps(go): bump module github.com/testcontainers/testcontainers-go

deps(go): bump module github.com/testcontainers/testcontainers-go to v0.32.0

go.mod updated Module path "github.com/testcontainers/testcontainers-go" version from "v0.27.0" to "v0.32.0"

v0.32.0
Changelog retrieved from:
	https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0
# What's Changed
## 🚀 Features

* feat: honour go toolchain's verbose flag to print out logs (#2624) @mdelapenya
* feat: prepare modules for the new API (#2610) @mdelapenya
*  feat(postgres): use faster sql.DB instead of docker exec psql for snapshot/restore [rebased for main] (#2600) @cfstras
* feat: add azurite module (#2569) @mdelapenya
* feat: add testcontainers labels to the built images (#2579) @mdelapenya
* feat(mongodb): Make the replica set name configurable (#2538) @shubhamrajvanshi
* feat: add vearch module (#2560) @zhanghexian
* feat(ryuk): allow to configure ryuk timeouts using env variables (#2541) @fcx-mrogez

## 🐛 Bug Fixes

* fix: never cache JSON representation of a container (#2606) @mdelapenya
* fix: Rename TC_HOST environment variable to TESTCONTAINERS_HOST_OVERRIDE (#2536) @hanapedia
* fix: allow compose files and readers to be used together (#2598) @BoKleynen
* fix: proper synchronisation for start/stop log production (#2576) @mdelapenya
* fix: prepend substitutors for built images (#2577) @mdelapenya
* fix(cockroachdb): Fixes cockroachdb wait strategy handling (#2456) @bearrito
* Fix race condition when looking up reaper (ryuk) container (#2508) @emetsger
* Handle error properly during port forwarding initialization. (#2550) @cedric-appdirect
* Fix network accessor for port-forwarding feature (#2551) @JulienBreux
* fix: add import to module generation (#2537) @mdelapenya

## 📖 Documentation

* docs: indicate version for the Run function (#2627) @mdelapenya
* docs: document ryuk timeouts for compose (#2620) @mdelapenya
* docs: document disabling ryuk with properties (#2603) @mdelapenya
* docs: example for NATS cluster (#2591) @mdelapenya
* docs: fix deprecation warning for material extensions emoji (#2592) @mdelapenya
* docs: update contributing guide (#2586) @mdelapenya
* docs: update colima docs (#2578) @mdelapenya
* docs(compose): Fix typo docker compose docs (#2565) @ynfle
* fix: update search bar eval in mkdocs (#2547) @mdelapenya
* docs: improve contributing docs for code snippets (#2546) @mdelapenya
* docs: document test session semantics (#2544) @mdelapenya
* docs: fix CircleCI docs (#2539) @mdelapenya

## 🧹 Housekeeping

* Fix issues in BuildImage() (#2626) @ash2k
* chore: remove duplicated tests for config (#2628) @mdelapenya
* Log retried errors (#2613) @ash2k
* fix: do not use deprecated method in postgres tests (#2623) @mdelapenya
* chore: use self-hosted worker for Windows tests (#2619) @mdelapenya
* chore: remove most uses of  TestcontainersConfig and deprecated TestcontainersConfig fields. (#2614) @thaJeztah
* chore: test cleanups (#2608) @ash2k
* chore(ci): pass docker install type to the nightly build payload (#2612) @mdelapenya
* chore: run rootless mode in nighlty builds (#2611) @mdelapenya
* chore: improve log handling when container is stopping (#2601) @ash2k
* chore(tests): rename test variables to kill sshd container more consistently (#2597) @mdelapenya
* network: WithCheckDuplicate: don't set CheckDuplicate value (#2589) @thaJeztah
* chore: skip reaper tests if ryuk is disabled (#2582) @mdelapenya
* chore: increase check time to 60 secs instead of 20 (#2581) @mdelapenya
* chore: bring golangci-lint back (#2571) @mdelapenya
* chore: use a virtualenv for working with the docs site (#2545) @mdelapenya

## 📦 Dependency updates

* chore(deps): bump mkdocs-include-markdown-plugin from 6.0.4 to 6.2.1 (#2617) @dependabot
* chore(deps): bump peter-evans/slash-command-dispatch from 3.0.2 to 4.0.0 (#2561) @dependabot
* chore(deps): bump github.com/docker/docker from v27.0.2 to v27.0.3 (#2615) @thaJeztah
* chore(deps): bump github.com/docker/docker from v26.1.4 to v27.0.2 (#2593) @thaJeztah
* chore(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7 in /modules/vault (#2605) @dependabot
* Add support for Weaviate v1.25 (#2604) @antas-marcin
* chore(deps): bump urllib3 from 2.2.1 to 2.2.2 (#2590) @dependabot
* docs: fix deprecation warning for material extensions emoji (#2592) @mdelapenya
* gha: update golangci-lint to v1.59.1 (#2588) @thaJeztah
* chore(deps): bump github.com/docker/docker from v25.0.5 to v26.1.4 (#2584) @thaJeztah
* chore: pin vearch version (#2568) @mdelapenya
* chore: run tests against latest Docker engine, nightly (#2566) @mdelapenya
* chore(deps): bump mkdocs-include-markdown-plugin from 6.0.4 to 6.0.7 (#2562) @dependabot
* chore(deps): bump requests from 2.31.0 to 2.32.0 (#2549) @dependabot
clean: go mod tidy

ran shell command "go mod tidy"

GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

@updateclibot updateclibot bot added the dependencies Pull requests that update a dependency file label Apr 30, 2024
@updateclibot updateclibot bot force-pushed the updatecli_main_91ae7e1d9233875859b11d21a3e5852fe9efa505185099855ef6d8e0db462c5d branch 11 times, most recently from b309106 to b290b25 Compare May 7, 2024 16:21
@updateclibot updateclibot bot force-pushed the updatecli_main_91ae7e1d9233875859b11d21a3e5852fe9efa505185099855ef6d8e0db462c5d branch 8 times, most recently from f15e3fa to 31606b9 Compare May 14, 2024 17:38
@updateclibot updateclibot bot force-pushed the updatecli_main_91ae7e1d9233875859b11d21a3e5852fe9efa505185099855ef6d8e0db462c5d branch 4 times, most recently from 1ecefd2 to 810692b Compare May 22, 2024 06:41
@updateclibot updateclibot bot force-pushed the updatecli_main_91ae7e1d9233875859b11d21a3e5852fe9efa505185099855ef6d8e0db462c5d branch 6 times, most recently from cfc1ae7 to 1bbc9f6 Compare May 28, 2024 15:04
@updateclibot updateclibot bot force-pushed the updatecli_main_91ae7e1d9233875859b11d21a3e5852fe9efa505185099855ef6d8e0db462c5d branch 15 times, most recently from adbe12e to 4c68fe4 Compare June 18, 2024 07:24
@updateclibot updateclibot bot force-pushed the updatecli_main_91ae7e1d9233875859b11d21a3e5852fe9efa505185099855ef6d8e0db462c5d branch from 888c5f2 to 6785df4 Compare June 25, 2024 08:23
@updateclibot updateclibot bot force-pushed the updatecli_main_91ae7e1d9233875859b11d21a3e5852fe9efa505185099855ef6d8e0db462c5d branch 6 times, most recently from a4a7baf to d60eb18 Compare July 9, 2024 05:34
... -go to v0.32.0

Made with ❤️️ by updatecli
@updateclibot updateclibot bot force-pushed the updatecli_main_91ae7e1d9233875859b11d21a3e5852fe9efa505185099855ef6d8e0db462c5d branch from 597f6e7 to a63b6c2 Compare July 9, 2024 07:39
Made with ❤️️ by updatecli
@updateclibot updateclibot bot closed this Jul 9, 2024
@updateclibot
Copy link
Contributor Author

updateclibot bot commented Jul 9, 2024

Pull request closed as no changed file detected

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants