Releases: testcontainers/testcontainers-go
v0.34.0
What's Changed
🚀 Features
- feat: add meilisearch-module (#2835) @mashail
- feat: add yugabytedb module (#2825) @henripqt
- feat: add etcd module (#2788) @mdelapenya
- feat: add dynamodb-local module (#2799) @mdelapenya
- feat: support databend module (#2779) @hantmac
- feat(mongodb): Wait for mongodb module with a replicaset to finish (#2777) @smgt
- feat: expose functions for resource clean up in tests and examples (#2738) @stevenh
- feat(wait): for file (#2731) @stevenh
- feat(compose): select services via profiles (#2758) @ngrash
🐛 Bug Fixes
- fix(postgres): duplicate snapshot name (#2840) @stevenh
- fix(reaper): refactor to allow retries and fix races (#2728) @stevenh
- fix: update module container struct name and missing imports (#2831) @henripqt
- fix(redpanda): wait for (#2794) @stevenh
- fix(elasticsearch): wait for (#2724) @stevenh
- fix(grafana): update module path (#2797) @mdelapenya
- fix: container logging deadlocks (#2791) @stevenh
- fix: parallel containers clean race (#2790) @stevenh
- fix(registry): wait for (#2793) @stevenh
- fix: handle 127 error code for podman compatibility (#2778) @vchandela
- fix: do not override ImageBuildOptions.Labels when building from a Dockerfile (#2775) @rzajac
- fix(postgres): Apply default snapshot name if no name specified (#2783) @kiview
- fix: docker config error handling when config file does not exist (#2772) @stevenh
- fix: check if the discovered docker socket responds (#2741) @mdelapenya
- Fix trailing slash on Image Prefix (#2747) @driverpt
📖 Documentation
- docs: document redpanda options (#2789) @mdelapenya
- docs: refine heading badges in README (#2770) @mdelapenya
🧹 Housekeeping
- fix: use
Contains
orErrorContains
with testify (#2839) @mmorel-35 - golangci-lint: enable thelper linter (#2834) @mmorel-35
- chore: update ryuk to 0.10.2 (#2833) @stevenh
- chore: replace 'assert' with 'require' (#2827) @JoelLau
- chore: replace 'assert' with 'require' for critical checks (#2824) @JoelLau
- feat: add require for critical checks (#2812) @AshutoshKD
- fix: container timeout test (#2792) @stevenh
- chore: golangci-lint 1.61.0 (#2787) @stevenh
- ci: add generate for mocks (#2774) @stevenh
- chore: avoid using of log.Fatal in main in tests (#2739) @stevenh
📦 Dependency updates
- chore: update ryuk to 0.10.2 (#2833) @stevenh
- chore: bump ryuk to latest release (#2818) @mdelapenya
- chore(deps): bump release-drafter/release-drafter from 5.25.0 to 6.0.0 (#2805) @dependabot
- chore: update dockercfg module (#2801) @stevenh
- fix: template for code generation (#2800) @mdelapenya
- chore: use a much smaller image for testing (#2795) @mdelapenya
- fix(mssql): bump Docker image version (#2786) @stevenh
- chore(deps): bump mkdocs-markdownextradata-plugin from 0.2.5 to 0.2.6 (#2761) @dependabot
- fix: update checkout action in template (#2763) @mdelapenya
- chore(deps): bump actions/checkout from 4.1.1 to 4.1.7 (#2762) @dependabot
- chore(deps): bump mkdocs-include-markdown-plugin from 6.0.4 to 6.2.2 (#2760) @dependabot
- Upgrade milvus-io/milvus-sdk-go to avoid checksum mismatch. (#2753) @HappyHacker123
- chore: use new testcontainers/ryuk:0.9.0 image (#2750) @mdelapenya
- chore(deps): bump minimal Go version from 1.21 to 1.22 (#2743) @mdelapenya
- chore(deps): bump github/codeql-action from 3.24.9 to 3.25.15 (#2677) @dependabot
v0.33.0
What's Changed
⚠️ Breaking Changes
If you are building Docker images with the FromDockerfile
struct in the GenericContainerRequest
, please consider that the ContextArchive
field in that struct has changed from io.Reader
to io.ReadSeeker
. This is needed because we want to be able to rewind to do multiple passes when reading all the images that are present in a Dockerfile.
🔒 Security
- chore(deps): bump github.com/docker/docker from 27.1.0+incompatible to 27.1.1+incompatible (#2733) @mdelapenya
🚀 Features
- feat(wait): skip internal host port check (#2691) @stevenh
- feat(redpanda): Add option for arbitrary bootstrap config (#2666) @oleiman
- feat(inbucket): expose POP3 and wait for all ports (#2690) @stevenh
- feat: add grafana-lgtm module (#2660) @mdelapenya
- Added valkey module (#2639) @JensvandeWiel
- feat: add custom container registry substitutor (#2647) @stillya
🐛 Bug Fixes
- fix: config via environment (#2725) @stevenh
- fix(redpanda): race condition on port check (#2692) @stevenh
- fix: logging restart (#2697) @stevenh
- fix(kafka): port race on start (#2696) @stevenh
- fix(compose): container locking (#2722) @stevenh
- fix: readiness hook back off (#2718) @stevenh
- fix(milvus): racy container setup (#2693) @stevenh
- fix: port forwarding race condition (#2686) @stevenh
- fix: missing image build errors (#2651) @stevenh
- fix: incorrect parsing of exposedPorts in readiness check (#2658) @robinvanderstraeten-klarrio
- fix: container.Endpoint and wait.FortHTTP to use lowest internal port (#2641) @stevenh
- Fix: Couchbase containers intermittently hang on startup (#2650) @couchbaseEd
- chore(deps): bump Ryuk to 0.8.1 (#2648) @mdelapenya
- fix: retry on label error (#2644) @stevenh
- fix: log output after context timeout (#2643) @stevenh
📖 Documentation
- docs: fix broken doc tags (#2732) @stevenh
- docs: improve docs for container methods (#2713) @stevenh
- docs: add consistent snippets for network creation (#2703) @mdelapenya
- docs: fix compilation of examples (#2656) @alexandear
🧹 Housekeeping
- fix: authentication tests on WSL (#2706) @stevenh
- fix(registry): compatibility with WSL (#2705) @stevenh
- chore: improve error wrapping in some docker container methods and compose module (#2720) @stevenh
- chore: run make tests in verbose mode (#2734) @mdelapenya
- chore: fix nginx request failures in tests (#2723) @stevenh
- chore(wait): log test timeout (#2716) @stevenh
- chore: increase timeout values (#2719) @stevenh
- chore: remove unused parameters (#2721) @stevenh
- chore(mockserver): silence warning about internal port (#2730) @stevenh
- fix: skip unhealthy (#2717) @stevenh
- fix: filter context errors from log production (#2715) @stevenh
- fix(compose): remove test volumes (#2712) @stevenh
- chore(mysql): add missing error check in example (#2707) @stevenh
- chore: remove unused params from defaultPreCreateHook (#2714) @stevenh
- chore(registry): disable build log (#2711) @stevenh
- chore: remove obsolete compose version (#2710) @stevenh
- chore: improve lifecycle errors (#2708) @stevenh
- test: add retry on system error test (#2687) @stevenh
- fix(wait): data race in test (#2698) @stevenh
- test(mongodb): fix replica test failures (#2699) @stevenh
- test: racy port creation in port forwarding tests (#2688) @stevenh
- test: fix image label test (#2689) @stevenh
- chore: print Docker Info labels in banner (#2681) @mdelapenya
- chore: test cleanups (#2657) @alexandear
- perf: optimise docker authentication config lookup (#2646) @stevenh
📦 Dependency updates
- chore(deps): bump github.com/docker/docker from 27.1.0+incompatible to 27.1.1+incompatible (#2733) @mdelapenya
- chore(deps): bump github.com/docker/docker from 27.0.3+incompatible to 27.1.0+incompatible (#2682) @mdelapenya
- chore(deps): bump Ryuk to 0.8.1 (#2648) @mdelapenya
- chore(deps): use "github.com/containerd/platforms" instead (#2638) @mdelapenya
- chore(deps): bump google.golang.org/grpc to 1.64.1 (#2635) @mdelapenya
- chore(deps): bump certifi from 2024.2.2 to 2024.7.4 (#2631) @dependabot
v0.32.0
What's Changed
🚀 Features
- feat: honour go toolchain's verbose flag to print out logs (#2624) @mdelapenya
- feat: prepare modules for the new API (#2610) @mdelapenya
- feat(postgres): use faster sql.DB instead of docker exec psql for snapshot/restore [rebased for main] (#2600) @cfstras
- feat: add azurite module (#2569) @mdelapenya
- feat: add testcontainers labels to the built images (#2579) @mdelapenya
- feat(mongodb): Make the replica set name configurable (#2538) @shubhamrajvanshi
- feat: add vearch module (#2560) @zhanghexian
- feat(ryuk): allow to configure ryuk timeouts using env variables (#2541) @fcx-mrogez
🐛 Bug Fixes
- fix: never cache JSON representation of a container (#2606) @mdelapenya
- fix: Rename TC_HOST environment variable to TESTCONTAINERS_HOST_OVERRIDE (#2536) @hanapedia
- fix: allow compose files and readers to be used together (#2598) @BoKleynen
- fix: proper synchronisation for start/stop log production (#2576) @mdelapenya
- fix: prepend substitutors for built images (#2577) @mdelapenya
- fix(cockroachdb): Fixes cockroachdb wait strategy handling (#2456) @bearrito
- Fix race condition when looking up reaper (ryuk) container (#2508) @emetsger
- Handle error properly during port forwarding initialization. (#2550) @cedric-appdirect
- Fix network accessor for port-forwarding feature (#2551) @JulienBreux
- fix: add import to module generation (#2537) @mdelapenya
📖 Documentation
- docs: indicate version for the Run function (#2627) @mdelapenya
- docs: document ryuk timeouts for compose (#2620) @mdelapenya
- docs: document disabling ryuk with properties (#2603) @mdelapenya
- docs: example for NATS cluster (#2591) @mdelapenya
- docs: fix deprecation warning for material extensions emoji (#2592) @mdelapenya
- docs: update contributing guide (#2586) @mdelapenya
- docs: update colima docs (#2578) @mdelapenya
- docs(compose): Fix typo docker compose docs (#2565) @ynfle
- fix: update search bar eval in mkdocs (#2547) @mdelapenya
- docs: improve contributing docs for code snippets (#2546) @mdelapenya
- docs: document test session semantics (#2544) @mdelapenya
- docs: fix CircleCI docs (#2539) @mdelapenya
🧹 Housekeeping
- Fix issues in BuildImage() (#2626) @ash2k
- chore: remove duplicated tests for config (#2628) @mdelapenya
- Log retried errors (#2613) @ash2k
- fix: do not use deprecated method in postgres tests (#2623) @mdelapenya
- chore: use self-hosted worker for Windows tests (#2619) @mdelapenya
- chore: remove most uses of TestcontainersConfig and deprecated TestcontainersConfig fields. (#2614) @thaJeztah
- chore: test cleanups (#2608) @ash2k
- chore(ci): pass docker install type to the nightly build payload (#2612) @mdelapenya
- chore: run rootless mode in nighlty builds (#2611) @mdelapenya
- chore: improve log handling when container is stopping (#2601) @ash2k
- chore(tests): rename test variables to kill sshd container more consistently (#2597) @mdelapenya
- network: WithCheckDuplicate: don't set CheckDuplicate value (#2589) @thaJeztah
- chore: skip reaper tests if ryuk is disabled (#2582) @mdelapenya
- chore: increase check time to 60 secs instead of 20 (#2581) @mdelapenya
- chore: bring golangci-lint back (#2571) @mdelapenya
- chore: use a virtualenv for working with the docs site (#2545) @mdelapenya
📦 Dependency updates
- chore(deps): bump mkdocs-include-markdown-plugin from 6.0.4 to 6.2.1 (#2617) @dependabot
- chore(deps): bump peter-evans/slash-command-dispatch from 3.0.2 to 4.0.0 (#2561) @dependabot
- chore(deps): bump github.com/docker/docker from v27.0.2 to v27.0.3 (#2615) @thaJeztah
- chore(deps): bump github.com/docker/docker from v26.1.4 to v27.0.2 (#2593) @thaJeztah
- chore(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7 in /modules/vault (#2605) @dependabot
- Add support for Weaviate v1.25 (#2604) @antas-marcin
- chore(deps): bump urllib3 from 2.2.1 to 2.2.2 (#2590) @dependabot
- docs: fix deprecation warning for material extensions emoji (#2592) @mdelapenya
- gha: update golangci-lint to v1.59.1 (#2588) @thaJeztah
- chore(deps): bump github.com/docker/docker from v25.0.5 to v26.1.4 (#2584) @thaJeztah
- chore: pin vearch version (#2568) @mdelapenya
- chore: run tests against latest Docker engine, nightly (#2566) @mdelapenya
- chore(deps): bump mkdocs-include-markdown-plugin from 6.0.4 to 6.0.7 (#2562) @dependabot
- chore(deps): bump requests from 2.31.0 to 2.32.0 (#2549) @dependabot
v0.31.0
What's Changed
⚠️ Breaking Changes
Are you hosting your own Testcontainers for Go module?
If you are hosting your own module, please update all the custom options you created for the module, updating them to return an error in the case it occurs. This breaking change is needed to provide a more robust and consistent API for creating modules, allowing module authors to create custom code to customise the container avoiding panics.
🔒 Security
- chore(deps): bump github.com/containerd/containerd from 1.7.12 to 1.7.15 (#2517) @mdelapenya
🚀 Features
- feat(modules.mongodb): add replica set support via opts (#2469) @heiytor
- feat: expose JSON representation of a container with Inspect (#2534) @mdelapenya
- feat: forward host ports to a container using an SSH tunnel (#2471) @mdelapenya
- feat: support overriding the default recreate options for compose (#2511) @mdelapenya
- feat: support passing io.Reader for compose files when creating a compose instance (#2509) @mdelapenya
- feat: support Ryuk for the compose module (#2485) @mdelapenya
- feat: Bump default postgres version (#2481) @bearrito
- support Dolt (#2177) @coffeegoddd
- Elasticsearch disable CA retrieval when ssl is disabled (#2475) @Anaethelion
🐛 Bug Fixes
- fix(modules.kafka): Use broker container IP instead of host IP for advertised broker listener (#1989) @khartld
- fix(compose): avoid race conditions when caching services (#2528) @mdelapenya
- fix: enhance host configuration port binding (#2512) @wilsouza
- fix: don't retry on permanent APIClient errors (#2506) @p-jahn
- fix: fallback to URL-path when parsing auth config URL without scheme (#2488) @p-jahn
- fix(postgres): Fix the non-default dbname error (#2489) @Minivera
📖 Documentation
- docs: add documentation for Exec method (#2451) @gustavosbarreto
- docs: document the SSHd tunnel (#2514) @mdelapenya
- [doc] Fix follow_logs.md by adding missing package (#2513) @JulienBreux
🧹 Housekeeping
- chore(influxdb): include more characters in wait for log regex (#2532) @mdelapenya
- chore(compose): return error in options (#2520) @mdelapenya
- fix: use new UUID for sshd server password (#2515) @mdelapenya
- chore: add funding button for testcontainers (#2510) @mdelapenya
- chore: create TLS certs in a consistent manner (#2478) @mdelapenya
- fix: handle dockerignore exclusions properly (#2476) @mdelapenya
📦 Dependency updates
- chore(deps): bump test-summary action to v2.3 (#2535) @mdelapenya
- chore(deps): bump jinja2 from 3.1.3 to 3.1.4 (#2533) @dependabot
- Update devcontainer image (#2531) @bells17
- chore(deps): bump golangci/golangci-lint-action from 3.7.0 to 5.1.0 (#2525) @dependabot
- chore(deps): bump mkdocs-material from 8.2.7 to 9.5.18 (#2524) @dependabot
- chore(deps): bump github.com/compose-spec/compose-go/v2 from v2.0.0-rc8 to v2.1.0 (#2519) @mdelapenya
- chore(deps): bump github.com/containerd/containerd from 1.7.12 to 1.7.15 (#2517) @mdelapenya
- chore(deps): bump golang.org/x/net in modules (minio, gcloud, weaviate, compose, qdrant, couchbase, k3s, milvus, mockserver, pulsar, kafka) (#2505) @mdelapenya
- chore(deps): bump idna from 3.6 to 3.7 (#2480) @dependabot
v0.30.0
What's Changed
🚀 Features
- feat(k6):Add remote test scripts (#2350) @bearrito
- feat: optimizes file copies to and from containers (#2450) @codefromthecrypt
- feat(exitcode): Add exit code sugar method (#2342) @bearrito
- feat: add module to support InfluxDB v1.x (#1703) @JJCinAZ
- feat: authenticate docker on PullImage (#2446) @codefromthecrypt
- feat: add distribution-registry module (#2341) @mdelapenya
- feat: support passing io.Reader as ContainerFile (#2401) @mdelapenya
- feat(MustConn): Add MustConnectionString on (some) dbs (#2343) @bearrito
- feat: support for waiting for response headers (#2349) @mdelapenya
- Add method for getting Weaviate's gRPC port (#2339) @antas-marcin
- feat: add openfga module (#2332) @mdelapenya
🐛 Bug Fixes
- Fix: HTTP wait strategy does not take query params into account (#2466) @benja-M-1
- fix: logging deadlock (#2346) @stevenh
- fix(exec): updates the
Multiplexed
opt to combine stdout and stderr (#2452) @gustavosbarreto - bug:Fix AMQPS url (#2462) @bearrito
- Added error handling for context.Canceled in log reading code (#2268) @prateekdwivedi
- fix: consul race on HTTP port (#2336) @codefromthecrypt
📖 Documentation
- docs: fix wrong copy&paste in Weaviate docs (#2338) @mdelapenya
🧹 Housekeeping
- Upgrade neo4j module to use features from v0.29.1 of testcontainers-go (#2463) @danielorbach
- chore: use "docker compose" (v2) instead of "docker-compose" (v1) (#2464) @mdelapenya
- refactor: Add Weaviate modules tests (#2447) @antas-marcin
- docs: Fix typo in ci-test-go.yml (#2394) @uh-zz
- redpanda: set entrypoint to the custom entrypoint file (#2347) @bojand
- Move the container and config tests into a test package (#2242) @Minivera
- chore: use WithEnv option in localstack module (#2337) @mdelapenya
- chore: check that the new version is not empty (#2331) @mdelapenya
📦 Dependency updates
- fix: data race on container run, caused by the otelhttp dependency (#2345) @stevenh
- chore(deps): bump github/codeql-action from 2.22.12 to 3.24.9 (#2459) @dependabot
- chore(deps): Bumping ChromaGo client version (#2402) @tazarov
- chore(deps): bump github.com/docker/docker from 25.0.3+incompatible to 25.0.5+incompatible (#2444) @mdelapenya
- chore: bump ryuk to latest v0.7.0 (#2395) @mdelapenya
- chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#2392) @mdelapenya
- chore: updated compose-go version (#2340) @shettyh
- chore(deps): bump mkdocs-material from 8.2.7 to 9.5.13 (#2334) @dependabot
- chore: retire dependabot (#2325) @mdelapenya
v0.29.1
What's Changed
🚀 Features
- Add k3s WithManifest option (#1920) @pablochacin
- feat: add ollama module (#2265) @mdelapenya
- Adding surrealDB module (#2192) @jespino
- feat: WithLogger ContainerCustomizer support (#2259) @stevenh
- feat: WithEnv customize request option (#2260) @stevenh
- feat: add vector database modules (Qdrant, Weaviate, Chroma, pgvector, OpenSearch, Milvus) (#2245) @mdelapenya
🐛 Bug Fixes
- Fix Dockerfile not located when added to dockerignore (#2272) @danvergara
- bug: allow start container with reuse in different test package (#2247) @Alviner
📖 Documentation
- docs: fix comment corruption (#2262) @stevenh
- docs: improve module creation section (#2239) @mdelapenya
🧹 Housekeeping
- generic.go: GenericContainer(): clearer error message (#2327) @JordanP
- chore: confirm support for new mongo images (#2326) @mdelapenya
- chore: bump Go version to 1.21 (#2292) @mdelapenya
- Move the file and mounts tests into a test package (#2270) @Minivera
- chore(milvus): embed etcd should use default ports (#2258) @mdelapenya
- chore: use logger.PrintXX instead of fmt.PrintXX (#2257) @stevenh
- Fix modulege template to succeed on make lint command (#2243) @jespino
- chore: enforce test package in modules (#2241) @mdelapenya
📦 Dependency updates
- chore(deps): bump google.golang.org/grpc from 1.61.1 to 1.62.0 in /modules/qdrant (#2281) @dependabot
- chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.18.0 to 2.20.0 in /modules/clickhouse (#2290) @dependabot
- chore(deps): bump github.com/Shopify/toxiproxy/v2 from 2.7.0 to 2.8.0 in /examples/toxiproxy (#2282) @dependabot
- chore(deps): bump github.com/neo4j/neo4j-go-driver/v5 from 5.16.0 to 5.18.0 in /modules/neo4j (#2278) @dependabot
- chore(deps): bump github.com/minio/minio-go/v7 from 7.0.66 to 7.0.68 in /modules/minio (#2304) @dependabot
- chore(deps): bump github.com/tmc/langchaingo from 0.1.4 to 0.1.5 in /modules/ollama (#2318) @dependabot
- chore(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.11.1 to 8.12.1 in /modules/elasticsearch (#2303) @dependabot
- chore(deps): bump google.golang.org/api from 0.167.0 to 0.168.0 in /modules/gcloud (#2317) @dependabot
- chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.16.14 to 1.17.5 in /modules/localstack, github.com/aws/aws-sdk-go-v2 from 1.24.1 to 1.25.2 in /modules/localstack (#2320) @mdelapenya
- chore(deps): bump github.com/twmb/franz-go from 1.15.4 to 1.16.1 in /modules/redpanda, github.com/twmb/franz-go/pkg/kadm from 1.10.0 to 1.11.0 in /modules/redpanda (#2322) @mdelapenya
- chore(deps): bump github.com/hashicorp/vault-client-go from 0.3.3 to 0.4.3 in /modules/vault, github.com/tidwall/gjson from 1.17.0 to 1.17.1 in /modules/vault (#2321) @mdelapenya
- chore(deps): bump github.com/jackc/pgx/v5 from 5.5.3 to 5.5.4 in /modules/postgres, github.com/jackc/pgx/v5 from 5.5.3 to 5.5.4 in /modules/cockroachdb (#2323) @mdelapenya
- chore(deps): bump golang.org/x/mod from 0.12.0 to 0.16.0 (#2316) @mdelapenya
- chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /modulegen (#2298) @dependabot
- chore(deps): bump github.com/docker/docker from 25.0.2+incompatible to 25.0.3+incompatible (#2296) @mdelapenya
- chore(deps): bump github.com/couchbase/gocb/v2 from 2.7.1 to 2.7.2 in /modules/couchbase, github.com/tidwall/gjson from 1.17.0 to 1.17.1 in /modules/couchbase (#2297) @mdelapenya
- chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#2295) @mdelapenya
- chore(deps): bump github.com/microsoft/go-mssqldb from 1.6.0 to 1.7.0 in /modules/mssql (#2288) @dependabot
- chore(deps): bump github.com/amikos-tech/chroma-go from 0.0.0-20240109142503-c8fb49c3e28c to 0.0.1 in /modules/chroma (#2275) @dependabot
- chore(deps): bump google.golang.org/grpc from 1.61.1 to 1.62.0 in /modules/gcloud, google.golang.org/api from 0.165.0 to 0.167.0 in /modules/gcloud, cloud.google.com/go/pubsub from 1.36.1 to 1.36.2 in /modules/gcloud (#2293) @mdelapenya
- chore(deps): bump github.com/nats-io/nats.go from 1.32.0 to 1.33.1 in /modules/nats (#2253) @dependabot
- chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.17.1 to 2.18.0 in /modules/clickhouse (#2226) @dependabot
- chore(deps): bump github.com/jackc/pgx/v5 from 5.5.2 to 5.5.3 in /modules/cockroachdb (#2217) @dependabot
- chore(deps): bump google.golang.org/grpc from 1.61.0 to 1.61.1 in /modules/gcloud (#2251) @dependabot
- chore(deps): bump github.com/opencontainers/image-spec from 1.1.0-rc5 to 1.1.0 (#2254) @dependabot
- chore(deps): bump google.golang.org/grpc from 1.58.3 to 1.61.1 in /modules/qdrant (#2255) @dependabot
- chore(deps): bump k8s.io/client-go from 0.29.1 to 0.29.2 in /modules/k3s, k8s.io/apimachinery from 0.29.1 to 0.29.2 in /modules/k3s, k8s.io/api from 0.29.1 to 0.29.2 in /modules/k3s (#2236) @mdelapenya
- chore(deps): bump cloud.google.com/go/spanner from 1.56.0 to 1.57.0 in /modules/gcloud, cloud.google.com/go/bigquery from 1.58.0 to 1.59.1 in /modules/gcloud, google.golang.org/api from 0.160.0 to 0.165.0 in /modules/gcloud (#2238) @mdelapenya
- chore(deps): bump golang.org/x/mod from 0.14.0 to 0.15.0 in /modules/kafka, golang.org/x/mod from 0.14.0 to 0.15.0 in /modulegen (#2237) @mdelapenya
v0.28.0
What's Changed
⚠️ Breaking Changes
If you are starting a log producer, it's now possible to pass log options in a variadic manner (at this moment only the log producer timeout option is available). So this breaking change will affect you if and only if you are assigning the StartLogProducer
method of a container to a variable.
🚀 Features
- feat: include PostReady hook, defining proper execution order for container lifecycle hooks (#1922) @mdelapenya
- Added Consul module (#2194) @Chris-AS1
- feat (postgres): support for creating and restoring Snapshots (#2199) @Minivera
- Add Support for WASM Transforms to Redpanda Module (#2170) @gene-redpanda
- feat(modules.clickhouse): Add zookeeper for clickhouse clusterization (#1995) @laskoviymishka
- redpanda: allow using SASL and TLS together (#2140) @srenatus
- feat(modules.cockroachdb) Adds cockroachdb module (#2131) @rcrowe
- Openldap module support (#2117) @jespino
- Adding inbucket module (#2142) @jespino
- feat: Add Minio module (#2132) @adoublef
- Adding LogConsumers start as part of the ContainerRequest (#2073) @jespino
- Adding mockserver module (#2085) @jespino
- feat: expose Redpanda's listener in the docker network (#1994) @sago2k8
- feat: copy files to the container and create directories as needed upon request (#2049) @stillya
- GenericContainer: in case of error: return a reference to the failed container (#2082) @JordanP
🐛 Bug Fixes
- fix: apply volume options only to volumes (#2201) @mdelapenya
- fix: all mounts should contain the testcontainers labels (#2191) @mdelapenya
- fix: deprecate BindMounts correctly (#2190) @mdelapenya
- fix: Add HTTPStrategy WithForcedIPv4LocalHost To Fix Docker Port Map (#1775) @tateexon
- fix: skip-host-cache option removed in latest MySQL 8.3.0 version (#2130) @mdelapenya
- fix: Recreate Ryuk container if terminated (#2084) @Mathew-Estafanous
- fix(modules/rabbitmq): update container image to 3.12.11 to allow connections without passing admin credentials (#2051) @abemedia
- fix(modules.gcloud): pass as ptr to allow request customization (#1972) @jboyens
📖 Documentation
- fix: go doc reference broken image (#2195) @mmorel-35
🧹 Housekeeping
- fix: wait more time in test (#2211) @mdelapenya
- chore(ci): do not fail fast main tests in different Go versions (#2210) @mdelapenya
- redpanda/test: add admin client call (#2200) @srenatus
- chore: do not panic in testable examples (#2193) @mdelapenya
- [redpanda] sasl test for wrong mechanism (#2048) @rwaweber
- chore(docker_mounts): stop doing misleading logging (#2178) @srabraham
- chore: do not compile modules on macos workers on GH (#2164) @mdelapenya
- testifylint: enable compares rule (#2143) @mmorel-35
- chore: bring back assertion for network aliases for bridge in rootless mode (#2141) @mdelapenya
- chore: skip assertions for Docker Rootless (#2135) @mdelapenya
- pin Docker images version (#2129) @mmorel-35
- enable golangci-lint for examples (#2128) @mmorel-35
- enable golangci-lint for redis module (#2126) @mmorel-35
- Go install gotestsum and golangci-lint (#2127) @mmorel-35
- improve OSSF score (#2125) @mmorel-35
- chore: run make lint on new modules (#2122) @mdelapenya
- enable golangci-lint for pulsar (#2121) @mmorel-35
- lint: enable testifylint (#2120) @mmorel-35
- chore: move internal/testcontainersdocker package's files to internal/core (#2083) @mdelapenya
- chore: enrich HTTP headers to the Docker daemon with the project path (#2080) @mdelapenya
📦 Dependency updates
- chore(deps): bump cloud.google.com/go/spanner from 1.55.0 to 1.56.0 in /modules/gcloud, cloud.google.com/go/pubsub from 1.35.0 to 1.36.1 in /modules/gcloud, cloud.google.com/go/bigquery from 1.57.1 to 1.58.0 in /modules/gcloud (#2197) @mdelapenya
- chore(deps): bump github.com/docker/docker from 25.0.1+incompatible to 25.0.2+incompatible (#2196) @mdelapenya
- chore(deps): bump github.com/docker/compose/v2 from 2.24.1 to 2.24.3 in /modules/compose (#2162) @dependabot
- chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 in /modules/minio (#2161) @dependabot
- chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /modules/openldap (#2165) @dependabot
- chore(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 (#2169) @mdelapenya
- chore(deps): bump google.golang.org/api from 0.156.0 to 0.159.0, google.golang.org/grpc from 1.60.1 to 1.61.0, cloud.google.com/go/pubsub from 1.33.0 to 1.35.0 in /modules/gcloud (#2168) @mdelapenya
- chore(deps): bump github.com/hashicorp/consul/api from 1.26.1 to 1.27.0 in /examples/consul (#2152) @dependabot
- chore(deps): bump github.com/couchbase/gocb/v2 from 2.7.0 to 2.7.1 in /modules/couchbase (#2145) @dependabot
- chore(deps): bump k8s.io/api, k8s.io/apimachinery and k8s.io/client-go from 0.29.0 to 0.29.1 in /modules/k3s (#2167) @mdelapenya
- Bump containerd version to v1.7.12 (#2137) @lachieggg
- chore(deps): bump github.com/docker/compose/v2 from 2.23.3 to 2.24.0 in /modules/compose (#2096) @dependabot
- chore(deps): bump github.com/dvsekhvalnov/jose2go from 1.5.0 to 1.6.0 in /modules/pulsar (#2136) @dependabot
- chore(deps): bump github.com/neo4j/neo4j-go-driver/v5 from 5.15.0 to 5.16.0 in /modules/neo4j (#2098) @dependabot
- chore(deps): bump github.com/nats-io/nats.go from 1.31.0 to 1.32.0 in /modules/nats (#2094) @dependabot
- chore(deps): bump golang.org/x/sys from 0.15.0 to 0.16.0 (#2104) @dependabot
- chore(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0 (#2088) @dependabot
- chore(deps): bump cloud.google.com/go/spanner from 1.54.0 to 1.55.0, google.golang.org/api from 0.154.0 to 0.156.0 in /modules/gcloud (#2115) @mdelapenya
- chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.25.10 to 1.26.3, github.com/aws/aws-sdk-go from 1.48.13 to 1.49.19 in /modules/localstack (#2114) @mdelapenya
- chore(deps): bump github.com/docker/go-connections from 0.4.0 to 0.5.0 (#2113) @mdelapenya
- chore(deps): bump jinja2 from 3.1.2 to 3.1.3 (#2086) @dependabot
- fix: align codeql versions in GH workflow (#2081) @mdelapenya
- chore(deps): bump go.mongodb.org/mongo-driver from 1.13.0 to 1.13.1 in /modules/mongodb (#2065) @dependabot
- chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.11 to 3.23.12 (#2068) @dependabot
- chore(deps): bump github.com/twmb/franz-go from 1.15.3 to 1.15.4 in /modules/redpanda (#2072) @dependabot
- chore(deps): bump k8s.io/api, k8s.io/apimachinery, k8s.io/client-go from 0.28.4 to 0.29.0 in /modules/k3s (#2078) @mdelapenya
- chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.16.0 to 2.17.1 in /modules/clickhouse (#2066) @dependabot
- chore(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0 (#2077) @mdelapenya
- bump google.golang.org/api from 0.153.0 to 0.154.0, cloud.google.com/go/spanner from 1.53.1 to 1.54.0, bump google.golang.org/grpc from 1.59.0 to 1.60.1 in /modules/gcloud (#2076) @mdelapenya
- chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.23.5 to 1.24.0 (credentials from 1.16.9 to 1.16.13, service/s3 from 1.47.1 to 1.47.7) in /modules/localstack (#2075) @mdelapenya
- chore(deps): bump github/codeql-action from 2 to 3 (#2056) @dependabot
- chore(deps): bump test-summary/action from 2.1 to 2.2 (#2058) @dependabot
- chore(deps): bump actions/setup-go from 4 to 5 (#2057) @dependabot
v0.27.0
What's Changed
⚠️ Breaking Changes
Building images with FromDockerfile
The ImageBuildInfo
interface now includes a new method: BuildOptions
, which is used to configure the build process.
This method returns the image build options when building a Docker image from a Dockerfile,
and it will apply some defaults and finally call the new BuildOptionsModifier
method from the FromDockerfile struct, if set.
This way it's possible to access Docker's types.ImageBuildOptions
type and modify it before the build process starts.
- feat: support customizing the Docker build command (#1931) @mdelapenya
Executing commands using the Executable interface
It now includes an Options
method that needs to be implemented. This method will allow configuring the exec options added in this PR for the WithStartupCommand
functional option.
If your code is implementing Executable
, you can embed the ExecOptions
struct in your own struct in order to satisfy the interface.
Please take a look at the RabbitMQ
test types to see examples on how to do it.
- feat: support for executing commands in a container with user, workDir and env (#1914) @mdelapenya
🔒 Security
- chore(deps): bump golang.org/x/crypto to 0.17.0 in /modules (#2006) @mdelapenya
🚀 Features
- Add neo4j license agreement customization options (#2036) @danielorbach
- feat: support configuring Ryuk verbose mode at config level (#2038) @mdelapenya
- feat: create networks with random names (#1993) @mdelapenya
- feat: add module to support Microsoft SQL Server (#1969) @agosmou
- feat: exec multiplexed to return stderr (#1933) @gutocondela
- feat: support for custom registry prefixes at the configuration level (#1928) @mdelapenya
- Add username and password functions to mongodb (#1910) @ugrkm
- feat: Allow the container working directory to be specified (#1899) @fhke
- feat: expose a WithNetwork functional option (#1887) @mdelapenya
🐛 Bug Fixes
- fix: remove docker.io from Ryuk image name (#2046) @mdelapenya
- fix: fallback matching of registry authentication config (#1927) @sermio-te
- fix(modules.kafka): Switch to MaxInt for 32-bit support (#1923) @powersj
- fix(reaper): fix race condition when reusing reapers (#1904) @lefinal
- Fix - respect ContainerCustomizer in neo4j module (#1903) @fhke
📖 Documentation
- Add more content on how to use Exec function (#1970) @danvergara
- docs: include MongoDB's username and password options into the docs (#1930) @mdelapenya
- docs: add some Vault module examples (#1825) @kuisathaverat
- docs: fix code snippet for image substitution (#1918) @mdelapenya
- Add database driver note to SQL Wait strategy docs (#1916) @mihaitodor
🧹 Housekeeping
- chore: do not read config but instead pass the hub prefix to the prependHub modifier (#2047) @mdelapenya
- adds gotestsum to install tools (#2043) @hughesjj
- chore: lookup exposed ports in the image from Config, not from ContainerConfig (#2039) @mdelapenya
- chore: skip TestContainerLogWithErrClosed as flaky on rootless docker (#1925) @mdelapenya
- Reduce flakiness in ClickHouse tests (#1902) @rafiramadhana
- lint: enable nonamedreturns (#1909) @mmorel-35
- chore: deprecate BindMount APIs (#1907) @mdelapenya
- chore: make rabbitmq examples more readable (#1905) @mdelapenya
- chore: add tests for withNetwork option (#1894) @mdelapenya
- fix(redpanda): add wait for listening port condition on startup (#1828) @sbuliarca
📦 Dependency updates
- chore: bump Ryuk to 0.6.0 (#2040) @mdelapenya
- chore(deps): bump github.com/containerd/containerd from 1.7.7 to 1.7.11 (#2011) @dependabot
- chore(deps): bump golang.org/x/crypto to 0.17.0 in /modules (#2006) @mdelapenya
- chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.15.0 to 2.16.0 in /modules/clickhouse (#1982) @dependabot
- chore(deps): bump github.com/twmb/franz-go from 1.15.2 to 1.15.3 in /modules/redpanda (#1973) @dependabot
- chore(deps): bump google.golang.org/api from 0.152.0 to 0.153.0, cloud.google.com/go/bigtable from 1.20.0 to 1.21.0 and cloud.google.com/go/spanner from 1.53.0 to 1.53.1 in /modules/gcloud (#1983) @mdelapenya
- chore(deps): bump github.com/aws/aws-sdk-go and github.com/aws/aws-sdk-go-v2 in /modules/localstack (#1981) @mdelapenya
- chore(deps): bump mkdocs-include-markdown-plugin from 6.0.1 to 6.0.4 (#1974) @dependabot
- chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.10 to 3.23.11 (#1943) @dependabot
- chore(deps): bump golang.org/x/mod from 0.13.0 to 0.14.0 in /modules/kafka (#1956) @dependabot
- chore(deps): bump golang.org/x/sys from 0.13.0 to 0.15.0 (#1944) @dependabot
- chore(deps): bump golang.org/x/text and golang.org/x/mod from 0.13.0 to 0.14.0 in /modulegen (#1968) @mdelapenya
- chore(deps): bump go.mongodb.org/mongo-driver from 1.12.1 to 1.13.0 in /modules/mongodb (#1960) @dependabot
- chore(deps): bump github.com/couchbase/gocb/v2 from 2.6.5 to 2.7.0 in /modules/couchbase (#1952) @dependabot
- chore(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.10.1 to 8.11.1 and golang.org/x/mod from 0.13.0 to 0.14.0 in /modules/elasticsearch (#1967) @mdelapenya
- chore(deps): bump github.com/aws/aws-sdk-go and github.com/aws/aws-sdk-go-v2 in /modules/localstack (#1953) @mdelapenya
- chore(deps): bump actions/github-script from 6.4.1 to 7.0.1 (#1949) @dependabot
- chore(deps): bump github.com/IBM/sarama from 1.41.3 to 1.42.1 in /modules/kafka (#1955) @dependabot
- chore(deps): bump github.com/neo4j/neo4j-go-driver/v5 from 5.14.0 to 5.15.0 in /modules/neo4j (#1961) @dependabot
- chore(deps): bump github.com/compose-spec/compose-go from 1.20.0 to 1.20.2 and github.com/docker/compose/v2 from 2.23.0 to 2.23.3 in /modules/compose (#1966) @mdelapenya
- chore(deps): bump google.golang.org/api from 0.143.0 to 0.152.0 and cloud.google.com/go/spanner from 1.50.0 to 1.53.0 in /modules/gcloud (#1965) @mdelapenya
- chore(deps): bump mkdocs-include-markdown-plugin from 6.0.1 to 6.0.4 (#1934) @dependabot
- chore(deps): bump github.com/twmb/franz-go from 1.15.1 to 1.15.2 in /modules/redpanda (#1935) @dependabot
- chore(deps): bump k8s.io from 0.28.3 to 0.28.4 in /modules/k3s (#1954) @mdelapenya
- chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 in /modulegen (#1958) @dependabot
- chore(deps): bump github.com/twmb/franz-go and github.com/twmb/franz-go/pkg/kadm in /modules/redpanda (#1896) @mdelapenya
- chore(deps): bump github.com/nats-io/nkeys and github.com/nats-io/nats.go in /modules/nats (#1897) @mdelapenya
- chore(deps): bump google.golang.org/grpc and cloud.google.com/go/firestore in /modules/gcloud (#1891) @mdelapenya
- chore(deps): bump github.com/aws/aws-sdk-go and github.com/aws/aws-sdk-go-v2/config in /modules/localstack (#1892) @mdelapenya
- chore(deps): bump Github actions (#1890) @mdelapenya
- chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.9 to 3.23.10 (#1858) @dependabot
- chore(deps): bump github.com/hashicorp/consul/api from 1.24.0 to 1.26.1 in /examples/consul (#1863) @dependabot
- chore(deps): bump github.com/IBM/sarama from 1.41.2 to 1.41.3 in /modules/kafka (#1874) @dependabot
- chore(deps): bump github.com/couchbase/gocb/v2 from 2.6.4 to 2.6.5 in /modules/couchbase (#1861) @dependabot
- chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.14.2 to 2.15.0 in /modules/clickhouse (#1867) @dependabot
- chore(deps): bump github.com/neo4j/neo4j-go-driver/v5 from 5.13.0 to 5.14.0 in /modules/neo4j (#1869) @dependabot
- chore(deps): bump github.com/Shopify/toxiproxy/v2 from 2.6.0 to 2.7.0 in /examples/toxiproxy (#1882) @dependabot
- chore(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.10.0 to 8.10.1 in /modules/elasticsearch (#1864) @dependabot
- chore(deps): bump mkdocs-include-markdown-plugin from 6.0.1 to 6.0.3 (#1860) @dependabot
- chore(deps): bump k8s.io/client-go from 0.28.2 to 0.28.3 in /modules/k3s (#1889) @mdelapenya
- chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 (#1888) @mdelapenya
- chore(deps): bump github.com/docker/docker from 24.0.6+incompatible to 24.0.7+incompatible (#1886) @mdelapenya
v0.26.0
What's Changed
🔒 Security
- chore(deps): bump github.com/nats-io/nats-server/v2 from 2.9.21 to 2.9.23 in /modules/nats (#1784) @dependabot
- chore(deps): bump urllib3 from 2.0.6 to 2.0.7 (#1781) @dependabot
- chore(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 (#1772) @mdelapenya
🚀 Features
- feat: add image-keep option for built images (#1785) @lefinal
- feat: support for replacing images with custom substitutions (#1719) @mdelapenya
- ignore patterns defined in dockerignore (#1725) @Luukvdm
- feat: Add Cassandra module (#1726) @anilsenay
- K6 module (#1721) @pablochacin
🐛 Bug Fixes
📖 Documentation
- docs: remove OpenSSF scorecard (#1823) @mdelapenya
- Add OpenSSF Scorecards GitHub Action (#1795) @mmorel-35
- Fix wrong module names in docs and comments (#1776) @anilsenay
- docs: add default options to k6 module (#1744) @mdelapenya
- docs: Fix typo and mention the relevant function name in doc (#1745) @anilsenay
- DOCKER_HOST var typo (#1743) @udf2457
- Rancher Desktop instructions (#1724) @udf2457
🧹 Housekeeping
- Auto-cleanup of k6 build cache (#1788) @pablochacin
- chore: expose SessionID (#1793) @mdelapenya
- chore: use HTTP calls to invoke the lambda from the tests (#1794) @mdelapenya
- Log producer start stop sync (#1701) @gflarity
- chore: add an example of using localstack alongside AWS lambdas (#1790) @mdelapenya
- fix: use correct formatting directive for errors in lifecycle logs (#1780) @robherley
- fix race condition in Test_StartStop (#1700) @gflarity
📦 Dependency updates
- chore(deps): bump github.com/opencontainers/image-spec from 1.1.0-rc4 to 1.1.0-rc5 (#1626) @dependabot
- chore(deps): bump github.com/containerd/containerd from 1.7.6 to 1.7.7 (#1742) @dependabot
- chore(deps): bump golang.org/x/sys from 0.12.0 to 0.13.0 (#1730) @dependabot
- chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 (#1822) @mdelapenya
- chore(deps): bump github.com/nats-io/nats-server/v2 from 2.9.21 to 2.9.23 in /modules/nats (#1784) @dependabot
- chore(deps): bump urllib3 from 2.0.6 to 2.0.7 (#1781) @dependabot
- chore(deps): combine and bump compose dependencies (#1787) @mdelapenya
- chore(deps): bump golang.org/x/mod from 0.12.0 to 0.13.0 in /modules/{elasticsearch,kafka} and /modulegen (#1778) @mdelapenya
- chore(deps): bump github.com/rabbitmq/amqp091-go from 1.8.1 to 1.9.0 in /modules/rabbitmq (#1728) @dependabot
- chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.14.1 to 2.14.2 in /modules/clickhouse (#1732) @dependabot
- chore(deps): bump github.com/aws/aws-sdk-go-v2/{service/s3,credentials,config} in /modules/localstack (#1773) @mdelapenya
- chore(deps): bump cloud.google.com/go/{datastore,bigtable,spanner} in /modules/gcloud (#1774) @mdelapenya
- chore(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 (#1772) @mdelapenya
- chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.8 to 3.23.9 (#1720) @mdelapenya
- chore(deps): bump urllib3 from 2.0.5 to 2.0.6 (#1718) @dependabot
- chore(deps): bump github.com/twmb/franz-go/pkg/kadm from 1.9.1 to 1.9.2 in /modules/redpanda (#1714) @dependabot
- chore(deps): bump github.com/couchbase/gocb/v2 from 2.6.3 to 2.6.4 in /modules/couchbase (#1704) @dependabot
- chore(deps): bump github.com/neo4j/neo4j-go-driver/v5 from 5.12.0 to 5.13.0 in /modules/neo4j (#1713) @dependabot
- chore(deps): bump github.com/nats-io/nats.go from 1.30.0 to 1.30.2 in /modules/nats (#1705) @dependabot
- chore(deps): bump cloud.google.com/go/firestore from 1.12.0 to 1.13.0, google.golang.org/api from 0.142.0 to 0.143.0 and cloud.google.com/ge, google.golang.org/api from 0.142.0 to 0.143.0 and cloud.google.com/go/bigquery from 1.53.0 to 1.55 in /modules/gcloud (#1716) @mdelapenya
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.39.0 to 1.40.0 and github.com/aws/aws-sdk-go from 1.45.15 to 1.45.19 in /modules/localstack (#1717) @mdelapenya
v0.25.0
What's Changed
🚀 Features
- feat: add GCloud module (#1670) @mdelapenya
- make ryuk timeouts configurable via properties file (#1668) @srenatus
- feat: support for loading images in the K3s module (#1622) @pablochacin
- feat: add RabbitMQ support (#1618) @mdelapenya
- feat: add functional option for startup commands (#1647) @mdelapenya
🐛 Bug Fixes
- fix: avoid checking for the reaper out of its mutex (#1692) @mdelapenya
📖 Documentation
- fix: typo (#1696) @testwill
- docs: improve experience for creating modules for first time (#1690) @mdelapenya
- docs: remove shared docs in template (#1650) @mdelapenya
- docs: have common options in a common markdown file (#1648) @mdelapenya
🧹 Housekeeping
- avoid race conditions by waiting one polling interval (#1697) @gflarity
- Improve redpanda resource usage (#1698) @eddumelendez
- fix TestContainerRunningCheckingStatusCode to pass on arm platforms (#1693) @gflarity
- reduce timeout in context cancellation propegation test for test stability (#1695) @gflarity
- TestBuildContainerFromDockerfileWithDockerAuthConfig working on MacOS (#1694) @gflarity
- Wait for k3s node to sync (#1685) @pablochacin
- fix: support running the semver Docker image interactively during the release process (#1646) @mdelapenya
📦 Dependency updates
- fix: bump tc-go dependency in RabbitMQ (#1699) @mdelapenya
- chore(deps): bump golang.org/x/text to v0.15.0 (#1687) @mdelapenya
- chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.7 to 3.23.8 (#1651) @dependabot
- chore(deps): bump github.com/IBM/sarama from 1.41.1 to 1.41.2 in /modules/kafka (#1637) @dependabot
- chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.13.4 to 2.14.1 in /modules/clickhouse (#1625) @dependabot
- chore(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.9.0 to 8.10.0 in /modules/elasticsearch (#1641) @dependabot
- chore(deps): bump github.com/tidwall/gjson from 1.16.0 to 1.17.0 in /modules/couchbase and /modules/vault (#1684) @mdelapenya
- chore(deps): bump mkdocs from 1.5.2 to 1.5.3 (#1662) @dependabot
- chore(deps): bump github.com/nats-io/nats.go from 1.28.0 to 1.30.0 in /modules/nats (#1657) @dependabot
- chore(deps): bump k8s.io/apimachinery from 0.28.1 to 0.28.2 and k8s.io/client-go from 0.28.1 to 0.28.2 in /modules/k3s (#1683) @mdelapenya
- chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.39 to 1.18.42 and github.com/aws/aws-sdk-go from 1.45.3 to 1.45.15 and github.com/aws/aws-sdk-go-v2/service/s3 from 1.38.5 to 1.39.0 in /modules/localstack (#1680) @mdelapenya
- chore(deps): bump github.com/twmb/franz-go/pkg/kadm from 1.9.0 to 1.9.1 and github.com/twmb/franz-go from 1.14.4 to 1.15.0 in /modules/redpanda (#1682) @mdelapenya
- chore(deps): bump cloud.google.com/go/datastore from 1.13.0 to 1.14.0 and google.golang.org/grpc from 1.58.1 to 1.58.2 and cloud.google.com/go/spanner from 1.47.0 to 1.49.0 in /modules/gcloud (#1681) @mdelapenya
- chore(deps): bump mkdocs-material from 8.2.7 to 9.3.2 (#1649) @dependabot
- chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.58.1 and google.golang.org/api from 0.138.0 to 0.142.0 in /examples (#1667) @mdelapenya