Closed renovate[bot] closed 2 months ago
In order to perform the update(s) described in the table above, Renovate ran the go get
command, which resulted in the following additional change(s):
Details:
Package | Change |
---|---|
google.golang.org/grpc |
v1.63.2 -> v1.64.1 |
This PR contains the following updates:
v0.32.0
->v0.33.0
Release Notes
testcontainers/testcontainers-go (github.com/testcontainers/testcontainers-go)
### [`v0.33.0`](https://togithub.com/testcontainers/testcontainers-go/releases/tag/v0.33.0) [Compare Source](https://togithub.com/testcontainers/testcontainers-go/compare/v0.32.0...v0.33.0) ### What's Changed #### ⚠️ Breaking Changes - fix!: docker authentication setup ([#2727](https://togithub.com/testcontainers/testcontainers-go/issues/2727)) [@stevenh](https://togithub.com/stevenh) If you are building Docker images with the `FromDockerfile` struct in the `GenericContainerRequest`, please consider that the `ContextArchive` field in that struct has changed from `io.Reader` to `io.ReadSeeker`. This is needed because we want to be able to rewind to do multiple passes when reading all the images that are present in a Dockerfile. #### 🔒 Security - chore(deps): bump github.com/docker/docker from 27.1.0+incompatible to 27.1.1+incompatible ([#2733](https://togithub.com/testcontainers/testcontainers-go/issues/2733)) [@mdelapenya](https://togithub.com/mdelapenya) #### 🚀 Features - feat(wait): skip internal host port check ([#2691](https://togithub.com/testcontainers/testcontainers-go/issues/2691)) [@stevenh](https://togithub.com/stevenh) - feat(redpanda): Add option for arbitrary bootstrap config ([#2666](https://togithub.com/testcontainers/testcontainers-go/issues/2666)) [@oleiman](https://togithub.com/oleiman) - feat(inbucket): expose POP3 and wait for all ports ([#2690](https://togithub.com/testcontainers/testcontainers-go/issues/2690)) [@stevenh](https://togithub.com/stevenh) - feat: add grafana-lgtm module ([#2660](https://togithub.com/testcontainers/testcontainers-go/issues/2660)) [@mdelapenya](https://togithub.com/mdelapenya) - Added valkey module ([#2639](https://togithub.com/testcontainers/testcontainers-go/issues/2639)) [@JensvandeWiel](https://togithub.com/JensvandeWiel) - feat: add custom container registry substitutor ([#2647](https://togithub.com/testcontainers/testcontainers-go/issues/2647)) [@stillya](https://togithub.com/stillya) #### 🐛 Bug Fixes - fix: config via environment ([#2725](https://togithub.com/testcontainers/testcontainers-go/issues/2725)) [@stevenh](https://togithub.com/stevenh) - fix(redpanda): race condition on port check ([#2692](https://togithub.com/testcontainers/testcontainers-go/issues/2692)) [@stevenh](https://togithub.com/stevenh) - fix: logging restart ([#2697](https://togithub.com/testcontainers/testcontainers-go/issues/2697)) [@stevenh](https://togithub.com/stevenh) - fix(kafka): port race on start ([#2696](https://togithub.com/testcontainers/testcontainers-go/issues/2696)) [@stevenh](https://togithub.com/stevenh) - fix(compose): container locking ([#2722](https://togithub.com/testcontainers/testcontainers-go/issues/2722)) [@stevenh](https://togithub.com/stevenh) - fix: readiness hook back off ([#2718](https://togithub.com/testcontainers/testcontainers-go/issues/2718)) [@stevenh](https://togithub.com/stevenh) - fix(milvus): racy container setup ([#2693](https://togithub.com/testcontainers/testcontainers-go/issues/2693)) [@stevenh](https://togithub.com/stevenh) - fix: port forwarding race condition ([#2686](https://togithub.com/testcontainers/testcontainers-go/issues/2686)) [@stevenh](https://togithub.com/stevenh) - fix: missing image build errors ([#2651](https://togithub.com/testcontainers/testcontainers-go/issues/2651)) [@stevenh](https://togithub.com/stevenh) - fix: incorrect parsing of exposedPorts in readiness check ([#2658](https://togithub.com/testcontainers/testcontainers-go/issues/2658)) [@robinvanderstraeten-klarrio](https://togithub.com/robinvanderstraeten-klarrio) - fix: container.Endpoint and wait.FortHTTP to use lowest internal port ([#2641](https://togithub.com/testcontainers/testcontainers-go/issues/2641)) [@stevenh](https://togithub.com/stevenh) - Fix: Couchbase containers intermittently hang on startup ([#2650](https://togithub.com/testcontainers/testcontainers-go/issues/2650)) [@couchbaseEd](https://togithub.com/couchbaseEd) - chore(deps): bump Ryuk to 0.8.1 ([#2648](https://togithub.com/testcontainers/testcontainers-go/issues/2648)) [@mdelapenya](https://togithub.com/mdelapenya) - fix: retry on label error ([#2644](https://togithub.com/testcontainers/testcontainers-go/issues/2644)) [@stevenh](https://togithub.com/stevenh) - fix: log output after context timeout ([#2643](https://togithub.com/testcontainers/testcontainers-go/issues/2643)) [@stevenh](https://togithub.com/stevenh) #### 📖 Documentation - docs: fix broken doc tags ([#2732](https://togithub.com/testcontainers/testcontainers-go/issues/2732)) [@stevenh](https://togithub.com/stevenh) - docs: improve docs for container methods ([#2713](https://togithub.com/testcontainers/testcontainers-go/issues/2713)) [@stevenh](https://togithub.com/stevenh) - docs: add consistent snippets for network creation ([#2703](https://togithub.com/testcontainers/testcontainers-go/issues/2703)) [@mdelapenya](https://togithub.com/mdelapenya) - docs: fix compilation of examples ([#2656](https://togithub.com/testcontainers/testcontainers-go/issues/2656)) [@alexandear](https://togithub.com/alexandear) #### 🧹 Housekeeping - fix: authentication tests on WSL ([#2706](https://togithub.com/testcontainers/testcontainers-go/issues/2706)) [@stevenh](https://togithub.com/stevenh) - fix(registry): compatibility with WSL ([#2705](https://togithub.com/testcontainers/testcontainers-go/issues/2705)) [@stevenh](https://togithub.com/stevenh) - chore: improve error wrapping in some docker container methods and compose module ([#2720](https://togithub.com/testcontainers/testcontainers-go/issues/2720)) [@stevenh](https://togithub.com/stevenh) - chore: run make tests in verbose mode ([#2734](https://togithub.com/testcontainers/testcontainers-go/issues/2734)) [@mdelapenya](https://togithub.com/mdelapenya) - chore: fix nginx request failures in tests ([#2723](https://togithub.com/testcontainers/testcontainers-go/issues/2723)) [@stevenh](https://togithub.com/stevenh) - chore(wait): log test timeout ([#2716](https://togithub.com/testcontainers/testcontainers-go/issues/2716)) [@stevenh](https://togithub.com/stevenh) - chore: increase timeout values ([#2719](https://togithub.com/testcontainers/testcontainers-go/issues/2719)) [@stevenh](https://togithub.com/stevenh) - chore: remove unused parameters ([#2721](https://togithub.com/testcontainers/testcontainers-go/issues/2721)) [@stevenh](https://togithub.com/stevenh) - chore(mockserver): silence warning about internal port ([#2730](https://togithub.com/testcontainers/testcontainers-go/issues/2730)) [@stevenh](https://togithub.com/stevenh) - fix: skip unhealthy ([#2717](https://togithub.com/testcontainers/testcontainers-go/issues/2717)) [@stevenh](https://togithub.com/stevenh) - fix: filter context errors from log production ([#2715](https://togithub.com/testcontainers/testcontainers-go/issues/2715)) [@stevenh](https://togithub.com/stevenh) - fix(compose): remove test volumes ([#2712](https://togithub.com/testcontainers/testcontainers-go/issues/2712)) [@stevenh](https://togithub.com/stevenh) - chore(mysql): add missing error check in example ([#2707](https://togithub.com/testcontainers/testcontainers-go/issues/2707)) [@stevenh](https://togithub.com/stevenh) - chore: remove unused params from defaultPreCreateHook ([#2714](https://togithub.com/testcontainers/testcontainers-go/issues/2714)) [@stevenh](https://togithub.com/stevenh) - chore(registry): disable build log ([#2711](https://togithub.com/testcontainers/testcontainers-go/issues/2711)) [@stevenh](https://togithub.com/stevenh) - chore: remove obsolete compose version ([#2710](https://togithub.com/testcontainers/testcontainers-go/issues/2710)) [@stevenh](https://togithub.com/stevenh) - chore: improve lifecycle errors ([#2708](https://togithub.com/testcontainers/testcontainers-go/issues/2708)) [@stevenh](https://togithub.com/stevenh) - test: add retry on system error test ([#2687](https://togithub.com/testcontainers/testcontainers-go/issues/2687)) [@stevenh](https://togithub.com/stevenh) - fix(wait): data race in test ([#2698](https://togithub.com/testcontainers/testcontainers-go/issues/2698)) [@stevenh](https://togithub.com/stevenh) - test(mongodb): fix replica test failures ([#2699](https://togithub.com/testcontainers/testcontainers-go/issues/2699)) [@stevenh](https://togithub.com/stevenh) - test: racy port creation in port forwarding tests ([#2688](https://togithub.com/testcontainers/testcontainers-go/issues/2688)) [@stevenh](https://togithub.com/stevenh) - test: fix image label test ([#2689](https://togithub.com/testcontainers/testcontainers-go/issues/2689)) [@stevenh](https://togithub.com/stevenh) - chore: print Docker Info labels in banner ([#2681](https://togithub.com/testcontainers/testcontainers-go/issues/2681)) [@mdelapenya](https://togithub.com/mdelapenya) - chore: test cleanups ([#2657](https://togithub.com/testcontainers/testcontainers-go/issues/2657)) [@alexandear](https://togithub.com/alexandear) - perf: optimise docker authentication config lookup ([#2646](https://togithub.com/testcontainers/testcontainers-go/issues/2646)) [@stevenh](https://togithub.com/stevenh) #### 📦 Dependency updates - chore(deps): bump github.com/docker/docker from 27.1.0+incompatible to 27.1.1+incompatible ([#2733](https://togithub.com/testcontainers/testcontainers-go/issues/2733)) [@mdelapenya](https://togithub.com/mdelapenya) - chore(deps): bump github.com/docker/docker from 27.0.3+incompatible to 27.1.0+incompatible ([#2682](https://togithub.com/testcontainers/testcontainers-go/issues/2682)) [@mdelapenya](https://togithub.com/mdelapenya) - chore(deps): bump Ryuk to 0.8.1 ([#2648](https://togithub.com/testcontainers/testcontainers-go/issues/2648)) [@mdelapenya](https://togithub.com/mdelapenya) - chore(deps): use "github.com/containerd/platforms" instead ([#2638](https://togithub.com/testcontainers/testcontainers-go/issues/2638)) [@mdelapenya](https://togithub.com/mdelapenya) - chore(deps): bump google.golang.org/grpc to 1.64.1 ([#2635](https://togithub.com/testcontainers/testcontainers-go/issues/2635)) [@mdelapenya](https://togithub.com/mdelapenya) - chore(deps): bump certifi from 2024.2.2 to 2024.7.4 ([#2631](https://togithub.com/testcontainers/testcontainers-go/issues/2631)) [@dependabot](https://togithub.com/dependabot)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.