fix(deps): update module github.com/testcontainers/testcontainers-go to v0.31.0 #100

Merged
prskr merged 1 commit from renovate/testcontainers-go-monorepo into main 2024-05-10 09:15:43 +00:00
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/testcontainers/testcontainers-go require minor v0.30.0 -> v0.31.0

Release Notes

testcontainers/testcontainers-go (github.com/testcontainers/testcontainers-go)

v0.31.0

Compare Source

What's Changed

⚠️ Breaking Changes

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

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | require | minor | `v0.30.0` -> `v0.31.0` | --- ### Release Notes <details> <summary>testcontainers/testcontainers-go (github.com/testcontainers/testcontainers-go)</summary> ### [`v0.31.0`](https://github.com/testcontainers/testcontainers-go/releases/tag/v0.31.0) [Compare Source](https://github.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://github.com/testcontainers/testcontainers-go/issues/2267)) [@&#8203;stevenh](https://github.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://github.com/testcontainers/testcontainers-go/issues/2517)) [@&#8203;mdelapenya](https://github.com/mdelapenya) #### 🚀 Features - feat(modules.mongodb): add replica set support via opts ([#&#8203;2469](https://github.com/testcontainers/testcontainers-go/issues/2469)) [@&#8203;heiytor](https://github.com/heiytor) - feat: expose JSON representation of a container with Inspect ([#&#8203;2534](https://github.com/testcontainers/testcontainers-go/issues/2534)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - feat: forward host ports to a container using an SSH tunnel ([#&#8203;2471](https://github.com/testcontainers/testcontainers-go/issues/2471)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - feat: support overriding the default recreate options for compose ([#&#8203;2511](https://github.com/testcontainers/testcontainers-go/issues/2511)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - feat: support passing io.Reader for compose files when creating a compose instance ([#&#8203;2509](https://github.com/testcontainers/testcontainers-go/issues/2509)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - feat: support Ryuk for the compose module ([#&#8203;2485](https://github.com/testcontainers/testcontainers-go/issues/2485)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - feat: Bump default postgres version ([#&#8203;2481](https://github.com/testcontainers/testcontainers-go/issues/2481)) [@&#8203;bearrito](https://github.com/bearrito) - support Dolt ([#&#8203;2177](https://github.com/testcontainers/testcontainers-go/issues/2177)) [@&#8203;coffeegoddd](https://github.com/coffeegoddd) - Elasticsearch disable CA retrieval when ssl is disabled ([#&#8203;2475](https://github.com/testcontainers/testcontainers-go/issues/2475)) [@&#8203;Anaethelion](https://github.com/Anaethelion) #### 🐛 Bug Fixes - fix(modules.kafka): Use broker container IP instead of host IP for advertised broker listener ([#&#8203;1989](https://github.com/testcontainers/testcontainers-go/issues/1989)) [@&#8203;khartld](https://github.com/khartld) - fix(compose): avoid race conditions when caching services ([#&#8203;2528](https://github.com/testcontainers/testcontainers-go/issues/2528)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - fix: enhance host configuration port binding ([#&#8203;2512](https://github.com/testcontainers/testcontainers-go/issues/2512)) [@&#8203;wilsouza](https://github.com/wilsouza) - fix: don't retry on permanent APIClient errors ([#&#8203;2506](https://github.com/testcontainers/testcontainers-go/issues/2506)) [@&#8203;p-jahn](https://github.com/p-jahn) - fix: fallback to URL-path when parsing auth config URL without scheme ([#&#8203;2488](https://github.com/testcontainers/testcontainers-go/issues/2488)) [@&#8203;p-jahn](https://github.com/p-jahn) - fix(postgres): Fix the non-default dbname error ([#&#8203;2489](https://github.com/testcontainers/testcontainers-go/issues/2489)) [@&#8203;Minivera](https://github.com/Minivera) #### 📖 Documentation - docs: add documentation for Exec method ([#&#8203;2451](https://github.com/testcontainers/testcontainers-go/issues/2451)) [@&#8203;gustavosbarreto](https://github.com/gustavosbarreto) - docs: document the SSHd tunnel ([#&#8203;2514](https://github.com/testcontainers/testcontainers-go/issues/2514)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - \[doc] Fix follow_logs.md by adding missing package ([#&#8203;2513](https://github.com/testcontainers/testcontainers-go/issues/2513)) [@&#8203;JulienBreux](https://github.com/JulienBreux) #### 🧹 Housekeeping - chore(influxdb): include more characters in wait for log regex ([#&#8203;2532](https://github.com/testcontainers/testcontainers-go/issues/2532)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore(compose): return error in options ([#&#8203;2520](https://github.com/testcontainers/testcontainers-go/issues/2520)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - fix: use new UUID for sshd server password ([#&#8203;2515](https://github.com/testcontainers/testcontainers-go/issues/2515)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore: add funding button for testcontainers ([#&#8203;2510](https://github.com/testcontainers/testcontainers-go/issues/2510)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore: create TLS certs in a consistent manner ([#&#8203;2478](https://github.com/testcontainers/testcontainers-go/issues/2478)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - fix: handle dockerignore exclusions properly ([#&#8203;2476](https://github.com/testcontainers/testcontainers-go/issues/2476)) [@&#8203;mdelapenya](https://github.com/mdelapenya) #### 📦 Dependency updates - chore(deps): bump test-summary action to v2.3 ([#&#8203;2535](https://github.com/testcontainers/testcontainers-go/issues/2535)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore(deps): bump jinja2 from 3.1.3 to 3.1.4 ([#&#8203;2533](https://github.com/testcontainers/testcontainers-go/issues/2533)) [@&#8203;dependabot](https://github.com/dependabot) - Update devcontainer image ([#&#8203;2531](https://github.com/testcontainers/testcontainers-go/issues/2531)) [@&#8203;bells17](https://github.com/bells17) - chore(deps): bump golangci/golangci-lint-action from 3.7.0 to 5.1.0 ([#&#8203;2525](https://github.com/testcontainers/testcontainers-go/issues/2525)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump mkdocs-material from 8.2.7 to 9.5.18 ([#&#8203;2524](https://github.com/testcontainers/testcontainers-go/issues/2524)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump github.com/compose-spec/compose-go/v2 from v2.0.0-rc8 to v2.1.0 ([#&#8203;2519](https://github.com/testcontainers/testcontainers-go/issues/2519)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore(deps): bump github.com/containerd/containerd from 1.7.12 to 1.7.15 ([#&#8203;2517](https://github.com/testcontainers/testcontainers-go/issues/2517)) [@&#8203;mdelapenya](https://github.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://github.com/testcontainers/testcontainers-go/issues/2505)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore(deps): bump idna from 3.6 to 3.7 ([#&#8203;2480](https://github.com/testcontainers/testcontainers-go/issues/2480)) [@&#8203;dependabot](https://github.com/dependabot) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDkuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM0OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
forgejo-actions added 1 commit 2024-05-10 03:34:27 +00:00
prskr merged commit 330999177a into main 2024-05-10 09:15:43 +00:00
prskr deleted branch renovate/testcontainers-go-monorepo 2024-05-10 09:15:44 +00:00
Sign in to join this conversation.
No description provided.