v0.22.0
版本发布时间: 2023-08-04 21:32:37
testcontainers/testcontainers-go最新发布版本:v0.26.0(2023-10-26 23:24:41)
What's Changed
⚠️ Breaking Changes
- chore(deps): bump docker dependencies to v24.0.5+incompatible (#1394) @mdelapenya
As a consequence of the bugs described in #1359, we had to bump the Docker version to a major version, which moved the types.AuthConfig
type to registry.AuthConfig
. We used that type as public API, therefore, our API has changed the signature of the method of an interface, which is used to build images from a Dockerfile. Please look at #1394 to understand the changes in the GetAuthConfigs
method.
🚀 Features
- feat(redpanda): Add option to enable topic auto-creation (#1360) @ladislavmacoun
- feat: fail-fast of wait.LogStrategy (#1304) @frozenbonito
📖 Documentation
- docs: fix link to GH action in docs site (#1416) @mdelapenya
🧹 Housekeeping
- chore: fix branch protection settings (#1418) @mdelapenya
- chore(ci): set LongPathsEnabled on WIndows workers (#1415) @mdelapenya
- chore(ci): define a pipeline with multiple gates (#1414) @mdelapenya
- test: fix TestGetDockerConfig (#1413) @AlexanderYastrebov
- chore(ci): add a Windows pipeline for running the tests (#1375) @mdelapenya
📦 Dependency updates
- chore(deps): bump github.com/containerd/containerd from 1.6.19 to 1.7.3 (#1378) @dependabot
- chore: run go mod tidy (#1417) @mdelapenya
- chore(deps): bump github.com/tidwall/gjson from 1.14.4 to 1.15.0 in /modules/couchbase (#1376) @dependabot
- chore(deps): bump github.com/opencontainers/image-spec from 1.1.0-rc2 to 1.1.0-rc4 (#1312) @dependabot
- chore(deps): bump github.com/hashicorp/consul/api from 1.20.0 to 1.23.0 in /examples/consul (#1381) @dependabot
- chore(deps): bump github.com/twmb/franz-go from 1.13.5 to 1.14.3 in /modules/redpanda (#1387) @dependabot
- chore(deps): bump github.com/nats-io/nats.go from 1.26.0 to 1.28.0 in /examples/nats (#1389) @dependabot
- chore(deps): bump golang.org/x/text from 0.9.0 to 0.11.0 in /modulegen (#1388) @dependabot
- chore(deps): bump google.golang.org/api from 0.125.0 to 0.134.0 in /examples (#1412) @mdelapenya
- chore(deps): bump golang.org/x/mod and github.com/aws/aws-sdk-go-v2/config in /modules/localstack (#1410) @mdelapenya
- chore(deps): bump k8s.io/client-go from 0.27.2 to 0.27.4 in /modules/k3s (#1404) @dependabot
- chore(deps): bump cloud.google.com/go in /examples (#1411) @mdelapenya
- chore(deps): bump github.com/neo4j/neo4j-go-driver/v5 from 5.9.0 to 5.10.0 in /modules/neo4j (#1318) @dependabot
- chore(deps): bump google.golang.org/grpc to 1.57.0 (#1409) @mdelapenya
- chore(deps): bump go.mongodb.org/mongo-driver from 1.11.6 to 1.12.0 in /examples/mongodb (#1311) @dependabot
- chore(deps): bump docker dependencies to v24.0.5+incompatible (#1394) @mdelapenya
- chore: remove gotestsum to reduce the number of transitive dependencies (#1303) @mdelapenya