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.34.0 (#600)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/testcontainers/testcontainers-go](https://redirect.github.com/testcontainers/testcontainers-go)
| `v0.33.0` -> `v0.34.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.34.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.34.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.33.0/v0.34.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.33.0/v0.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>testcontainers/testcontainers-go
(github.com/testcontainers/testcontainers-go)</summary>

###
[`v0.34.0`](https://redirect.github.com/testcontainers/testcontainers-go/releases/tag/v0.34.0)

[Compare
Source](https://redirect.github.com/testcontainers/testcontainers-go/compare/v0.33.0...v0.34.0)

### What's Changed

#### 🚀 Features

- feat: add meilisearch-module
([#&#8203;2835](https://redirect.github.com/testcontainers/testcontainers-go/issues/2835))
[@&#8203;mashail](https://redirect.github.com/mashail)
- feat: add yugabytedb module
([#&#8203;2825](https://redirect.github.com/testcontainers/testcontainers-go/issues/2825))
[@&#8203;henripqt](https://redirect.github.com/henripqt)
- feat: add etcd module
([#&#8203;2788](https://redirect.github.com/testcontainers/testcontainers-go/issues/2788))
[@&#8203;mdelapenya](https://redirect.github.com/mdelapenya)
- feat: add dynamodb-local module
([#&#8203;2799](https://redirect.github.com/testcontainers/testcontainers-go/issues/2799))
[@&#8203;mdelapenya](https://redirect.github.com/mdelapenya)
- feat: support databend module
([#&#8203;2779](https://redirect.github.com/testcontainers/testcontainers-go/issues/2779))
[@&#8203;hantmac](https://redirect.github.com/hantmac)
- feat(mongodb): Wait for mongodb module with a replicaset to finish
([#&#8203;2777](https://redirect.github.com/testcontainers/testcontainers-go/issues/2777))
[@&#8203;smgt](https://redirect.github.com/smgt)
- feat: expose functions for resource clean up in tests and examples
([#&#8203;2738](https://redirect.github.com/testcontainers/testcontainers-go/issues/2738))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- feat(wait): for file
([#&#8203;2731](https://redirect.github.com/testcontainers/testcontainers-go/issues/2731))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- feat(compose): select services via profiles
([#&#8203;2758](https://redirect.github.com/testcontainers/testcontainers-go/issues/2758))
[@&#8203;ngrash](https://redirect.github.com/ngrash)

#### 🐛 Bug Fixes

- fix(postgres): duplicate snapshot name
([#&#8203;2840](https://redirect.github.com/testcontainers/testcontainers-go/issues/2840))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- fix(reaper): refactor to allow retries and fix races
([#&#8203;2728](https://redirect.github.com/testcontainers/testcontainers-go/issues/2728))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- fix: update module container struct name and missing imports
([#&#8203;2831](https://redirect.github.com/testcontainers/testcontainers-go/issues/2831))
[@&#8203;henripqt](https://redirect.github.com/henripqt)
- fix(redpanda): wait for
([#&#8203;2794](https://redirect.github.com/testcontainers/testcontainers-go/issues/2794))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- fix(elasticsearch): wait for
([#&#8203;2724](https://redirect.github.com/testcontainers/testcontainers-go/issues/2724))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- fix(grafana): update module path
([#&#8203;2797](https://redirect.github.com/testcontainers/testcontainers-go/issues/2797))
[@&#8203;mdelapenya](https://redirect.github.com/mdelapenya)
- fix: container logging deadlocks
([#&#8203;2791](https://redirect.github.com/testcontainers/testcontainers-go/issues/2791))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- fix: parallel containers clean race
([#&#8203;2790](https://redirect.github.com/testcontainers/testcontainers-go/issues/2790))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- fix(registry): wait for
([#&#8203;2793](https://redirect.github.com/testcontainers/testcontainers-go/issues/2793))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- fix: handle 127 error code for podman compatibility
([#&#8203;2778](https://redirect.github.com/testcontainers/testcontainers-go/issues/2778))
[@&#8203;vchandela](https://redirect.github.com/vchandela)
- fix: do not override ImageBuildOptions.Labels when building from a
Dockerfile
([#&#8203;2775](https://redirect.github.com/testcontainers/testcontainers-go/issues/2775))
[@&#8203;rzajac](https://redirect.github.com/rzajac)
- fix(postgres): Apply default snapshot name if no name specified
([#&#8203;2783](https://redirect.github.com/testcontainers/testcontainers-go/issues/2783))
[@&#8203;kiview](https://redirect.github.com/kiview)
- fix: docker config error handling when config file does not exist
([#&#8203;2772](https://redirect.github.com/testcontainers/testcontainers-go/issues/2772))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- fix: check if the discovered docker socket responds
([#&#8203;2741](https://redirect.github.com/testcontainers/testcontainers-go/issues/2741))
[@&#8203;mdelapenya](https://redirect.github.com/mdelapenya)
- Fix trailing slash on Image Prefix
([#&#8203;2747](https://redirect.github.com/testcontainers/testcontainers-go/issues/2747))
[@&#8203;driverpt](https://redirect.github.com/driverpt)

#### 📖 Documentation

- docs: document redpanda options
([#&#8203;2789](https://redirect.github.com/testcontainers/testcontainers-go/issues/2789))
[@&#8203;mdelapenya](https://redirect.github.com/mdelapenya)
- docs: refine heading badges in README
([#&#8203;2770](https://redirect.github.com/testcontainers/testcontainers-go/issues/2770))
[@&#8203;mdelapenya](https://redirect.github.com/mdelapenya)

#### 🧹 Housekeeping

- fix: use `Contains` or `ErrorContains` with testify
([#&#8203;2839](https://redirect.github.com/testcontainers/testcontainers-go/issues/2839))
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35)
- golangci-lint: enable thelper linter
([#&#8203;2834](https://redirect.github.com/testcontainers/testcontainers-go/issues/2834))
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35)
- chore: update ryuk to 0.10.2
([#&#8203;2833](https://redirect.github.com/testcontainers/testcontainers-go/issues/2833))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- chore: replace 'assert' with 'require'
([#&#8203;2827](https://redirect.github.com/testcontainers/testcontainers-go/issues/2827))
[@&#8203;JoelLau](https://redirect.github.com/JoelLau)
- chore: replace 'assert' with 'require' for critical checks
([#&#8203;2824](https://redirect.github.com/testcontainers/testcontainers-go/issues/2824))
[@&#8203;JoelLau](https://redirect.github.com/JoelLau)
- feat: add require for critical checks
([#&#8203;2812](https://redirect.github.com/testcontainers/testcontainers-go/issues/2812))
[@&#8203;AshutoshKD](https://redirect.github.com/AshutoshKD)
- fix: container timeout test
([#&#8203;2792](https://redirect.github.com/testcontainers/testcontainers-go/issues/2792))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- chore: golangci-lint 1.61.0
([#&#8203;2787](https://redirect.github.com/testcontainers/testcontainers-go/issues/2787))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- ci: add generate for mocks
([#&#8203;2774](https://redirect.github.com/testcontainers/testcontainers-go/issues/2774))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- chore: avoid using of log.Fatal in main in tests
([#&#8203;2739](https://redirect.github.com/testcontainers/testcontainers-go/issues/2739))
[@&#8203;stevenh](https://redirect.github.com/stevenh)

#### 📦 Dependency updates

- chore: update ryuk to 0.10.2
([#&#8203;2833](https://redirect.github.com/testcontainers/testcontainers-go/issues/2833))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- chore: bump ryuk to latest release
([#&#8203;2818](https://redirect.github.com/testcontainers/testcontainers-go/issues/2818))
[@&#8203;mdelapenya](https://redirect.github.com/mdelapenya)
- chore(deps): bump release-drafter/release-drafter from 5.25.0 to 6.0.0
([#&#8203;2805](https://redirect.github.com/testcontainers/testcontainers-go/issues/2805))
[@&#8203;dependabot](https://redirect.github.com/dependabot)
- chore: update dockercfg module
([#&#8203;2801](https://redirect.github.com/testcontainers/testcontainers-go/issues/2801))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- fix: template for code generation
([#&#8203;2800](https://redirect.github.com/testcontainers/testcontainers-go/issues/2800))
[@&#8203;mdelapenya](https://redirect.github.com/mdelapenya)
- chore: use a much smaller image for testing
([#&#8203;2795](https://redirect.github.com/testcontainers/testcontainers-go/issues/2795))
[@&#8203;mdelapenya](https://redirect.github.com/mdelapenya)
- fix(mssql): bump Docker image version
([#&#8203;2786](https://redirect.github.com/testcontainers/testcontainers-go/issues/2786))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- chore(deps): bump mkdocs-markdownextradata-plugin from 0.2.5 to 0.2.6
([#&#8203;2761](https://redirect.github.com/testcontainers/testcontainers-go/issues/2761))
[@&#8203;dependabot](https://redirect.github.com/dependabot)
- fix: update checkout action in template
([#&#8203;2763](https://redirect.github.com/testcontainers/testcontainers-go/issues/2763))
[@&#8203;mdelapenya](https://redirect.github.com/mdelapenya)
- chore(deps): bump actions/checkout from 4.1.1 to 4.1.7
([#&#8203;2762](https://redirect.github.com/testcontainers/testcontainers-go/issues/2762))
[@&#8203;dependabot](https://redirect.github.com/dependabot)
- chore(deps): bump mkdocs-include-markdown-plugin from 6.0.4 to 6.2.2
([#&#8203;2760](https://redirect.github.com/testcontainers/testcontainers-go/issues/2760))
[@&#8203;dependabot](https://redirect.github.com/dependabot)
- Upgrade milvus-io/milvus-sdk-go to avoid checksum mismatch.
([#&#8203;2753](https://redirect.github.com/testcontainers/testcontainers-go/issues/2753))
[@&#8203;HappyHacker123](https://redirect.github.com/HappyHacker123)
- chore: use new testcontainers/ryuk:0.9.0 image
([#&#8203;2750](https://redirect.github.com/testcontainers/testcontainers-go/issues/2750))
[@&#8203;mdelapenya](https://redirect.github.com/mdelapenya)
- chore(deps): bump minimal Go version from 1.21 to 1.22
([#&#8203;2743](https://redirect.github.com/testcontainers/testcontainers-go/issues/2743))
[@&#8203;mdelapenya](https://redirect.github.com/mdelapenya)
- chore(deps): bump github/codeql-action from 3.24.9 to 3.25.15
([#&#8203;2677](https://redirect.github.com/testcontainers/testcontainers-go/issues/2677))
[@&#8203;dependabot](https://redirect.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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/zeebe-io/zeebe-chaos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
ChrisKujawa authored Dec 4, 2024
2 parents b12cf6f + 1c10fc2 commit 3bf74a5
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go-chaos/go.mod
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ require (
github.com/rs/zerolog v1.33.0
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
github.com/testcontainers/testcontainers-go v0.33.0
github.com/testcontainers/testcontainers-go v0.34.0
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
golang.org/x/mod v0.22.0
google.golang.org/grpc v1.68.1
@@ -28,7 +28,7 @@ require (
github.com/containerd/containerd v1.7.18 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/containerd/platforms v0.2.1 // indirect
github.com/cpuguy83/dockercfg v0.3.1 // indirect
github.com/cpuguy83/dockercfg v0.3.2 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/distribution/reference v0.6.0 // indirect
github.com/docker/docker v27.1.1+incompatible // indirect
4 changes: 4 additions & 0 deletions go-chaos/go.sum
Original file line number Diff line number Diff line change
@@ -27,6 +27,8 @@ github.com/containerd/platforms v0.2.1/go.mod h1:XHCb+2/hzowdiut9rkudds9bE5yJ7np
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/cpuguy83/dockercfg v0.3.1 h1:/FpZ+JaygUR/lZP2NlFI2DVfrOEMAIKP5wWEJdoYe9E=
github.com/cpuguy83/dockercfg v0.3.1/go.mod h1:sugsbF4//dDlL/i+S+rtpIWp+5h0BHJHfjj5/jFyUJc=
github.com/cpuguy83/dockercfg v0.3.2 h1:DlJTyZGBDlXqUZ2Dk2Q3xHs/FtnooJJVaad2S9GKorA=
github.com/cpuguy83/dockercfg v0.3.2/go.mod h1:sugsbF4//dDlL/i+S+rtpIWp+5h0BHJHfjj5/jFyUJc=
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=
@@ -204,6 +206,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/testcontainers/testcontainers-go v0.33.0 h1:zJS9PfXYT5O0ZFXM2xxXfk4J5UMw/kRiISng037Gxdw=
github.com/testcontainers/testcontainers-go v0.33.0/go.mod h1:W80YpTa8D5C3Yy16icheD01UTDu+LmXIA2Keo+jWtT8=
github.com/testcontainers/testcontainers-go v0.34.0 h1:5fbgF0vIN5u+nD3IWabQwRybuB4GY8G2HHgCkbMzMHo=
github.com/testcontainers/testcontainers-go v0.34.0/go.mod h1:6P/kMkQe8yqPHfPWNulFGdFHTD8HB2vLq/231xY2iPQ=
github.com/tklauser/go-sysconf v0.3.12 h1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFAEVmqU=
github.com/tklauser/go-sysconf v0.3.12/go.mod h1:Ho14jnntGE1fpdOqQEEaiKRpvIavV0hSfmBq8nJbHYI=
github.com/tklauser/numcpus v0.6.1 h1:ng9scYS7az0Bk4OZLvrNXNSAO2Pxr1XXRAPyjhIx+Fk=

0 comments on commit 3bf74a5

Please sign in to comment.