v0.23.0
版本发布时间: 2023-08-14 20:49:33
testcontainers/testcontainers-go最新发布版本:v0.26.0(2023-10-26 23:24:41)
What's Changed
🚀 Features
- feat(modules): add artemis container (#1440) @abemedia
- feat: pass testcontainers-go version as HTTP header (#1491) @mdelapenya
- Add support for MongoDB testing module (#1447) @ravilushqa
- feat: add clickhouse module (#1372) @anilsenay
- feat: use credential helper in docker config, even if auth is empty in .docker/config.json (#1079) @rokjoana
🐛 Bug Fixes
- fix: properly set the Docker socket on Windows (#1458) @mdelapenya
- all: fix goroutine leaks (#1358) @AlexanderYastrebov
- internal/testcontainersdocker: close unused client (#1441) @AlexanderYastrebov
📖 Documentation
- docs: embed code snippets for the artemis module (#1502) @mdelapenya
- Add global testcontainers header to docs (#1308) @leocross
🧹 Housekeeping
- chore: bump minimal Go version to 1.20 (#1497) @mdelapenya
- chore: Use generic db url for postgresql container (#1493) @kevinrobayna
- fix: run tests for module generator in all platforms (#1496) @mdelapenya
- chore: run modulegen tests on Windows (#1478) @mdelapenya
- Add default labels when Ryuk is disabled (#1339) @eddumelendez
- chore: increase timeout for go test and GH action steps (#1475) @mdelapenya
- chore: triple max timeout for the workflow run, which takes +10m (#1474) @mdelapenya
- chore: add a GH action for release drafter (#1470) @mdelapenya
- Simplify dependabot updates sorting (#1460) @mmorel-35
- chore: run Windows tests on a Linux container (#1456) @mdelapenya
- chore: remove temporary workaround for windows (#1442) @mdelapenya
📦 Dependency updates
- chore(deps): bump the all group in /modules/localstack with 1 update (#1500) @dependabot
- chore(deps): bump the all group in /modules/compose with 2 updates (#1501) @dependabot
- chore: bump minimal Go version to 1.20 (#1497) @mdelapenya
- chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.12.1 to 2.13.0 in /modules/clickhouse (#1492) @dependabot
- chore(deps): bump the all group with 1 update (#1480) @dependabot
- chore(deps): bump the all group in /modules/couchbase with 1 update (#1487) @dependabot
- chore(deps): bump the all group in /modules/clickhouse with 1 update (#1488) @dependabot
- chore(deps): bump the all group in /modules/localstack with 1 update (#1483) @dependabot
- Support groups in dependabot updates (#1459) @mmorel-35
- chore(deps): bump github.com/aws dependencies in /modules/localstack (#1472) @mdelapenya
- chore(deps): bump Google emulators dependencies in /examples (#1471) @mdelapenya
- chore(deps): bump github.com/neo4j/neo4j-go-driver/v5 from 5.10.0 to 5.11.0 in /modules/neo4j (#1427) @dependabot
- chore(deps): bump github.com/tidwall/gjson from 1.14.4 to 1.15.0 in /modules/vault (#1428) @dependabot
- chore(deps): bump mkdocs-material from 3.2.0 to 8.2.7 (#1468) @dependabot
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.33.1 to 1.38.2 in /modules/localstack (#1457) @dependabot
- chore(deps): bump golang.org/x/text from 0.11.0 to 0.12.0 in /modulegen (#1449) @dependabot
- chore(deps): bump github.com/hashicorp/consul/api from 1.23.0 to 1.24.0 in /examples/consul (#1450) @dependabot
- chore(deps): bump golang.org/x/sys from 0.8.0 to 0.11.0 (#1453) @dependabot
- chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.31 to 1.18.32 in /modules/localstack (#1429) @dependabot
- chore(deps): bump github.com/twmb/franz-go/pkg/kadm from 1.8.1 to 1.9.0 in /modules/redpanda (#1431) @dependabot
- chore(deps): bump github.com/aws/aws-sdk-go from 1.44.273 to 1.44.317 in /modules/localstack (#1451) @dependabot
- chore(deps): bump golangci/golangci-lint-action from 3.3.0 to 3.6.0 (#1448) @dependabot
- chore(deps): bump mkdocs-material from 8.1.3 to 8.2.7 (#1452) @dependabot
- fix devcontainer go version to 1.19 (#1455) @mmorel-35
- chore: run dependabot on sundays (#1446) @mdelapenya
- fix: simplify and do not run make on windows (#1445) @mdelapenya
- fix: proper semver name (#1444) @mdelapenya
- chore: downgrade GH action github-script (#1443) @mdelapenya