Commit 81adeec
feat: migrate to testcontainers-go v0.42.0 and upgrade all major dependencies
- Delete compose_provider.go (601 lines) — custom DockerContainer/DockerProvider
re-implementation replaced by native testcontainers-go APIs
- Delete compose_listener.go (85 lines) — Docker event listener no longer needed;
containers are accessible after stack.Up() via stack.ServiceContainer()
- Rewrite compose.go to use compose.NewDockerComposeWith + stack.Up/ServiceContainer
- Rewrite cleanup/compose.go to use stack.Down
- Upgrade testcontainers-go v0.11.1 → v0.42.0
- Upgrade docker/docker v20.10.7 → v28.5.2
- Upgrade k8s.io/* v0.22.2 → v0.35.3
- Upgrade sigs.k8s.io/kind v0.27.0 → v0.31.0
- Upgrade spf13/cobra v1.8.0 → v1.10.2
- Remove docker-compose v1 binary install from CI (v0.42.0 uses Docker Compose v2 plugin)
- Update action.yaml Go version to 1.26
Closes #139
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent ef073ad commit 81adeec
10 files changed
Lines changed: 860 additions & 2154 deletions
File tree
- .github/workflows
- internal
- components
- cleanup
- setup
- util
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 49 | | |
59 | 50 | | |
60 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | 50 | | |
60 | | - | |
| 51 | + | |
61 | 52 | | |
62 | | - | |
| 53 | + | |
63 | 54 | | |
64 | 55 | | |
65 | 56 | | |
| |||
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
27 | | - | |
28 | | - | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | | - | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
44 | 52 | | |
45 | 53 | | |
46 | 54 | | |
| |||
0 commit comments