Skip to content

Commit

Permalink
fix(deps): update module github.com/testcontainers/testcontainers-go …
Browse files Browse the repository at this point in the history
…to v0.30.0 (#32253)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](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` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.29.1/v0.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.29.1/v0.30.0?slim=true)](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
([#&#8203;2350](https://togithub.com/testcontainers/testcontainers-go/issues/2350))
[@&#8203;bearrito](https://togithub.com/bearrito)
- feat: optimizes file copies to and from containers
([#&#8203;2450](https://togithub.com/testcontainers/testcontainers-go/issues/2450))
[@&#8203;codefromthecrypt](https://togithub.com/codefromthecrypt)
- feat(exitcode): Add exit code sugar method
([#&#8203;2342](https://togithub.com/testcontainers/testcontainers-go/issues/2342))
[@&#8203;bearrito](https://togithub.com/bearrito)
- feat: add module to support InfluxDB v1.x
([#&#8203;1703](https://togithub.com/testcontainers/testcontainers-go/issues/1703))
[@&#8203;JJCinAZ](https://togithub.com/JJCinAZ)
- feat: authenticate docker on PullImage
([#&#8203;2446](https://togithub.com/testcontainers/testcontainers-go/issues/2446))
[@&#8203;codefromthecrypt](https://togithub.com/codefromthecrypt)
- feat: add distribution-registry module
([#&#8203;2341](https://togithub.com/testcontainers/testcontainers-go/issues/2341))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)
- feat: support passing io.Reader as ContainerFile
([#&#8203;2401](https://togithub.com/testcontainers/testcontainers-go/issues/2401))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)
- feat(MustConn): Add MustConnectionString on (some) dbs
([#&#8203;2343](https://togithub.com/testcontainers/testcontainers-go/issues/2343))
[@&#8203;bearrito](https://togithub.com/bearrito)
- feat: support for waiting for response headers
([#&#8203;2349](https://togithub.com/testcontainers/testcontainers-go/issues/2349))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)
- Add method for getting Weaviate's gRPC port
([#&#8203;2339](https://togithub.com/testcontainers/testcontainers-go/issues/2339))
[@&#8203;antas-marcin](https://togithub.com/antas-marcin)
- feat: add openfga module
([#&#8203;2332](https://togithub.com/testcontainers/testcontainers-go/issues/2332))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)

#### 🐛 Bug Fixes

- Fix: HTTP wait strategy does not take query params into account
([#&#8203;2466](https://togithub.com/testcontainers/testcontainers-go/issues/2466))
[@&#8203;benja-M-1](https://togithub.com/benja-M-1)
- fix: logging deadlock
([#&#8203;2346](https://togithub.com/testcontainers/testcontainers-go/issues/2346))
[@&#8203;stevenh](https://togithub.com/stevenh)
- fix(exec): updates the `Multiplexed` opt to combine stdout and stderr
([#&#8203;2452](https://togithub.com/testcontainers/testcontainers-go/issues/2452))
[@&#8203;gustavosbarreto](https://togithub.com/gustavosbarreto)
- bug:Fix AMQPS url
([#&#8203;2462](https://togithub.com/testcontainers/testcontainers-go/issues/2462))
[@&#8203;bearrito](https://togithub.com/bearrito)
- Added error handling for context.Canceled in log reading code
([#&#8203;2268](https://togithub.com/testcontainers/testcontainers-go/issues/2268))
[@&#8203;prateekdwivedi](https://togithub.com/prateekdwivedi)
- fix: consul race on HTTP port
([#&#8203;2336](https://togithub.com/testcontainers/testcontainers-go/issues/2336))
[@&#8203;codefromthecrypt](https://togithub.com/codefromthecrypt)

#### 📖 Documentation

- docs: fix wrong copy\&paste in Weaviate docs
([#&#8203;2338](https://togithub.com/testcontainers/testcontainers-go/issues/2338))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)

#### 🧹 Housekeeping

- Upgrade neo4j module to use features from v0.29.1 of testcontainers-go
([#&#8203;2463](https://togithub.com/testcontainers/testcontainers-go/issues/2463))
[@&#8203;danielorbach](https://togithub.com/danielorbach)
- chore: use "docker compose" (v2) instead of "docker-compose" (v1)
([#&#8203;2464](https://togithub.com/testcontainers/testcontainers-go/issues/2464))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)
- refactor: Add Weaviate modules tests
([#&#8203;2447](https://togithub.com/testcontainers/testcontainers-go/issues/2447))
[@&#8203;antas-marcin](https://togithub.com/antas-marcin)
- docs: Fix typo in ci-test-go.yml
([#&#8203;2394](https://togithub.com/testcontainers/testcontainers-go/issues/2394))
[@&#8203;uh-zz](https://togithub.com/uh-zz)
- redpanda: set entrypoint to the custom entrypoint file
([#&#8203;2347](https://togithub.com/testcontainers/testcontainers-go/issues/2347))
[@&#8203;bojand](https://togithub.com/bojand)
- Move the container and config tests into a test package
([#&#8203;2242](https://togithub.com/testcontainers/testcontainers-go/issues/2242))
[@&#8203;Minivera](https://togithub.com/Minivera)
- chore: use WithEnv option in localstack module
([#&#8203;2337](https://togithub.com/testcontainers/testcontainers-go/issues/2337))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)
- chore: check that the new version is not empty
([#&#8203;2331](https://togithub.com/testcontainers/testcontainers-go/issues/2331))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)

#### 📦 Dependency updates

- fix: data race on container run, caused by the otelhttp dependency
([#&#8203;2345](https://togithub.com/testcontainers/testcontainers-go/issues/2345))
[@&#8203;stevenh](https://togithub.com/stevenh)
- chore(deps): bump github/codeql-action from 2.22.12 to 3.24.9
([#&#8203;2459](https://togithub.com/testcontainers/testcontainers-go/issues/2459))
[@&#8203;dependabot](https://togithub.com/dependabot)
- chore(deps): Bumping ChromaGo client version
([#&#8203;2402](https://togithub.com/testcontainers/testcontainers-go/issues/2402))
[@&#8203;tazarov](https://togithub.com/tazarov)
- chore(deps): bump github.com/docker/docker from 25.0.3+incompatible to
25.0.5+incompatible
([#&#8203;2444](https://togithub.com/testcontainers/testcontainers-go/issues/2444))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)
- chore: bump ryuk to latest v0.7.0
([#&#8203;2395](https://togithub.com/testcontainers/testcontainers-go/issues/2395))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)
- chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0
([#&#8203;2392](https://togithub.com/testcontainers/testcontainers-go/issues/2392))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)
- chore: updated compose-go version
([#&#8203;2340](https://togithub.com/testcontainers/testcontainers-go/issues/2340))
[@&#8203;shettyh](https://togithub.com/shettyh)
- chore(deps): bump mkdocs-material from 8.2.7 to 9.5.13
([#&#8203;2334](https://togithub.com/testcontainers/testcontainers-go/issues/2334))
[@&#8203;dependabot](https://togithub.com/dependabot)
- chore: retire dependabot
([#&#8203;2325](https://togithub.com/testcontainers/testcontainers-go/issues/2325))
[@&#8203;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
3 people authored Apr 12, 2024
1 parent 960844a commit d8a2c4f
Show file tree
Hide file tree
Showing 56 changed files with 177 additions and 177 deletions.
4 changes: 2 additions & 2 deletions cmd/configschema/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cmd/otelcontribcol/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cmd/oteltestbedcol/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions exporter/clickhouseexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/jmoiron/sqlx v1.3.5
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.98.0
github.com/stretchr/testify v1.9.0
github.com/testcontainers/testcontainers-go v0.29.1
github.com/testcontainers/testcontainers-go v0.30.0
go.opentelemetry.io/collector/component v0.98.0
go.opentelemetry.io/collector/config/configopaque v1.5.0
go.opentelemetry.io/collector/config/configretry v0.98.0
Expand Down Expand Up @@ -39,7 +39,7 @@ require (
github.com/docker/docker v25.0.5+incompatible // indirect
github.com/docker/go-connections v0.5.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/go-faster/city v1.0.1 // indirect
github.com/go-faster/errors v0.7.1 // indirect
github.com/go-logr/logr v1.4.1 // indirect
Expand Down Expand Up @@ -89,7 +89,7 @@ require (
go.opentelemetry.io/collector/consumer v0.98.0 // indirect
go.opentelemetry.io/collector/extension v0.98.0 // indirect
go.opentelemetry.io/collector/receiver v0.98.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
go.opentelemetry.io/otel v1.25.0 // indirect
go.opentelemetry.io/otel/exporters/prometheus v0.47.0 // indirect
go.opentelemetry.io/otel/sdk v1.25.0 // indirect
Expand Down
12 changes: 6 additions & 6 deletions exporter/clickhouseexporter/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions exporter/datadogexporter/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exporter/splunkhecexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.98.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.98.0
github.com/stretchr/testify v1.9.0
github.com/testcontainers/testcontainers-go v0.29.1
github.com/testcontainers/testcontainers-go v0.30.0
go.opencensus.io v0.24.0
go.opentelemetry.io/collector/component v0.98.0
go.opentelemetry.io/collector/config/confighttp v0.98.0
Expand Down
4 changes: 2 additions & 2 deletions exporter/splunkhecexporter/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extension/observer/dockerobserver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.98.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/docker v0.98.0
github.com/stretchr/testify v1.9.0
github.com/testcontainers/testcontainers-go v0.29.1
github.com/testcontainers/testcontainers-go v0.30.0
go.opentelemetry.io/collector/component v0.98.0
go.opentelemetry.io/collector/confmap v0.98.0
go.opentelemetry.io/collector/extension v0.98.0
Expand Down
4 changes: 2 additions & 2 deletions extension/observer/dockerobserver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions internal/coreinternal/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.98.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.98.0
github.com/stretchr/testify v1.9.0
github.com/testcontainers/testcontainers-go v0.29.1
github.com/testcontainers/testcontainers-go v0.30.0
go.opentelemetry.io/collector v0.98.0
go.opentelemetry.io/collector/component v0.98.0
go.opentelemetry.io/collector/consumer v0.98.0
Expand Down Expand Up @@ -37,7 +37,7 @@ require (
github.com/distribution/reference v0.5.0 // indirect
github.com/docker/docker v25.0.5+incompatible // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
Expand Down Expand Up @@ -79,7 +79,7 @@ require (
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.opentelemetry.io/collector/config/configtelemetry v0.98.0 // indirect
go.opentelemetry.io/collector/confmap v0.98.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
go.opentelemetry.io/otel/exporters/prometheus v0.47.0 // indirect
go.opentelemetry.io/otel/metric v1.25.0 // indirect
go.opentelemetry.io/otel/sdk v1.25.0 // indirect
Expand Down
12 changes: 6 additions & 6 deletions internal/coreinternal/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions receiver/aerospikereceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.98.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.98.0
github.com/stretchr/testify v1.9.0
github.com/testcontainers/testcontainers-go v0.29.1
github.com/testcontainers/testcontainers-go v0.30.0
go.opentelemetry.io/collector/component v0.98.0
go.opentelemetry.io/collector/config/configopaque v1.5.0
go.opentelemetry.io/collector/config/configtls v0.98.0
Expand Down Expand Up @@ -39,7 +39,7 @@ require (
github.com/distribution/reference v0.5.0 // indirect
github.com/docker/docker v25.0.5+incompatible // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
Expand Down Expand Up @@ -85,7 +85,7 @@ require (
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.opentelemetry.io/collector v0.98.0 // indirect
go.opentelemetry.io/collector/config/configtelemetry v0.98.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
go.opentelemetry.io/otel v1.25.0 // indirect
go.opentelemetry.io/otel/exporters/prometheus v0.47.0 // indirect
go.opentelemetry.io/otel/sdk v1.25.0 // indirect
Expand Down
Loading

0 comments on commit d8a2c4f

Please sign in to comment.