Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update module github.com/testcontainers/testcontainers-go …
…to v0.30.0 (#32253) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/testcontainers/testcontainers-go](https://togithub.com/testcontainers/testcontainers-go) | `v0.29.1` -> `v0.30.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>testcontainers/testcontainers-go (github.com/testcontainers/testcontainers-go)</summary> ### [`v0.30.0`](https://togithub.com/testcontainers/testcontainers-go/releases/tag/v0.30.0) [Compare Source](https://togithub.com/testcontainers/testcontainers-go/compare/v0.29.1...v0.30.0) ### What's Changed #### 🚀 Features - feat(k6):Add remote test scripts ([#​2350](https://togithub.com/testcontainers/testcontainers-go/issues/2350)) [@​bearrito](https://togithub.com/bearrito) - feat: optimizes file copies to and from containers ([#​2450](https://togithub.com/testcontainers/testcontainers-go/issues/2450)) [@​codefromthecrypt](https://togithub.com/codefromthecrypt) - feat(exitcode): Add exit code sugar method ([#​2342](https://togithub.com/testcontainers/testcontainers-go/issues/2342)) [@​bearrito](https://togithub.com/bearrito) - feat: add module to support InfluxDB v1.x ([#​1703](https://togithub.com/testcontainers/testcontainers-go/issues/1703)) [@​JJCinAZ](https://togithub.com/JJCinAZ) - feat: authenticate docker on PullImage ([#​2446](https://togithub.com/testcontainers/testcontainers-go/issues/2446)) [@​codefromthecrypt](https://togithub.com/codefromthecrypt) - feat: add distribution-registry module ([#​2341](https://togithub.com/testcontainers/testcontainers-go/issues/2341)) [@​mdelapenya](https://togithub.com/mdelapenya) - feat: support passing io.Reader as ContainerFile ([#​2401](https://togithub.com/testcontainers/testcontainers-go/issues/2401)) [@​mdelapenya](https://togithub.com/mdelapenya) - feat(MustConn): Add MustConnectionString on (some) dbs ([#​2343](https://togithub.com/testcontainers/testcontainers-go/issues/2343)) [@​bearrito](https://togithub.com/bearrito) - feat: support for waiting for response headers ([#​2349](https://togithub.com/testcontainers/testcontainers-go/issues/2349)) [@​mdelapenya](https://togithub.com/mdelapenya) - Add method for getting Weaviate's gRPC port ([#​2339](https://togithub.com/testcontainers/testcontainers-go/issues/2339)) [@​antas-marcin](https://togithub.com/antas-marcin) - feat: add openfga module ([#​2332](https://togithub.com/testcontainers/testcontainers-go/issues/2332)) [@​mdelapenya](https://togithub.com/mdelapenya) #### 🐛 Bug Fixes - Fix: HTTP wait strategy does not take query params into account ([#​2466](https://togithub.com/testcontainers/testcontainers-go/issues/2466)) [@​benja-M-1](https://togithub.com/benja-M-1) - fix: logging deadlock ([#​2346](https://togithub.com/testcontainers/testcontainers-go/issues/2346)) [@​stevenh](https://togithub.com/stevenh) - fix(exec): updates the `Multiplexed` opt to combine stdout and stderr ([#​2452](https://togithub.com/testcontainers/testcontainers-go/issues/2452)) [@​gustavosbarreto](https://togithub.com/gustavosbarreto) - bug:Fix AMQPS url ([#​2462](https://togithub.com/testcontainers/testcontainers-go/issues/2462)) [@​bearrito](https://togithub.com/bearrito) - Added error handling for context.Canceled in log reading code ([#​2268](https://togithub.com/testcontainers/testcontainers-go/issues/2268)) [@​prateekdwivedi](https://togithub.com/prateekdwivedi) - fix: consul race on HTTP port ([#​2336](https://togithub.com/testcontainers/testcontainers-go/issues/2336)) [@​codefromthecrypt](https://togithub.com/codefromthecrypt) #### 📖 Documentation - docs: fix wrong copy\&paste in Weaviate docs ([#​2338](https://togithub.com/testcontainers/testcontainers-go/issues/2338)) [@​mdelapenya](https://togithub.com/mdelapenya) #### 🧹 Housekeeping - Upgrade neo4j module to use features from v0.29.1 of testcontainers-go ([#​2463](https://togithub.com/testcontainers/testcontainers-go/issues/2463)) [@​danielorbach](https://togithub.com/danielorbach) - chore: use "docker compose" (v2) instead of "docker-compose" (v1) ([#​2464](https://togithub.com/testcontainers/testcontainers-go/issues/2464)) [@​mdelapenya](https://togithub.com/mdelapenya) - refactor: Add Weaviate modules tests ([#​2447](https://togithub.com/testcontainers/testcontainers-go/issues/2447)) [@​antas-marcin](https://togithub.com/antas-marcin) - docs: Fix typo in ci-test-go.yml ([#​2394](https://togithub.com/testcontainers/testcontainers-go/issues/2394)) [@​uh-zz](https://togithub.com/uh-zz) - redpanda: set entrypoint to the custom entrypoint file ([#​2347](https://togithub.com/testcontainers/testcontainers-go/issues/2347)) [@​bojand](https://togithub.com/bojand) - Move the container and config tests into a test package ([#​2242](https://togithub.com/testcontainers/testcontainers-go/issues/2242)) [@​Minivera](https://togithub.com/Minivera) - chore: use WithEnv option in localstack module ([#​2337](https://togithub.com/testcontainers/testcontainers-go/issues/2337)) [@​mdelapenya](https://togithub.com/mdelapenya) - chore: check that the new version is not empty ([#​2331](https://togithub.com/testcontainers/testcontainers-go/issues/2331)) [@​mdelapenya](https://togithub.com/mdelapenya) #### 📦 Dependency updates - fix: data race on container run, caused by the otelhttp dependency ([#​2345](https://togithub.com/testcontainers/testcontainers-go/issues/2345)) [@​stevenh](https://togithub.com/stevenh) - chore(deps): bump github/codeql-action from 2.22.12 to 3.24.9 ([#​2459](https://togithub.com/testcontainers/testcontainers-go/issues/2459)) [@​dependabot](https://togithub.com/dependabot) - chore(deps): Bumping ChromaGo client version ([#​2402](https://togithub.com/testcontainers/testcontainers-go/issues/2402)) [@​tazarov](https://togithub.com/tazarov) - chore(deps): bump github.com/docker/docker from 25.0.3+incompatible to 25.0.5+incompatible ([#​2444](https://togithub.com/testcontainers/testcontainers-go/issues/2444)) [@​mdelapenya](https://togithub.com/mdelapenya) - chore: bump ryuk to latest v0.7.0 ([#​2395](https://togithub.com/testcontainers/testcontainers-go/issues/2395)) [@​mdelapenya](https://togithub.com/mdelapenya) - chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 ([#​2392](https://togithub.com/testcontainers/testcontainers-go/issues/2392)) [@​mdelapenya](https://togithub.com/mdelapenya) - chore: updated compose-go version ([#​2340](https://togithub.com/testcontainers/testcontainers-go/issues/2340)) [@​shettyh](https://togithub.com/shettyh) - chore(deps): bump mkdocs-material from 8.2.7 to 9.5.13 ([#​2334](https://togithub.com/testcontainers/testcontainers-go/issues/2334)) [@​dependabot](https://togithub.com/dependabot) - chore: retire dependabot ([#​2325](https://togithub.com/testcontainers/testcontainers-go/issues/2325)) [@​mdelapenya](https://togithub.com/mdelapenya) </details> --- ### 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Alex Boten <[email protected]>
- Loading branch information