opentelemetry-collector-contrib
opentelemetry-collector-contrib copied to clipboard
Update module github.com/testcontainers/testcontainers-go to v0.33.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/testcontainers/testcontainers-go | v0.31.0 -> v0.33.0 |
||||
| github.com/testcontainers/testcontainers-go | v0.32.0 -> v0.33.0 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
testcontainers/testcontainers-go (github.com/testcontainers/testcontainers-go)
v0.33.0
What's Changed
⚠️ Breaking Changes
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) @mdelapenya
🚀 Features
- feat(wait): skip internal host port check (#2691) @stevenh
- feat(redpanda): Add option for arbitrary bootstrap config (#2666) @oleiman
- feat(inbucket): expose POP3 and wait for all ports (#2690) @stevenh
- feat: add grafana-lgtm module (#2660) @mdelapenya
- Added valkey module (#2639) @JensvandeWiel
- feat: add custom container registry substitutor (#2647) @stillya
🐛 Bug Fixes
- fix: config via environment (#2725) @stevenh
- fix(redpanda): race condition on port check (#2692) @stevenh
- fix: logging restart (#2697) @stevenh
- fix(kafka): port race on start (#2696) @stevenh
- fix(compose): container locking (#2722) @stevenh
- fix: readiness hook back off (#2718) @stevenh
- fix(milvus): racy container setup (#2693) @stevenh
- fix: port forwarding race condition (#2686) @stevenh
- fix: missing image build errors (#2651) @stevenh
- fix: incorrect parsing of exposedPorts in readiness check (#2658) @robinvanderstraeten-klarrio
- fix: container.Endpoint and wait.FortHTTP to use lowest internal port (#2641) @stevenh
- Fix: Couchbase containers intermittently hang on startup (#2650) @couchbaseEd
- chore(deps): bump Ryuk to 0.8.1 (#2648) @mdelapenya
- fix: retry on label error (#2644) @stevenh
- fix: log output after context timeout (#2643) @stevenh
📖 Documentation
- docs: fix broken doc tags (#2732) @stevenh
- docs: improve docs for container methods (#2713) @stevenh
- docs: add consistent snippets for network creation (#2703) @mdelapenya
- docs: fix compilation of examples (#2656) @alexandear
🧹 Housekeeping
- fix: authentication tests on WSL (#2706) @stevenh
- fix(registry): compatibility with WSL (#2705) @stevenh
- chore: improve error wrapping in some docker container methods and compose module (#2720) @stevenh
- chore: run make tests in verbose mode (#2734) @mdelapenya
- chore: fix nginx request failures in tests (#2723) @stevenh
- chore(wait): log test timeout (#2716) @stevenh
- chore: increase timeout values (#2719) @stevenh
- chore: remove unused parameters (#2721) @stevenh
- chore(mockserver): silence warning about internal port (#2730) @stevenh
- fix: skip unhealthy (#2717) @stevenh
- fix: filter context errors from log production (#2715) @stevenh
- fix(compose): remove test volumes (#2712) @stevenh
- chore(mysql): add missing error check in example (#2707) @stevenh
- chore: remove unused params from defaultPreCreateHook (#2714) @stevenh
- chore(registry): disable build log (#2711) @stevenh
- chore: remove obsolete compose version (#2710) @stevenh
- chore: improve lifecycle errors (#2708) @stevenh
- test: add retry on system error test (#2687) @stevenh
- fix(wait): data race in test (#2698) @stevenh
- test(mongodb): fix replica test failures (#2699) @stevenh
- test: racy port creation in port forwarding tests (#2688) @stevenh
- test: fix image label test (#2689) @stevenh
- chore: print Docker Info labels in banner (#2681) @mdelapenya
- chore: test cleanups (#2657) @alexandear
- perf: optimise docker authentication config lookup (#2646) @stevenh
📦 Dependency updates
- chore(deps): bump github.com/docker/docker from 27.1.0+incompatible to 27.1.1+incompatible (#2733) @mdelapenya
- chore(deps): bump github.com/docker/docker from 27.0.3+incompatible to 27.1.0+incompatible (#2682) @mdelapenya
- chore(deps): bump Ryuk to 0.8.1 (#2648) @mdelapenya
- chore(deps): use "github.com/containerd/platforms" instead (#2638) @mdelapenya
- chore(deps): bump google.golang.org/grpc to 1.64.1 (#2635) @mdelapenya
- chore(deps): bump certifi from 2024.2.2 to 2024.7.4 (#2631) @dependabot
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
Configuration
📅 Schedule: Branch creation - "on tuesday" (UTC), 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 these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
ℹ Artifact update notice
File name: receiver/zookeeperreceiver/go.mod
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):
- 5 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/Microsoft/go-winio |
v0.6.1 -> v0.6.2 |
github.com/Microsoft/hcsshim |
v0.11.4 -> v0.11.5 |
github.com/containerd/containerd |
v1.7.15 -> v1.7.18 |
github.com/distribution/reference |
v0.5.0 -> v0.6.0 |
github.com/docker/docker |
v26.1.5+incompatible -> v27.1.1+incompatible |
File name: receiver/sqlqueryreceiver/go.mod
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):
- 5 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/Microsoft/go-winio |
v0.6.1 -> v0.6.2 |
github.com/Microsoft/hcsshim |
v0.11.4 -> v0.11.5 |
github.com/containerd/containerd |
v1.7.15 -> v1.7.18 |
github.com/distribution/reference |
v0.5.0 -> v0.6.0 |
github.com/docker/docker |
v26.1.5+incompatible -> v27.1.1+incompatible |
File name: receiver/snmpreceiver/go.mod
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):
- 5 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/Microsoft/go-winio |
v0.6.1 -> v0.6.2 |
github.com/Microsoft/hcsshim |
v0.11.4 -> v0.11.5 |
github.com/containerd/containerd |
v1.7.15 -> v1.7.18 |
github.com/distribution/reference |
v0.5.0 -> v0.6.0 |
github.com/docker/docker |
v26.1.5+incompatible -> v27.1.1+incompatible |
File name: receiver/redisreceiver/go.mod
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):
- 5 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/Microsoft/go-winio |
v0.6.1 -> v0.6.2 |
github.com/Microsoft/hcsshim |
v0.11.4 -> v0.11.5 |
github.com/containerd/containerd |
v1.7.15 -> v1.7.18 |
github.com/distribution/reference |
v0.5.0 -> v0.6.0 |
github.com/docker/docker |
v26.1.5+incompatible -> v27.1.1+incompatible |
File name: receiver/postgresqlreceiver/go.mod
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):
- 5 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/Microsoft/go-winio |
v0.6.1 -> v0.6.2 |
github.com/Microsoft/hcsshim |
v0.11.4 -> v0.11.5 |
github.com/containerd/containerd |
v1.7.15 -> v1.7.18 |
github.com/distribution/reference |
v0.5.0 -> v0.6.0 |
github.com/docker/docker |
v26.1.5+incompatible -> v27.1.1+incompatible |
File name: receiver/nginxreceiver/go.mod
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):
- 5 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/Microsoft/go-winio |
v0.6.1 -> v0.6.2 |
github.com/Microsoft/hcsshim |
v0.11.4 -> v0.11.5 |
github.com/containerd/containerd |
v1.7.15 -> v1.7.18 |
github.com/distribution/reference |
v0.5.0 -> v0.6.0 |
github.com/docker/docker |
v26.1.5+incompatible -> v27.1.1+incompatible |
File name: receiver/mysqlreceiver/go.mod
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):
- 5 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/Microsoft/go-winio |
v0.6.1 -> v0.6.2 |
github.com/Microsoft/hcsshim |
v0.11.4 -> v0.11.5 |
github.com/containerd/containerd |
v1.7.15 -> v1.7.18 |
github.com/distribution/reference |
v0.5.0 -> v0.6.0 |
github.com/docker/docker |
v26.1.5+incompatible -> v27.1.1+incompatible |
File name: receiver/mongodbreceiver/go.mod
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):
- 5 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/Microsoft/go-winio |
v0.6.1 -> v0.6.2 |
github.com/Microsoft/hcsshim |
v0.11.4 -> v0.11.5 |
github.com/containerd/containerd |
v1.7.15 -> v1.7.18 |
github.com/distribution/reference |
v0.5.0 -> v0.6.0 |
github.com/docker/docker |
v26.1.5+incompatible -> v27.1.1+incompatible |
File name: receiver/memcachedreceiver/go.mod
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):
- 5 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/Microsoft/go-winio |
v0.6.1 -> v0.6.2 |
github.com/Microsoft/hcsshim |
v0.11.4 -> v0.11.5 |
github.com/containerd/containerd |
v1.7.15 -> v1.7.18 |
github.com/distribution/reference |
v0.5.0 -> v0.6.0 |
github.com/docker/docker |
v26.1.5+incompatible -> v27.1.1+incompatible |
File name: receiver/jmxreceiver/go.mod
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):
- 5 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/Microsoft/go-winio |
v0.6.1 -> v0.6.2 |
github.com/Microsoft/hcsshim |
v0.11.4 -> v0.11.5 |
github.com/containerd/containerd |
v1.7.15 -> v1.7.18 |
github.com/distribution/reference |
v0.5.0 -> v0.6.0 |
github.com/docker/docker |
v26.1.5+incompatible -> v27.1.1+incompatible |
File name: receiver/haproxyreceiver/go.mod
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):
- 5 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/Microsoft/go-winio |
v0.6.1 -> v0.6.2 |
github.com/Microsoft/hcsshim |
v0.11.4 -> v0.11.5 |
github.com/containerd/containerd |
v1.7.15 -> v1.7.18 |
github.com/distribution/reference |
v0.5.0 -> v0.6.0 |
github.com/docker/docker |
v26.1.5+incompatible -> v27.1.1+incompatible |
File name: receiver/elasticsearchreceiver/go.mod
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):
- 5 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/Microsoft/go-winio |
v0.6.1 -> v0.6.2 |
github.com/Microsoft/hcsshim |
v0.11.4 -> v0.11.5 |
github.com/containerd/containerd |
v1.7.15 -> v1.7.18 |
github.com/distribution/reference |
v0.5.0 -> v0.6.0 |
github.com/docker/docker |
v26.1.5+incompatible -> v27.1.1+incompatible |
File name: receiver/dockerstatsreceiver/go.mod
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):
- 4 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/docker/docker |
v26.1.5+incompatible -> v27.1.1+incompatible |
github.com/Microsoft/hcsshim |
v0.11.4 -> v0.11.5 |
github.com/containerd/containerd |
v1.7.15 -> v1.7.18 |
github.com/distribution/reference |
v0.5.0 -> v0.6.0 |
File name: receiver/apachesparkreceiver/go.mod
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):
- 5 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/Microsoft/go-winio |
v0.6.1 -> v0.6.2 |
github.com/Microsoft/hcsshim |
v0.11.4 -> v0.11.5 |
github.com/containerd/containerd |
v1.7.15 -> v1.7.18 |
github.com/distribution/reference |
v0.5.0 -> v0.6.0 |
github.com/docker/docker |
v26.1.5+incompatible -> v27.1.1+incompatible |
File name: receiver/apachereceiver/go.mod
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):
- 5 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/Microsoft/go-winio |
v0.6.1 -> v0.6.2 |
github.com/Microsoft/hcsshim |
v0.11.4 -> v0.11.5 |
github.com/containerd/containerd |
v1.7.15 -> v1.7.18 |
github.com/distribution/reference |
v0.5.0 -> v0.6.0 |
github.com/docker/docker |
v26.1.5+incompatible -> v27.1.1+incompatible |
File name: receiver/aerospikereceiver/go.mod
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):
- 5 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/Microsoft/go-winio |
v0.6.1 -> v0.6.2 |
github.com/Microsoft/hcsshim |
v0.11.4 -> v0.11.5 |
github.com/containerd/containerd |
v1.7.15 -> v1.7.18 |
github.com/distribution/reference |
v0.5.0 -> v0.6.0 |
github.com/docker/docker |
v26.1.5+incompatible -> v27.1.1+incompatible |
File name: internal/coreinternal/go.mod
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):
- 5 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/Microsoft/go-winio |
v0.6.1 -> v0.6.2 |
github.com/Microsoft/hcsshim |
v0.11.4 -> v0.11.5 |
github.com/containerd/containerd |
v1.7.15 -> v1.7.18 |
github.com/distribution/reference |
v0.5.0 -> v0.6.0 |
github.com/docker/docker |
v26.1.5+incompatible -> v27.1.1+incompatible |
File name: extension/observer/dockerobserver/go.mod
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):
- 4 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/docker/docker |
v26.1.5+incompatible -> v27.1.1+incompatible |
github.com/Microsoft/hcsshim |
v0.11.4 -> v0.11.5 |
github.com/containerd/containerd |
v1.7.15 -> v1.7.18 |
github.com/distribution/reference |
v0.5.0 -> v0.6.0 |
File name: exporter/splunkhecexporter/go.mod
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):
- 5 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/Microsoft/go-winio |
v0.6.1 -> v0.6.2 |
github.com/Microsoft/hcsshim |
v0.11.4 -> v0.11.5 |
github.com/containerd/containerd |
v1.7.15 -> v1.7.18 |
github.com/distribution/reference |
v0.5.0 -> v0.6.0 |
github.com/docker/docker |
v26.1.5+incompatible -> v27.1.1+incompatible |
File name: exporter/rabbitmqexporter/go.mod
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):
- 5 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/Microsoft/go-winio |
v0.6.1 -> v0.6.2 |
github.com/Microsoft/hcsshim |
v0.11.4 -> v0.11.5 |
github.com/containerd/containerd |
v1.7.15 -> v1.7.18 |
github.com/distribution/reference |
v0.5.0 -> v0.6.0 |
github.com/docker/docker |
v26.1.5+incompatible -> v27.1.1+incompatible |
Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update (v0.33.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.23%. Comparing base (
23d56ed) to head (0e59d4e). Report is 150 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #34867 +/- ##
==========================================
- Coverage 82.85% 81.23% -1.62%
==========================================
Files 1990 2107 +117
Lines 158889 165734 +6845
==========================================
+ Hits 131643 134632 +2989
- Misses 22435 25977 +3542
- Partials 4811 5125 +314
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Not able to pick up this change because of a bug in testcontainers > 0.31.0