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.31.0 (open-telemetry#33066)

[![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.30.0` -> `v0.31.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.31.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.31.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.30.0/v0.31.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.30.0/v0.31.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.31.0`](https://togithub.com/testcontainers/testcontainers-go/releases/tag/v0.31.0)

[Compare
Source](https://togithub.com/testcontainers/testcontainers-go/compare/v0.30.0...v0.31.0)

### What's Changed

#### ⚠️ Breaking Changes

- break: return error from Customize request option
([#&#8203;2267](https://togithub.com/testcontainers/testcontainers-go/issues/2267))
[@&#8203;stevenh](https://togithub.com/stevenh)

##### Are you hosting your own Testcontainers for Go module?

If you are hosting your own module, please update all the custom options
you created for the module, updating them to return an error in the case
it occurs. This breaking change is needed to provide a more robust and
consistent API for creating modules, allowing module authors to create
custom code to customise the container avoiding panics.

#### 🔒 Security

- chore(deps): bump github.com/containerd/containerd from 1.7.12 to
1.7.15
([#&#8203;2517](https://togithub.com/testcontainers/testcontainers-go/issues/2517))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)

#### 🚀 Features

- feat(modules.mongodb): add replica set support via opts
([#&#8203;2469](https://togithub.com/testcontainers/testcontainers-go/issues/2469))
[@&#8203;heiytor](https://togithub.com/heiytor)
- feat: expose JSON representation of a container with Inspect
([#&#8203;2534](https://togithub.com/testcontainers/testcontainers-go/issues/2534))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)
- feat: forward host ports to a container using an SSH tunnel
([#&#8203;2471](https://togithub.com/testcontainers/testcontainers-go/issues/2471))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)
- feat: support overriding the default recreate options for compose
([#&#8203;2511](https://togithub.com/testcontainers/testcontainers-go/issues/2511))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)
- feat: support passing io.Reader for compose files when creating a
compose instance
([#&#8203;2509](https://togithub.com/testcontainers/testcontainers-go/issues/2509))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)
- feat: support Ryuk for the compose module
([#&#8203;2485](https://togithub.com/testcontainers/testcontainers-go/issues/2485))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)
- feat: Bump default postgres version
([#&#8203;2481](https://togithub.com/testcontainers/testcontainers-go/issues/2481))
[@&#8203;bearrito](https://togithub.com/bearrito)
- support Dolt
([#&#8203;2177](https://togithub.com/testcontainers/testcontainers-go/issues/2177))
[@&#8203;coffeegoddd](https://togithub.com/coffeegoddd)
- Elasticsearch disable CA retrieval when ssl is disabled
([#&#8203;2475](https://togithub.com/testcontainers/testcontainers-go/issues/2475))
[@&#8203;Anaethelion](https://togithub.com/Anaethelion)

#### 🐛 Bug Fixes

- fix(modules.kafka): Use broker container IP instead of host IP for
advertised broker listener
([#&#8203;1989](https://togithub.com/testcontainers/testcontainers-go/issues/1989))
[@&#8203;khartld](https://togithub.com/khartld)
- fix(compose): avoid race conditions when caching services
([#&#8203;2528](https://togithub.com/testcontainers/testcontainers-go/issues/2528))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)
- fix: enhance host configuration port binding
([#&#8203;2512](https://togithub.com/testcontainers/testcontainers-go/issues/2512))
[@&#8203;wilsouza](https://togithub.com/wilsouza)
- fix: don't retry on permanent APIClient errors
([#&#8203;2506](https://togithub.com/testcontainers/testcontainers-go/issues/2506))
[@&#8203;p-jahn](https://togithub.com/p-jahn)
- fix: fallback to URL-path when parsing auth config URL without scheme
([#&#8203;2488](https://togithub.com/testcontainers/testcontainers-go/issues/2488))
[@&#8203;p-jahn](https://togithub.com/p-jahn)
- fix(postgres): Fix the non-default dbname error
([#&#8203;2489](https://togithub.com/testcontainers/testcontainers-go/issues/2489))
[@&#8203;Minivera](https://togithub.com/Minivera)

#### 📖 Documentation

- docs: add documentation for Exec method
([#&#8203;2451](https://togithub.com/testcontainers/testcontainers-go/issues/2451))
[@&#8203;gustavosbarreto](https://togithub.com/gustavosbarreto)
- docs: document the SSHd tunnel
([#&#8203;2514](https://togithub.com/testcontainers/testcontainers-go/issues/2514))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)
- \[doc] Fix follow_logs.md by adding missing package
([#&#8203;2513](https://togithub.com/testcontainers/testcontainers-go/issues/2513))
[@&#8203;JulienBreux](https://togithub.com/JulienBreux)

#### 🧹 Housekeeping

- chore(influxdb): include more characters in wait for log regex
([#&#8203;2532](https://togithub.com/testcontainers/testcontainers-go/issues/2532))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)
- chore(compose): return error in options
([#&#8203;2520](https://togithub.com/testcontainers/testcontainers-go/issues/2520))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)
- fix: use new UUID for sshd server password
([#&#8203;2515](https://togithub.com/testcontainers/testcontainers-go/issues/2515))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)
- chore: add funding button for testcontainers
([#&#8203;2510](https://togithub.com/testcontainers/testcontainers-go/issues/2510))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)
- chore: create TLS certs in a consistent manner
([#&#8203;2478](https://togithub.com/testcontainers/testcontainers-go/issues/2478))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)
- fix: handle dockerignore exclusions properly
([#&#8203;2476](https://togithub.com/testcontainers/testcontainers-go/issues/2476))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)

#### 📦 Dependency updates

- chore(deps): bump test-summary action to v2.3
([#&#8203;2535](https://togithub.com/testcontainers/testcontainers-go/issues/2535))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)
- chore(deps): bump jinja2 from 3.1.3 to 3.1.4
([#&#8203;2533](https://togithub.com/testcontainers/testcontainers-go/issues/2533))
[@&#8203;dependabot](https://togithub.com/dependabot)
- Update devcontainer image
([#&#8203;2531](https://togithub.com/testcontainers/testcontainers-go/issues/2531))
[@&#8203;bells17](https://togithub.com/bells17)
- chore(deps): bump golangci/golangci-lint-action from 3.7.0 to 5.1.0
([#&#8203;2525](https://togithub.com/testcontainers/testcontainers-go/issues/2525))
[@&#8203;dependabot](https://togithub.com/dependabot)
- chore(deps): bump mkdocs-material from 8.2.7 to 9.5.18
([#&#8203;2524](https://togithub.com/testcontainers/testcontainers-go/issues/2524))
[@&#8203;dependabot](https://togithub.com/dependabot)
- chore(deps): bump github.com/compose-spec/compose-go/v2 from
v2.0.0-rc8 to v2.1.0
([#&#8203;2519](https://togithub.com/testcontainers/testcontainers-go/issues/2519))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)
- chore(deps): bump github.com/containerd/containerd from 1.7.12 to
1.7.15
([#&#8203;2517](https://togithub.com/testcontainers/testcontainers-go/issues/2517))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)
- chore(deps): bump golang.org/x/net in modules (minio, gcloud,
weaviate, compose, qdrant, couchbase, k3s, milvus, mockserver, pulsar,
kafka)
([#&#8203;2505](https://togithub.com/testcontainers/testcontainers-go/issues/2505))
[@&#8203;mdelapenya](https://togithub.com/mdelapenya)
- chore(deps): bump idna from 3.6 to 3.7
([#&#8203;2480](https://togithub.com/testcontainers/testcontainers-go/issues/2480))
[@&#8203;dependabot](https://togithub.com/dependabot)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
  • Loading branch information
renovate[bot] and opentelemetrybot authored May 15, 2024
1 parent 89538db commit 79ca4d8
Show file tree
Hide file tree
Showing 56 changed files with 293 additions and 242 deletions.
8 changes: 4 additions & 4 deletions cmd/configschema/go.sum

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

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

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

8 changes: 4 additions & 4 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.4.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.100.0
github.com/stretchr/testify v1.9.0
github.com/testcontainers/testcontainers-go v0.30.0
github.com/testcontainers/testcontainers-go v0.31.0
go.opentelemetry.io/collector/component v0.100.1-0.20240509190532-c555005fcc80
go.opentelemetry.io/collector/config/configopaque v1.7.1-0.20240509190532-c555005fcc80
go.opentelemetry.io/collector/config/configretry v0.100.1-0.20240509190532-c555005fcc80
Expand All @@ -31,7 +31,7 @@ require (
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/containerd/containerd v1.7.12 // indirect
github.com/containerd/containerd v1.7.15 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/cpuguy83/dockercfg v0.3.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down Expand Up @@ -94,7 +94,7 @@ require (
go.opentelemetry.io/otel/sdk v1.26.0 // indirect
go.opentelemetry.io/otel/sdk/metric v1.26.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20230711023510-fffb14384f22 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/mod v0.16.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.20.0 // indirect
Expand Down
14 changes: 8 additions & 6 deletions exporter/clickhouseexporter/go.sum

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

8 changes: 4 additions & 4 deletions exporter/datadogexporter/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/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.100.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.100.0
github.com/stretchr/testify v1.9.0
github.com/testcontainers/testcontainers-go v0.30.0
github.com/testcontainers/testcontainers-go v0.31.0
go.opencensus.io v0.24.0
go.opentelemetry.io/collector/component v0.100.1-0.20240509190532-c555005fcc80
go.opentelemetry.io/collector/config/confighttp v0.100.1-0.20240509190532-c555005fcc80
Expand All @@ -38,7 +38,7 @@ require (
github.com/Microsoft/hcsshim v0.11.4 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/containerd/containerd v1.7.12 // indirect
github.com/containerd/containerd v1.7.15 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/cpuguy83/dockercfg v0.3.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down Expand Up @@ -102,7 +102,7 @@ require (
go.opentelemetry.io/otel/exporters/prometheus v0.48.0 // indirect
go.opentelemetry.io/otel/sdk v1.26.0 // indirect
go.opentelemetry.io/otel/sdk/metric v1.26.0 // indirect
golang.org/x/exp v0.0.0-20230711023510-fffb14384f22 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/mod v0.16.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
Expand Down
14 changes: 8 additions & 6 deletions exporter/splunkhecexporter/go.sum

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

Loading

0 comments on commit 79ca4d8

Please sign in to comment.