-
-
Notifications
You must be signed in to change notification settings - Fork 531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump github.com/docker/docker from v25.0.5 to v26.1.4 #2584
Conversation
✅ Deploy Preview for testcontainers-go ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Think I have them all and changed them all back 😄 |
Thanks for this! I'm enabling the CI now |
Oh you probably need to run |
oh! good one; I should've read the docs; let me check |
if the docs include reading the GH workflow, then you are right... otherwise it's my fault not having the CONTRIBUTING guidelines up-to-date 🙈 |
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
- Update docker and dependencies - Remove uses of deprecated API types - Deprecate network.WithCheckDuplicate(), which is automatically set on older API versions - Deprecate NetworkCreate.CheckDuplicate - Remove uses of network.WithCheckDuplicate() Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Yup, looks like I missed one type 😂 I think it's ok now 🤞 |
Perfect, lint passed! 🚀 Waiting for the CI to merge |
Hm... looks like some failures 🤔 fun!
|
I don't see that locally; or at least, don't see something immediately wrong in here;
|
Wondering if it's golangci-lint needing an update for newer Go versions 🤔
|
Let me try to lint all modules locally 🙏 |
Each submodule needed to mod-tidy again, I ran |
oh! missed that one; thanks! |
… thaJeztah · Pull Request #2584 · testcontainers/testcontainers-go testcontainers/testcontainers-go#2584 これが含まれたのがリリースされるまでコメントアウト
* sqlc を引っぺがす * バージョンを上げる * environment 追加 * いったんコメントアウト * とりあえず * 一時的にテストを変更する * お試し E2E テスト * アップデート * grafana をいったんコメントアウト * 設定ファイルを整理 * 色々整理 * 細かいログ追加 * 色々シンプルにする * validate までは問題なし * 統計ウェブフックを clickhouse に登録できるようになった * 変更履歴を更新する * ブランチ無視削除 * 整理 * chore(deps): bump github.com/docker/docker from v25.0.5 to v26.1.4 by thaJeztah · Pull Request #2584 · testcontainers/testcontainers-go testcontainers/testcontainers-go#2584 これが含まれたのがリリースされるまでコメントアウト * stats_webhook_path を追加 * テストをいったんコメントアウト
…2584) * rename some variables that shadowed imports Signed-off-by: Sebastiaan van Stijn <github@gone.nl> * go.mod: github.com/docker/docker v26.1.4 - Update docker and dependencies - Remove uses of deprecated API types - Deprecate network.WithCheckDuplicate(), which is automatically set on older API versions - Deprecate NetworkCreate.CheckDuplicate - Remove uses of network.WithCheckDuplicate() Signed-off-by: Sebastiaan van Stijn <github@gone.nl> * chore: run make tidy-all * fix: update types in the registry module * fix: more types --------- Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
…2584) * rename some variables that shadowed imports Signed-off-by: Sebastiaan van Stijn <github@gone.nl> * go.mod: github.com/docker/docker v26.1.4 - Update docker and dependencies - Remove uses of deprecated API types - Deprecate network.WithCheckDuplicate(), which is automatically set on older API versions - Deprecate NetworkCreate.CheckDuplicate - Remove uses of network.WithCheckDuplicate() Signed-off-by: Sebastiaan van Stijn <github@gone.nl> * chore: run make tidy-all * fix: update types in the registry module * fix: more types --------- Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
* main: docs: document disabling ryuk with properties (testcontainers#2603) fix: allow compose files and readers to be used together (testcontainers#2598) chore(deps): bump urllib3 from 2.2.1 to 2.2.2 (testcontainers#2590) docs: example for NATS cluster (testcontainers#2591) docs: fix deprecation for material extensions emoji (testcontainers#2592) gha: update golangci-lint to v1.59.1 (testcontainers#2588) network: WithCheckDuplicate: don't set CheckDuplicate value (testcontainers#2589) fix: proper synchronisation for start/stop log production (testcontainers#2576) chore(deps): bump github.com/docker/docker from v25.0.5 to v26.1.4 (testcontainers#2584) docs: update contributing guide (testcontainers#2586) feat: add testcontainers labels to the built images (testcontainers#2579) feat(mongodb): Make the replica set name configurable (testcontainers#2538) chore: skip reaper tests if ryuk is disabled (testcontainers#2582) chore: increase check time to 60 secs instead of 20 (testcontainers#2581) fix: prepend substitutors for built images (testcontainers#2577) docs: update colima docs (testcontainers#2578) fix(cockroachdb): Fixes cockroachdb wait strategy handling (testcontainers#2456) Fix race condition when looking up reaper (ryuk) container (testcontainers#2508) chore: bring golangci-lint back (testcontainers#2571) docs(compose): Fix typo docker compose docs (testcontainers#2565)
…estcontainers#2584) * rename some variables that shadowed imports Signed-off-by: Sebastiaan van Stijn <github@gone.nl> * go.mod: github.com/docker/docker v26.1.4 - Update docker and dependencies - Remove uses of deprecated API types - Deprecate network.WithCheckDuplicate(), which is automatically set on older API versions - Deprecate NetworkCreate.CheckDuplicate - Remove uses of network.WithCheckDuplicate() Signed-off-by: Sebastiaan van Stijn <github@gone.nl> * chore: run make tidy-all * fix: update types in the registry module * fix: more types --------- Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
What does this PR do?
Updating the docker dependency to the current release.
Why is it important?
Related issues