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

Open
forgejo-actions wants to merge 1 commit from renovate/testcontainers-go-monorepo into main
Contributor

This PR contains the following updates:

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

Release Notes

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

v0.33.0

Compare Source

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

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

v0.32.0

Compare Source

What's Changed

🚀 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.31.0` -> `v0.33.0` | --- ### Release Notes <details> <summary>testcontainers/testcontainers-go (github.com/testcontainers/testcontainers-go)</summary> ### [`v0.33.0`](https://github.com/testcontainers/testcontainers-go/releases/tag/v0.33.0) [Compare Source](https://github.com/testcontainers/testcontainers-go/compare/v0.32.0...v0.33.0) ### What's Changed #### ⚠️ Breaking Changes - fix!: docker authentication setup ([#&#8203;2727](https://github.com/testcontainers/testcontainers-go/issues/2727)) [@&#8203;stevenh](https://github.com/stevenh) 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 ([#&#8203;2733](https://github.com/testcontainers/testcontainers-go/issues/2733)) [@&#8203;mdelapenya](https://github.com/mdelapenya) #### 🚀 Features - feat(wait): skip internal host port check ([#&#8203;2691](https://github.com/testcontainers/testcontainers-go/issues/2691)) [@&#8203;stevenh](https://github.com/stevenh) - feat(redpanda): Add option for arbitrary bootstrap config ([#&#8203;2666](https://github.com/testcontainers/testcontainers-go/issues/2666)) [@&#8203;oleiman](https://github.com/oleiman) - feat(inbucket): expose POP3 and wait for all ports ([#&#8203;2690](https://github.com/testcontainers/testcontainers-go/issues/2690)) [@&#8203;stevenh](https://github.com/stevenh) - feat: add grafana-lgtm module ([#&#8203;2660](https://github.com/testcontainers/testcontainers-go/issues/2660)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - Added valkey module ([#&#8203;2639](https://github.com/testcontainers/testcontainers-go/issues/2639)) [@&#8203;JensvandeWiel](https://github.com/JensvandeWiel) - feat: add custom container registry substitutor ([#&#8203;2647](https://github.com/testcontainers/testcontainers-go/issues/2647)) [@&#8203;stillya](https://github.com/stillya) #### 🐛 Bug Fixes - fix: config via environment ([#&#8203;2725](https://github.com/testcontainers/testcontainers-go/issues/2725)) [@&#8203;stevenh](https://github.com/stevenh) - fix(redpanda): race condition on port check ([#&#8203;2692](https://github.com/testcontainers/testcontainers-go/issues/2692)) [@&#8203;stevenh](https://github.com/stevenh) - fix: logging restart ([#&#8203;2697](https://github.com/testcontainers/testcontainers-go/issues/2697)) [@&#8203;stevenh](https://github.com/stevenh) - fix(kafka): port race on start ([#&#8203;2696](https://github.com/testcontainers/testcontainers-go/issues/2696)) [@&#8203;stevenh](https://github.com/stevenh) - fix(compose): container locking ([#&#8203;2722](https://github.com/testcontainers/testcontainers-go/issues/2722)) [@&#8203;stevenh](https://github.com/stevenh) - fix: readiness hook back off ([#&#8203;2718](https://github.com/testcontainers/testcontainers-go/issues/2718)) [@&#8203;stevenh](https://github.com/stevenh) - fix(milvus): racy container setup ([#&#8203;2693](https://github.com/testcontainers/testcontainers-go/issues/2693)) [@&#8203;stevenh](https://github.com/stevenh) - fix: port forwarding race condition ([#&#8203;2686](https://github.com/testcontainers/testcontainers-go/issues/2686)) [@&#8203;stevenh](https://github.com/stevenh) - fix: missing image build errors ([#&#8203;2651](https://github.com/testcontainers/testcontainers-go/issues/2651)) [@&#8203;stevenh](https://github.com/stevenh) - fix: incorrect parsing of exposedPorts in readiness check ([#&#8203;2658](https://github.com/testcontainers/testcontainers-go/issues/2658)) [@&#8203;robinvanderstraeten-klarrio](https://github.com/robinvanderstraeten-klarrio) - fix: container.Endpoint and wait.FortHTTP to use lowest internal port ([#&#8203;2641](https://github.com/testcontainers/testcontainers-go/issues/2641)) [@&#8203;stevenh](https://github.com/stevenh) - Fix: Couchbase containers intermittently hang on startup ([#&#8203;2650](https://github.com/testcontainers/testcontainers-go/issues/2650)) [@&#8203;couchbaseEd](https://github.com/couchbaseEd) - chore(deps): bump Ryuk to 0.8.1 ([#&#8203;2648](https://github.com/testcontainers/testcontainers-go/issues/2648)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - fix: retry on label error ([#&#8203;2644](https://github.com/testcontainers/testcontainers-go/issues/2644)) [@&#8203;stevenh](https://github.com/stevenh) - fix: log output after context timeout ([#&#8203;2643](https://github.com/testcontainers/testcontainers-go/issues/2643)) [@&#8203;stevenh](https://github.com/stevenh) #### 📖 Documentation - docs: fix broken doc tags ([#&#8203;2732](https://github.com/testcontainers/testcontainers-go/issues/2732)) [@&#8203;stevenh](https://github.com/stevenh) - docs: improve docs for container methods ([#&#8203;2713](https://github.com/testcontainers/testcontainers-go/issues/2713)) [@&#8203;stevenh](https://github.com/stevenh) - docs: add consistent snippets for network creation ([#&#8203;2703](https://github.com/testcontainers/testcontainers-go/issues/2703)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - docs: fix compilation of examples ([#&#8203;2656](https://github.com/testcontainers/testcontainers-go/issues/2656)) [@&#8203;alexandear](https://github.com/alexandear) #### 🧹 Housekeeping - fix: authentication tests on WSL ([#&#8203;2706](https://github.com/testcontainers/testcontainers-go/issues/2706)) [@&#8203;stevenh](https://github.com/stevenh) - fix(registry): compatibility with WSL ([#&#8203;2705](https://github.com/testcontainers/testcontainers-go/issues/2705)) [@&#8203;stevenh](https://github.com/stevenh) - chore: improve error wrapping in some docker container methods and compose module ([#&#8203;2720](https://github.com/testcontainers/testcontainers-go/issues/2720)) [@&#8203;stevenh](https://github.com/stevenh) - chore: run make tests in verbose mode ([#&#8203;2734](https://github.com/testcontainers/testcontainers-go/issues/2734)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore: fix nginx request failures in tests ([#&#8203;2723](https://github.com/testcontainers/testcontainers-go/issues/2723)) [@&#8203;stevenh](https://github.com/stevenh) - chore(wait): log test timeout ([#&#8203;2716](https://github.com/testcontainers/testcontainers-go/issues/2716)) [@&#8203;stevenh](https://github.com/stevenh) - chore: increase timeout values ([#&#8203;2719](https://github.com/testcontainers/testcontainers-go/issues/2719)) [@&#8203;stevenh](https://github.com/stevenh) - chore: remove unused parameters ([#&#8203;2721](https://github.com/testcontainers/testcontainers-go/issues/2721)) [@&#8203;stevenh](https://github.com/stevenh) - chore(mockserver): silence warning about internal port ([#&#8203;2730](https://github.com/testcontainers/testcontainers-go/issues/2730)) [@&#8203;stevenh](https://github.com/stevenh) - fix: skip unhealthy ([#&#8203;2717](https://github.com/testcontainers/testcontainers-go/issues/2717)) [@&#8203;stevenh](https://github.com/stevenh) - fix: filter context errors from log production ([#&#8203;2715](https://github.com/testcontainers/testcontainers-go/issues/2715)) [@&#8203;stevenh](https://github.com/stevenh) - fix(compose): remove test volumes ([#&#8203;2712](https://github.com/testcontainers/testcontainers-go/issues/2712)) [@&#8203;stevenh](https://github.com/stevenh) - chore(mysql): add missing error check in example ([#&#8203;2707](https://github.com/testcontainers/testcontainers-go/issues/2707)) [@&#8203;stevenh](https://github.com/stevenh) - chore: remove unused params from defaultPreCreateHook ([#&#8203;2714](https://github.com/testcontainers/testcontainers-go/issues/2714)) [@&#8203;stevenh](https://github.com/stevenh) - chore(registry): disable build log ([#&#8203;2711](https://github.com/testcontainers/testcontainers-go/issues/2711)) [@&#8203;stevenh](https://github.com/stevenh) - chore: remove obsolete compose version ([#&#8203;2710](https://github.com/testcontainers/testcontainers-go/issues/2710)) [@&#8203;stevenh](https://github.com/stevenh) - chore: improve lifecycle errors ([#&#8203;2708](https://github.com/testcontainers/testcontainers-go/issues/2708)) [@&#8203;stevenh](https://github.com/stevenh) - test: add retry on system error test ([#&#8203;2687](https://github.com/testcontainers/testcontainers-go/issues/2687)) [@&#8203;stevenh](https://github.com/stevenh) - fix(wait): data race in test ([#&#8203;2698](https://github.com/testcontainers/testcontainers-go/issues/2698)) [@&#8203;stevenh](https://github.com/stevenh) - test(mongodb): fix replica test failures ([#&#8203;2699](https://github.com/testcontainers/testcontainers-go/issues/2699)) [@&#8203;stevenh](https://github.com/stevenh) - test: racy port creation in port forwarding tests ([#&#8203;2688](https://github.com/testcontainers/testcontainers-go/issues/2688)) [@&#8203;stevenh](https://github.com/stevenh) - test: fix image label test ([#&#8203;2689](https://github.com/testcontainers/testcontainers-go/issues/2689)) [@&#8203;stevenh](https://github.com/stevenh) - chore: print Docker Info labels in banner ([#&#8203;2681](https://github.com/testcontainers/testcontainers-go/issues/2681)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore: test cleanups ([#&#8203;2657](https://github.com/testcontainers/testcontainers-go/issues/2657)) [@&#8203;alexandear](https://github.com/alexandear) - perf: optimise docker authentication config lookup ([#&#8203;2646](https://github.com/testcontainers/testcontainers-go/issues/2646)) [@&#8203;stevenh](https://github.com/stevenh) #### 📦 Dependency updates - chore(deps): bump github.com/docker/docker from 27.1.0+incompatible to 27.1.1+incompatible ([#&#8203;2733](https://github.com/testcontainers/testcontainers-go/issues/2733)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore(deps): bump github.com/docker/docker from 27.0.3+incompatible to 27.1.0+incompatible ([#&#8203;2682](https://github.com/testcontainers/testcontainers-go/issues/2682)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore(deps): bump Ryuk to 0.8.1 ([#&#8203;2648](https://github.com/testcontainers/testcontainers-go/issues/2648)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore(deps): use "github.com/containerd/platforms" instead ([#&#8203;2638](https://github.com/testcontainers/testcontainers-go/issues/2638)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore(deps): bump google.golang.org/grpc to 1.64.1 ([#&#8203;2635](https://github.com/testcontainers/testcontainers-go/issues/2635)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore(deps): bump certifi from 2024.2.2 to 2024.7.4 ([#&#8203;2631](https://github.com/testcontainers/testcontainers-go/issues/2631)) [@&#8203;dependabot](https://github.com/dependabot) ### [`v0.32.0`](https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0) [Compare Source](https://github.com/testcontainers/testcontainers-go/compare/v0.31.0...v0.32.0) ### What's Changed #### 🚀 Features - feat: honour go toolchain's verbose flag to print out logs ([#&#8203;2624](https://github.com/testcontainers/testcontainers-go/issues/2624)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - feat: prepare modules for the new API ([#&#8203;2610](https://github.com/testcontainers/testcontainers-go/issues/2610)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - feat(postgres): use faster sql.DB instead of docker exec psql for snapshot/restore \[rebased for main] ([#&#8203;2600](https://github.com/testcontainers/testcontainers-go/issues/2600)) [@&#8203;cfstras](https://github.com/cfstras) - feat: add azurite module ([#&#8203;2569](https://github.com/testcontainers/testcontainers-go/issues/2569)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - feat: add testcontainers labels to the built images ([#&#8203;2579](https://github.com/testcontainers/testcontainers-go/issues/2579)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - feat(mongodb): Make the replica set name configurable ([#&#8203;2538](https://github.com/testcontainers/testcontainers-go/issues/2538)) [@&#8203;shubhamrajvanshi](https://github.com/shubhamrajvanshi) - feat: add vearch module ([#&#8203;2560](https://github.com/testcontainers/testcontainers-go/issues/2560)) [@&#8203;zhanghexian](https://github.com/zhanghexian) - feat(ryuk): allow to configure ryuk timeouts using env variables ([#&#8203;2541](https://github.com/testcontainers/testcontainers-go/issues/2541)) [@&#8203;fcx-mrogez](https://github.com/fcx-mrogez) #### 🐛 Bug Fixes - fix: never cache JSON representation of a container ([#&#8203;2606](https://github.com/testcontainers/testcontainers-go/issues/2606)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - fix: Rename TC_HOST environment variable to TESTCONTAINERS_HOST_OVERRIDE ([#&#8203;2536](https://github.com/testcontainers/testcontainers-go/issues/2536)) [@&#8203;hanapedia](https://github.com/hanapedia) - fix: allow compose files and readers to be used together ([#&#8203;2598](https://github.com/testcontainers/testcontainers-go/issues/2598)) [@&#8203;BoKleynen](https://github.com/BoKleynen) - fix: proper synchronisation for start/stop log production ([#&#8203;2576](https://github.com/testcontainers/testcontainers-go/issues/2576)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - fix: prepend substitutors for built images ([#&#8203;2577](https://github.com/testcontainers/testcontainers-go/issues/2577)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - fix(cockroachdb): Fixes cockroachdb wait strategy handling ([#&#8203;2456](https://github.com/testcontainers/testcontainers-go/issues/2456)) [@&#8203;bearrito](https://github.com/bearrito) - Fix race condition when looking up reaper (ryuk) container ([#&#8203;2508](https://github.com/testcontainers/testcontainers-go/issues/2508)) [@&#8203;emetsger](https://github.com/emetsger) - Handle error properly during port forwarding initialization. ([#&#8203;2550](https://github.com/testcontainers/testcontainers-go/issues/2550)) [@&#8203;cedric-appdirect](https://github.com/cedric-appdirect) - Fix network accessor for port-forwarding feature ([#&#8203;2551](https://github.com/testcontainers/testcontainers-go/issues/2551)) [@&#8203;JulienBreux](https://github.com/JulienBreux) - fix: add import to module generation ([#&#8203;2537](https://github.com/testcontainers/testcontainers-go/issues/2537)) [@&#8203;mdelapenya](https://github.com/mdelapenya) #### 📖 Documentation - docs: indicate version for the Run function ([#&#8203;2627](https://github.com/testcontainers/testcontainers-go/issues/2627)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - docs: document ryuk timeouts for compose ([#&#8203;2620](https://github.com/testcontainers/testcontainers-go/issues/2620)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - docs: document disabling ryuk with properties ([#&#8203;2603](https://github.com/testcontainers/testcontainers-go/issues/2603)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - docs: example for NATS cluster ([#&#8203;2591](https://github.com/testcontainers/testcontainers-go/issues/2591)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - docs: fix deprecation warning for material extensions emoji ([#&#8203;2592](https://github.com/testcontainers/testcontainers-go/issues/2592)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - docs: update contributing guide ([#&#8203;2586](https://github.com/testcontainers/testcontainers-go/issues/2586)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - docs: update colima docs ([#&#8203;2578](https://github.com/testcontainers/testcontainers-go/issues/2578)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - docs(compose): Fix typo docker compose docs ([#&#8203;2565](https://github.com/testcontainers/testcontainers-go/issues/2565)) [@&#8203;ynfle](https://github.com/ynfle) - fix: update search bar eval in mkdocs ([#&#8203;2547](https://github.com/testcontainers/testcontainers-go/issues/2547)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - docs: improve contributing docs for code snippets ([#&#8203;2546](https://github.com/testcontainers/testcontainers-go/issues/2546)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - docs: document test session semantics ([#&#8203;2544](https://github.com/testcontainers/testcontainers-go/issues/2544)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - docs: fix CircleCI docs ([#&#8203;2539](https://github.com/testcontainers/testcontainers-go/issues/2539)) [@&#8203;mdelapenya](https://github.com/mdelapenya) #### 🧹 Housekeeping - Fix issues in BuildImage() ([#&#8203;2626](https://github.com/testcontainers/testcontainers-go/issues/2626)) [@&#8203;ash2k](https://github.com/ash2k) - chore: remove duplicated tests for config ([#&#8203;2628](https://github.com/testcontainers/testcontainers-go/issues/2628)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - Log retried errors ([#&#8203;2613](https://github.com/testcontainers/testcontainers-go/issues/2613)) [@&#8203;ash2k](https://github.com/ash2k) - fix: do not use deprecated method in postgres tests ([#&#8203;2623](https://github.com/testcontainers/testcontainers-go/issues/2623)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore: use self-hosted worker for Windows tests ([#&#8203;2619](https://github.com/testcontainers/testcontainers-go/issues/2619)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore: remove most uses of TestcontainersConfig and deprecated TestcontainersConfig fields. ([#&#8203;2614](https://github.com/testcontainers/testcontainers-go/issues/2614)) [@&#8203;thaJeztah](https://github.com/thaJeztah) - chore: test cleanups ([#&#8203;2608](https://github.com/testcontainers/testcontainers-go/issues/2608)) [@&#8203;ash2k](https://github.com/ash2k) - chore(ci): pass docker install type to the nightly build payload ([#&#8203;2612](https://github.com/testcontainers/testcontainers-go/issues/2612)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore: run rootless mode in nighlty builds ([#&#8203;2611](https://github.com/testcontainers/testcontainers-go/issues/2611)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore: improve log handling when container is stopping ([#&#8203;2601](https://github.com/testcontainers/testcontainers-go/issues/2601)) [@&#8203;ash2k](https://github.com/ash2k) - chore(tests): rename test variables to kill sshd container more consistently ([#&#8203;2597](https://github.com/testcontainers/testcontainers-go/issues/2597)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - network: WithCheckDuplicate: don't set CheckDuplicate value ([#&#8203;2589](https://github.com/testcontainers/testcontainers-go/issues/2589)) [@&#8203;thaJeztah](https://github.com/thaJeztah) - chore: skip reaper tests if ryuk is disabled ([#&#8203;2582](https://github.com/testcontainers/testcontainers-go/issues/2582)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore: increase check time to 60 secs instead of 20 ([#&#8203;2581](https://github.com/testcontainers/testcontainers-go/issues/2581)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore: bring golangci-lint back ([#&#8203;2571](https://github.com/testcontainers/testcontainers-go/issues/2571)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore: use a virtualenv for working with the docs site ([#&#8203;2545](https://github.com/testcontainers/testcontainers-go/issues/2545)) [@&#8203;mdelapenya](https://github.com/mdelapenya) #### 📦 Dependency updates - chore(deps): bump mkdocs-include-markdown-plugin from 6.0.4 to 6.2.1 ([#&#8203;2617](https://github.com/testcontainers/testcontainers-go/issues/2617)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump peter-evans/slash-command-dispatch from 3.0.2 to 4.0.0 ([#&#8203;2561](https://github.com/testcontainers/testcontainers-go/issues/2561)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump github.com/docker/docker from v27.0.2 to v27.0.3 ([#&#8203;2615](https://github.com/testcontainers/testcontainers-go/issues/2615)) [@&#8203;thaJeztah](https://github.com/thaJeztah) - chore(deps): bump github.com/docker/docker from v26.1.4 to v27.0.2 ([#&#8203;2593](https://github.com/testcontainers/testcontainers-go/issues/2593)) [@&#8203;thaJeztah](https://github.com/thaJeztah) - chore(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7 in /modules/vault ([#&#8203;2605](https://github.com/testcontainers/testcontainers-go/issues/2605)) [@&#8203;dependabot](https://github.com/dependabot) - Add support for Weaviate v1.25 ([#&#8203;2604](https://github.com/testcontainers/testcontainers-go/issues/2604)) [@&#8203;antas-marcin](https://github.com/antas-marcin) - chore(deps): bump urllib3 from 2.2.1 to 2.2.2 ([#&#8203;2590](https://github.com/testcontainers/testcontainers-go/issues/2590)) [@&#8203;dependabot](https://github.com/dependabot) - docs: fix deprecation warning for material extensions emoji ([#&#8203;2592](https://github.com/testcontainers/testcontainers-go/issues/2592)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - gha: update golangci-lint to v1.59.1 ([#&#8203;2588](https://github.com/testcontainers/testcontainers-go/issues/2588)) [@&#8203;thaJeztah](https://github.com/thaJeztah) - chore(deps): bump github.com/docker/docker from v25.0.5 to v26.1.4 ([#&#8203;2584](https://github.com/testcontainers/testcontainers-go/issues/2584)) [@&#8203;thaJeztah](https://github.com/thaJeztah) - chore: pin vearch version ([#&#8203;2568](https://github.com/testcontainers/testcontainers-go/issues/2568)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore: run tests against latest Docker engine, nightly ([#&#8203;2566](https://github.com/testcontainers/testcontainers-go/issues/2566)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore(deps): bump mkdocs-include-markdown-plugin from 6.0.4 to 6.0.7 ([#&#8203;2562](https://github.com/testcontainers/testcontainers-go/issues/2562)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump requests from 2.31.0 to 2.32.0 ([#&#8203;2549](https://github.com/testcontainers/testcontainers-go/issues/2549)) [@&#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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjQ2LjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
forgejo-actions added 1 commit 2024-07-07 12:39:44 +00:00
Author
Contributor

ℹ Artifact update notice

File name: 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):

  • 8 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 v25.0.5+incompatible -> v27.1.1+incompatible
github.com/klauspost/compress v1.16.0 -> v1.17.4
google.golang.org/genproto/googleapis/rpc v0.0.0-20230731190214-cbb8c96f2d6d -> v0.0.0-20240318140521-94a12d6c2237
google.golang.org/grpc v1.58.3 -> v1.64.1
### ℹ Artifact update notice ##### File name: 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): - 8 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` | `v25.0.5+incompatible` -> `v27.1.1+incompatible` | | `github.com/klauspost/compress` | `v1.16.0` -> `v1.17.4` | | `google.golang.org/genproto/googleapis/rpc` | `v0.0.0-20230731190214-cbb8c96f2d6d` -> `v0.0.0-20240318140521-94a12d6c2237` | | `google.golang.org/grpc` | `v1.58.3` -> `v1.64.1` |
forgejo-actions changed title from fix(deps): update module github.com/testcontainers/testcontainers-go to v0.32.0 to fix(deps): update module github.com/testcontainers/testcontainers-go to v0.33.0 2024-08-24 03:36:13 +00:00
forgejo-actions force-pushed renovate/testcontainers-go-monorepo from 57efbd0067 to 1a766c660a 2024-08-24 03:36:13 +00:00 Compare
forgejo-actions force-pushed renovate/testcontainers-go-monorepo from 1a766c660a to d5b758f217 2024-09-16 13:21:34 +00:00 Compare
forgejo-actions force-pushed renovate/testcontainers-go-monorepo from d5b758f217 to 952c8b630f 2024-10-13 03:35:37 +00:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/testcontainers-go-monorepo:renovate/testcontainers-go-monorepo
git checkout renovate/testcontainers-go-monorepo

Merge

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff renovate/testcontainers-go-monorepo
git checkout main
git merge --ff-only renovate/testcontainers-go-monorepo
git checkout renovate/testcontainers-go-monorepo
git rebase main
git checkout main
git merge --no-ff renovate/testcontainers-go-monorepo
git checkout main
git merge --squash renovate/testcontainers-go-monorepo
git checkout main
git merge --ff-only renovate/testcontainers-go-monorepo
git checkout main
git merge renovate/testcontainers-go-monorepo
git push origin main
Sign in to join this conversation.
No description provided.