v0.19.0
版本发布时间: 2023-03-08 22:22:17
testcontainers/testcontainers-go最新发布版本:v0.26.0(2023-10-26 23:24:41)
What's Changed
⚠️ Breaking Changes
If you are relying in the deprecated RegistryCred
field from the ContainerRequest struct, then we broke your code 😞: the field is not used anymore therefore your own registry credentials won't be used. We expected that the credentials would live into the credential helpers, therefore would be automatically populated but, thanks to @srabraham, we discovered it's not. If that's your case you have to populate the DOCKER_AUTH_CONFIG
env var with your own credentials, as @srabraham did here https://github.com/testcontainers/testcontainers-go/pull/869#issuecomment-1480364456.
- feat: support for reading auth credentials from docker credential helpers (#869) @mdelapenya
🔒 Security
- chore: bump golang/x/net and containerd (#858) @mdelapenya
🚀 Features
- remove volumes on down (#910) @cgoodsirsmyth-pp
- Allow numerical characters in example names/titles (#922) @fbiville
- feat: convert pulsar example into a Go module (#872) @mdelapenya
- feat: add basic auth support in the wait.ForHTTP strategy (#301) @nevins-b
🐛 Bug Fixes
- Fix stop services in docker compose (#918) @sko00o
- bug(892): include godog in replace block of compose gomod (#893) @cgoodsirsmyth-pp
- fix: proper sorting of dependabot updates when generating a module (#894) @mdelapenya
- fix: update modules path in generator (#877) @mdelapenya
📖 Documentation
- docs: add social links in the website (#890) @mdelapenya
- Update docs link for tc-node (#878) @cristianrgreco
- docs: add usage reference in OpenTelemetry Collector (#861) @dmitryax
- docs: include haskell logo to the website (#860) @mdelapenya
🧹 Housekeeping
- chore: prepare Go modules for the next release (#929) @mdelapenya
- fix: use right paths in the release script (#928) @mdelapenya
- chore: bump minimal compile version of GO to 1.19 (#924) @mdelapenya
- chore: sync governance files (#909) @mdelapenya
- chore: monthly updates for dependabot (#906) @mdelapenya
- chore: simplify env vars for localstack module (#873) @mdelapenya
- chore: remove replace directive in modules (#871) @mdelapenya
- chore: bump testcontainers-go in Go modules (#870) @mdelapenya
- chore: sync governance files (#859) @mdelapenya
- chore: prepare for next minor development cycle (0.19.0) (#840) @mdelapenya
- fix: tune release script (#839) @mdelapenya
📦 Dependency updates
- chore: prepare Go modules for the next release (#929) @mdelapenya
- chore: sync dependencies (#927) @mdelapenya
- chore(deps): bump github.com/moby/buildkit from 0.11.2 to 0.11.4 in /modules/compose (#926) @dependabot
- chore: sync dependencies in Go modules (#920) @mdelapenya
- chore(deps): bump dependencies (#919) @mdelapenya
- chore: update module dependencies (#911) @mdelapenya
- chore(deps): bump google.golang.org/api from 0.110.0 to 0.111.0 in /examples (#908) @mdelapenya
- chore(deps): bump github.com/aws/aws-sdk-go deps in localstack module (#907) @mdelapenya
- chore(deps): bump github.com/jackc/pgx/v4 from 4.18.0 to 4.18.1 in /examples/cockroachdb (#895) @dependabot
- chore(deps): bump github.com/containerd/containerd from 1.6.18 to 1.6.19 (#897) @dependabot
- chore(deps): bump github.com/compose-spec/compose-go from 1.11.0 to 1.12.0 in /modules/compose (#899) @dependabot
- chore: monthly updates for dependabot (#906) @mdelapenya
- bug(892): include godog in replace block of compose gomod (#893) @cgoodsirsmyth-pp
- chore(deps): bump github.com/lib/pq from 0.0.0-20150723085316-0dad96c0b94f to 1.10.7 in /examples/postgres (#887) @dependabot
- chore(deps): bump golang.org/x/mod from 0.6.0-dev.0.20220419223038-86c51ed26bb4 to 0.8.0 in /modules/localstack (#886) @dependabot
- chore(deps): bump github.com/hashicorp/consul/api from 1.18.0 to 1.19.1 in /examples/consul (#889) @dependabot
- chore(deps): bump github.com/aws/aws-sdk-go from 1.44.204 to 1.44.209 in /modules/localstack (#884) @dependabot
- chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#891) @mdelapenya
- chore(deps): bump github.com/compose-spec/compose-go from 1.9.0 to 1.11.0 in /modules/compose (#865) @dependabot
- chore(deps): bump github.com/docker deps from 23.0.0+incompatible to 23.0.1+incompatible (#875) @mdelapenya
- chore(deps): bump github.com/aws/aws-sdk-go libs in /modules/localstack (#874) @mdelapenya
- chore: remove replace directive in modules (#871) @mdelapenya
- chore: bump testcontainers-go in Go modules (#870) @mdelapenya