diff --git a/docs/modules/artemis.md b/docs/modules/artemis.md index dc6d370eea..395f1b304b 100644 --- a/docs/modules/artemis.md +++ b/docs/modules/artemis.md @@ -28,7 +28,7 @@ go get github.com/testcontainers/testcontainers-go/modules/artemis ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/azurite.md b/docs/modules/azurite.md index 42440e34b3..f1c7c42d14 100644 --- a/docs/modules/azurite.md +++ b/docs/modules/azurite.md @@ -1,6 +1,6 @@ # Azurite -Not available until the next release of testcontainers-go :material-tag: main +Since testcontainers-go :material-tag: v0.32.0 ## Introduction @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/azurite ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. @@ -60,7 +60,7 @@ E.g. `Run(context.Background(), "mcr.microsoft.com/azure-storage/azurite:3.28.0" #### WithInMemoryPersistence -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 If you want to use in-memory persistence, you can use `WithInMemoryPersistence(megabytes float64)`. E.g. `azurite.WithInMemoryPersistence(64.0)`. @@ -75,13 +75,13 @@ The Azurite container exposes the following methods: #### ServiceURL -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 Returns the service URL to connect to the Azurite container and an error, passing the Go context and the service name as parameters. #### MustServiceURL -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 Returns the service URL to connect to the Azurite container, passing the Go context and the service name as parameters. If an error occurs, it will panic. diff --git a/docs/modules/cassandra.md b/docs/modules/cassandra.md index 66c8adc237..f69705ecc9 100644 --- a/docs/modules/cassandra.md +++ b/docs/modules/cassandra.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/cassandra ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/chroma.md b/docs/modules/chroma.md index 0b5efe44f8..632528dffe 100644 --- a/docs/modules/chroma.md +++ b/docs/modules/chroma.md @@ -29,7 +29,7 @@ go get github.com/testcontainers/testcontainers-go/modules/chroma ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/clickhouse.md b/docs/modules/clickhouse.md index f270d62651..0fb91bb918 100644 --- a/docs/modules/clickhouse.md +++ b/docs/modules/clickhouse.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/clickhouse ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/cockroachdb.md b/docs/modules/cockroachdb.md index b9211025c8..6bbdba0792 100644 --- a/docs/modules/cockroachdb.md +++ b/docs/modules/cockroachdb.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/cockroachdb ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/consul.md b/docs/modules/consul.md index 51787e2645..813799e28a 100644 --- a/docs/modules/consul.md +++ b/docs/modules/consul.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/consul ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/couchbase.md b/docs/modules/couchbase.md index ccd389665e..ac07889bfa 100644 --- a/docs/modules/couchbase.md +++ b/docs/modules/couchbase.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/couchbase ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/dolt.md b/docs/modules/dolt.md index 71d1ee3357..2e0fb219b3 100644 --- a/docs/modules/dolt.md +++ b/docs/modules/dolt.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/dolt ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/elasticsearch.md b/docs/modules/elasticsearch.md index 4310879d02..9d2da44213 100644 --- a/docs/modules/elasticsearch.md +++ b/docs/modules/elasticsearch.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/elasticsearch ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/gcloud.md b/docs/modules/gcloud.md index e1089471aa..c01225b65c 100644 --- a/docs/modules/gcloud.md +++ b/docs/modules/gcloud.md @@ -79,7 +79,7 @@ It's important to set the `option.WithEndpoint()` option using the container's U ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunXXXContainer(ctx, opts...)` functions are deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/inbucket.md b/docs/modules/inbucket.md index 8ee002e6a2..c377e6d536 100644 --- a/docs/modules/inbucket.md +++ b/docs/modules/inbucket.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/inbucket ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/influxdb.md b/docs/modules/influxdb.md index 62c49c0254..6f58321a06 100644 --- a/docs/modules/influxdb.md +++ b/docs/modules/influxdb.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/influxdb ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/k3s.md b/docs/modules/k3s.md index 20121ee216..6ada392534 100644 --- a/docs/modules/k3s.md +++ b/docs/modules/k3s.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/k3s ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/k6.md b/docs/modules/k6.md index c13e76f65f..723c87c948 100644 --- a/docs/modules/k6.md +++ b/docs/modules/k6.md @@ -31,7 +31,7 @@ go get github.com/testcontainers/testcontainers-go/modules/k6 ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/kafka.md b/docs/modules/kafka.md index 1dbc1aefff..d2f951b043 100644 --- a/docs/modules/kafka.md +++ b/docs/modules/kafka.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/kafka ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/localstack.md b/docs/modules/localstack.md index 15b836693b..cf209162af 100644 --- a/docs/modules/localstack.md +++ b/docs/modules/localstack.md @@ -29,7 +29,7 @@ Use the `testcontainers.WithEnv` option when creating the `LocalStackContainer` ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/mariadb.md b/docs/modules/mariadb.md index 25323330f7..082c9bd430 100644 --- a/docs/modules/mariadb.md +++ b/docs/modules/mariadb.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/mariadb ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/milvus.md b/docs/modules/milvus.md index 2f395ae558..17e226b0c7 100644 --- a/docs/modules/milvus.md +++ b/docs/modules/milvus.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/milvus ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/minio.md b/docs/modules/minio.md index 45976cbba0..d54bf3df31 100644 --- a/docs/modules/minio.md +++ b/docs/modules/minio.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/minio ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/mockserver.md b/docs/modules/mockserver.md index 4cf4686eb8..6e3fca77de 100644 --- a/docs/modules/mockserver.md +++ b/docs/modules/mockserver.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/mockserver ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/mongodb.md b/docs/modules/mongodb.md index f4893a4874..3af4ae952c 100644 --- a/docs/modules/mongodb.md +++ b/docs/modules/mongodb.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/mongodb ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/mssql.md b/docs/modules/mssql.md index 7aa69cd3f1..51a63d417b 100644 --- a/docs/modules/mssql.md +++ b/docs/modules/mssql.md @@ -29,7 +29,7 @@ go get github.com/testcontainers/testcontainers-go/modules/mssql ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/mysql.md b/docs/modules/mysql.md index 244b86df0f..ca81ba3974 100644 --- a/docs/modules/mysql.md +++ b/docs/modules/mysql.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/mysql ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/nats.md b/docs/modules/nats.md index 6ff0b1880c..21419bdc76 100644 --- a/docs/modules/nats.md +++ b/docs/modules/nats.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/nats ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/neo4j.md b/docs/modules/neo4j.md index 70bcb4cebe..aadda970e1 100644 --- a/docs/modules/neo4j.md +++ b/docs/modules/neo4j.md @@ -26,7 +26,7 @@ Running Neo4j as a single-instance server, with the [APOC plugin](https://neo4j. ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/ollama.md b/docs/modules/ollama.md index 6bb9047172..c16e612142 100644 --- a/docs/modules/ollama.md +++ b/docs/modules/ollama.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/ollama ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/openfga.md b/docs/modules/openfga.md index 472d8d60de..a7766ccc0c 100644 --- a/docs/modules/openfga.md +++ b/docs/modules/openfga.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/openfga ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/openldap.md b/docs/modules/openldap.md index 71a810295b..0a5a7b7204 100644 --- a/docs/modules/openldap.md +++ b/docs/modules/openldap.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/openldap ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/opensearch.md b/docs/modules/opensearch.md index a6f78ab85d..7edc0c3a70 100644 --- a/docs/modules/opensearch.md +++ b/docs/modules/opensearch.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/opensearch ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/postgres.md b/docs/modules/postgres.md index 99ae97be08..82b1e04351 100644 --- a/docs/modules/postgres.md +++ b/docs/modules/postgres.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/postgres ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. @@ -125,7 +125,7 @@ tests very modular, since they always run on a brand-new database. ### Snapshot/Restore with custom driver -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 The snapshot/restore feature tries to use the `postgres` driver with go's included `sql.DB` package to perform database operations. If the `postgres` driver is not installed, it will fall back to using `docker exec`, which works, but is slower. diff --git a/docs/modules/pulsar.md b/docs/modules/pulsar.md index 7713e67f1e..d8c3db5735 100644 --- a/docs/modules/pulsar.md +++ b/docs/modules/pulsar.md @@ -30,7 +30,7 @@ Create a `Pulsar` container to use it in your tests: ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/qdrant.md b/docs/modules/qdrant.md index 45c45c0afb..77bc9a2413 100644 --- a/docs/modules/qdrant.md +++ b/docs/modules/qdrant.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/qdrant ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/rabbitmq.md b/docs/modules/rabbitmq.md index 3fece430c1..5b77aaf5ee 100644 --- a/docs/modules/rabbitmq.md +++ b/docs/modules/rabbitmq.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/rabbitmq ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/redis.md b/docs/modules/redis.md index aa2637e39b..51e111dfff 100644 --- a/docs/modules/redis.md +++ b/docs/modules/redis.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/redis ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/redpanda.md b/docs/modules/redpanda.md index a9c024739a..f923b8be09 100644 --- a/docs/modules/redpanda.md +++ b/docs/modules/redpanda.md @@ -29,7 +29,7 @@ go get github.com/testcontainers/testcontainers-go/modules/redpanda ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/registry.md b/docs/modules/registry.md index 484c9425f4..ced274a2b6 100644 --- a/docs/modules/registry.md +++ b/docs/modules/registry.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/registry ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/surrealdb.md b/docs/modules/surrealdb.md index 31a92b025f..67659b8e19 100644 --- a/docs/modules/surrealdb.md +++ b/docs/modules/surrealdb.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/surrealdb ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/vault.md b/docs/modules/vault.md index e7fbe1ca5d..aadcbdcb5e 100644 --- a/docs/modules/vault.md +++ b/docs/modules/vault.md @@ -50,7 +50,7 @@ go get -u github.com/hashicorp/vault-client-go ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/vearch.md b/docs/modules/vearch.md index f3ada2121c..17baabbe46 100644 --- a/docs/modules/vearch.md +++ b/docs/modules/vearch.md @@ -1,6 +1,6 @@ # Vearch -Not available until the next release of testcontainers-go :material-tag: main +Since testcontainers-go :material-tag: v0.32.0 ## Introduction @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/vearch ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/docs/modules/weaviate.md b/docs/modules/weaviate.md index 22f0c48507..333cceb7cd 100644 --- a/docs/modules/weaviate.md +++ b/docs/modules/weaviate.md @@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/weaviate ### Run function -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.32.0 !!!info The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_. diff --git a/examples/nginx/go.mod b/examples/nginx/go.mod index 666e3315a1..6ef3fe8aa5 100644 --- a/examples/nginx/go.mod +++ b/examples/nginx/go.mod @@ -2,7 +2,7 @@ module github.com/testcontainers/testcontainers-go/examples/nginx go 1.21 -require github.com/testcontainers/testcontainers-go v0.31.0 +require github.com/testcontainers/testcontainers-go v0.32.0 replace github.com/testcontainers/testcontainers-go => ../.. diff --git a/examples/toxiproxy/go.mod b/examples/toxiproxy/go.mod index 06b126e635..8f73ba08f6 100644 --- a/examples/toxiproxy/go.mod +++ b/examples/toxiproxy/go.mod @@ -6,7 +6,7 @@ require ( github.com/Shopify/toxiproxy/v2 v2.8.0 github.com/go-redis/redis/v8 v8.11.5 github.com/google/uuid v1.6.0 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) require ( diff --git a/mkdocs.yml b/mkdocs.yml index 0b4d09f5c9..8a32d02e25 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -132,4 +132,4 @@ nav: - Getting help: getting_help.md edit_uri: edit/main/docs/ extra: - latest_version: v0.31.0 + latest_version: v0.32.0 diff --git a/modules/artemis/go.mod b/modules/artemis/go.mod index 756df528e0..34b57e902a 100644 --- a/modules/artemis/go.mod +++ b/modules/artemis/go.mod @@ -6,7 +6,7 @@ require ( github.com/docker/go-connections v0.5.0 github.com/go-stomp/stomp/v3 v3.0.5 github.com/stretchr/testify v1.9.0 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) require ( diff --git a/modules/azurite/go.mod b/modules/azurite/go.mod index 7923069342..8d022b8dba 100644 --- a/modules/azurite/go.mod +++ b/modules/azurite/go.mod @@ -8,7 +8,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.2 github.com/Azure/azure-sdk-for-go/sdk/storage/azqueue v1.0.0 github.com/docker/go-connections v0.5.0 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) require ( diff --git a/modules/cassandra/go.mod b/modules/cassandra/go.mod index a8b7240813..fdf2084b38 100644 --- a/modules/cassandra/go.mod +++ b/modules/cassandra/go.mod @@ -6,7 +6,7 @@ require ( github.com/docker/go-connections v0.5.0 github.com/gocql/gocql v1.6.0 github.com/stretchr/testify v1.9.0 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) require ( diff --git a/modules/chroma/go.mod b/modules/chroma/go.mod index 2f1f15aeda..13e6022d69 100644 --- a/modules/chroma/go.mod +++ b/modules/chroma/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/amikos-tech/chroma-go v0.1.2 github.com/stretchr/testify v1.9.0 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) require ( diff --git a/modules/clickhouse/go.mod b/modules/clickhouse/go.mod index 6d60f5e97c..38f66abe9c 100644 --- a/modules/clickhouse/go.mod +++ b/modules/clickhouse/go.mod @@ -7,7 +7,7 @@ require ( github.com/cenkalti/backoff/v4 v4.2.1 github.com/docker/go-connections v0.5.0 github.com/stretchr/testify v1.9.0 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) require ( diff --git a/modules/cockroachdb/go.mod b/modules/cockroachdb/go.mod index bfc1c4a19f..4ae9d78731 100644 --- a/modules/cockroachdb/go.mod +++ b/modules/cockroachdb/go.mod @@ -6,7 +6,7 @@ require ( github.com/docker/go-connections v0.5.0 github.com/jackc/pgx/v5 v5.5.4 github.com/stretchr/testify v1.9.0 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) require ( diff --git a/modules/compose/go.mod b/modules/compose/go.mod index 57c975b2a9..7fc42c8831 100644 --- a/modules/compose/go.mod +++ b/modules/compose/go.mod @@ -11,7 +11,7 @@ require ( github.com/docker/docker v27.0.3+incompatible github.com/google/uuid v1.6.0 github.com/stretchr/testify v1.9.0 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 golang.org/x/sync v0.7.0 gopkg.in/yaml.v3 v3.0.1 ) diff --git a/modules/consul/go.mod b/modules/consul/go.mod index 27ba82e322..32e9ef23bf 100644 --- a/modules/consul/go.mod +++ b/modules/consul/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/hashicorp/consul/api v1.27.0 github.com/stretchr/testify v1.9.0 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) require ( diff --git a/modules/couchbase/go.mod b/modules/couchbase/go.mod index e9d8f7f6b4..a3a9e46684 100644 --- a/modules/couchbase/go.mod +++ b/modules/couchbase/go.mod @@ -8,7 +8,7 @@ require ( github.com/cenkalti/backoff/v4 v4.2.1 github.com/couchbase/gocb/v2 v2.7.2 github.com/docker/go-connections v0.5.0 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 github.com/tidwall/gjson v1.17.1 ) diff --git a/modules/dolt/go.mod b/modules/dolt/go.mod index 032eab2537..159e63bf35 100644 --- a/modules/dolt/go.mod +++ b/modules/dolt/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/go-sql-driver/mysql v1.7.1 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) require ( diff --git a/modules/elasticsearch/go.mod b/modules/elasticsearch/go.mod index 62a0189c77..e554f1bbb9 100644 --- a/modules/elasticsearch/go.mod +++ b/modules/elasticsearch/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/elastic/go-elasticsearch/v8 v8.12.1 github.com/stretchr/testify v1.9.0 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 golang.org/x/mod v0.16.0 ) diff --git a/modules/gcloud/go.mod b/modules/gcloud/go.mod index 2e0519bc49..450b30aeaf 100644 --- a/modules/gcloud/go.mod +++ b/modules/gcloud/go.mod @@ -10,7 +10,7 @@ require ( cloud.google.com/go/pubsub v1.36.2 cloud.google.com/go/spanner v1.57.0 github.com/docker/go-connections v0.5.0 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 google.golang.org/api v0.168.0 google.golang.org/grpc v1.62.0 ) diff --git a/modules/inbucket/go.mod b/modules/inbucket/go.mod index d6ade3240d..c8ae30122e 100644 --- a/modules/inbucket/go.mod +++ b/modules/inbucket/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/inbucket/inbucket v2.0.0+incompatible - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) require ( diff --git a/modules/influxdb/go.mod b/modules/influxdb/go.mod index 75aef4f44b..f47e92fbca 100644 --- a/modules/influxdb/go.mod +++ b/modules/influxdb/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c github.com/stretchr/testify v1.9.0 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) require ( diff --git a/modules/k3s/go.mod b/modules/k3s/go.mod index 0f5f3bd02d..78a216603e 100644 --- a/modules/k3s/go.mod +++ b/modules/k3s/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/docker/docker v27.0.3+incompatible github.com/docker/go-connections v0.5.0 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 gopkg.in/yaml.v3 v3.0.1 k8s.io/api v0.29.2 k8s.io/apimachinery v0.29.2 diff --git a/modules/k6/go.mod b/modules/k6/go.mod index 70b3b0b978..ef0d116855 100644 --- a/modules/k6/go.mod +++ b/modules/k6/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/docker/docker v27.0.3+incompatible - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) require ( diff --git a/modules/kafka/go.mod b/modules/kafka/go.mod index 4b3fb4e330..bd38bda77b 100644 --- a/modules/kafka/go.mod +++ b/modules/kafka/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/IBM/sarama v1.42.1 github.com/docker/go-connections v0.5.0 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 golang.org/x/mod v0.16.0 ) diff --git a/modules/localstack/go.mod b/modules/localstack/go.mod index c42445351a..f108378a13 100644 --- a/modules/localstack/go.mod +++ b/modules/localstack/go.mod @@ -11,7 +11,7 @@ require ( github.com/docker/docker v27.0.3+incompatible github.com/docker/go-connections v0.5.0 github.com/stretchr/testify v1.9.0 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 golang.org/x/mod v0.16.0 ) diff --git a/modules/mariadb/go.mod b/modules/mariadb/go.mod index 1aa70385d4..e4df3347f0 100644 --- a/modules/mariadb/go.mod +++ b/modules/mariadb/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/go-sql-driver/mysql v1.7.1 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) require ( diff --git a/modules/milvus/go.mod b/modules/milvus/go.mod index 2814948549..c207bc932e 100644 --- a/modules/milvus/go.mod +++ b/modules/milvus/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/milvus-io/milvus-sdk-go/v2 v2.3.6 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) require ( diff --git a/modules/minio/go.mod b/modules/minio/go.mod index 113211d3cf..9359d64e26 100644 --- a/modules/minio/go.mod +++ b/modules/minio/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/minio/minio-go/v7 v7.0.68 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) require ( diff --git a/modules/mockserver/go.mod b/modules/mockserver/go.mod index a2f3e77577..b9f9efb290 100644 --- a/modules/mockserver/go.mod +++ b/modules/mockserver/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/BraspagDevelopers/mock-server-client v0.2.2 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) require ( diff --git a/modules/mongodb/go.mod b/modules/mongodb/go.mod index 97a7c2305e..f649a372f4 100644 --- a/modules/mongodb/go.mod +++ b/modules/mongodb/go.mod @@ -3,7 +3,7 @@ module github.com/testcontainers/testcontainers-go/modules/mongodb go 1.21 require ( - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 go.mongodb.org/mongo-driver v1.13.1 ) diff --git a/modules/mssql/go.mod b/modules/mssql/go.mod index 50786b565b..61009ad73f 100644 --- a/modules/mssql/go.mod +++ b/modules/mssql/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/microsoft/go-mssqldb v1.7.0 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) require ( diff --git a/modules/mysql/go.mod b/modules/mysql/go.mod index be9928db2f..79fb21f2e7 100644 --- a/modules/mysql/go.mod +++ b/modules/mysql/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/go-sql-driver/mysql v1.7.1 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) diff --git a/modules/nats/go.mod b/modules/nats/go.mod index 0b5f20ee57..05395dbb24 100644 --- a/modules/nats/go.mod +++ b/modules/nats/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/nats-io/nats.go v1.33.1 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) require ( diff --git a/modules/neo4j/go.mod b/modules/neo4j/go.mod index 1d49764684..d8878dea67 100644 --- a/modules/neo4j/go.mod +++ b/modules/neo4j/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/docker/go-connections v0.5.0 github.com/neo4j/neo4j-go-driver/v5 v5.18.0 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) require ( diff --git a/modules/ollama/go.mod b/modules/ollama/go.mod index 0eff7bbcd5..0957af13d1 100644 --- a/modules/ollama/go.mod +++ b/modules/ollama/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/docker/docker v27.0.3+incompatible github.com/google/uuid v1.6.0 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 github.com/tmc/langchaingo v0.1.5 ) diff --git a/modules/openfga/go.mod b/modules/openfga/go.mod index d31333297e..9d9c504229 100644 --- a/modules/openfga/go.mod +++ b/modules/openfga/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/openfga/go-sdk v0.3.5 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) require ( diff --git a/modules/openldap/go.mod b/modules/openldap/go.mod index 853ea69bfe..fb7e8ea6c0 100644 --- a/modules/openldap/go.mod +++ b/modules/openldap/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/go-ldap/ldap/v3 v3.4.6 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) require ( diff --git a/modules/opensearch/go.mod b/modules/opensearch/go.mod index bc37c70ba9..d834b7165d 100644 --- a/modules/opensearch/go.mod +++ b/modules/opensearch/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/docker/docker v27.0.3+incompatible github.com/docker/go-units v0.5.0 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) require ( diff --git a/modules/postgres/go.mod b/modules/postgres/go.mod index 7e5a524b53..51e767bb95 100644 --- a/modules/postgres/go.mod +++ b/modules/postgres/go.mod @@ -7,7 +7,7 @@ require ( github.com/jackc/pgx/v5 v5.5.4 github.com/lib/pq v1.10.9 github.com/stretchr/testify v1.9.0 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) diff --git a/modules/pulsar/go.mod b/modules/pulsar/go.mod index d2a34f7b32..367b85758a 100644 --- a/modules/pulsar/go.mod +++ b/modules/pulsar/go.mod @@ -7,7 +7,7 @@ require ( github.com/docker/docker v27.0.3+incompatible github.com/docker/go-connections v0.5.0 github.com/stretchr/testify v1.9.0 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) replace github.com/testcontainers/testcontainers-go => ../.. diff --git a/modules/qdrant/go.mod b/modules/qdrant/go.mod index 3b7cb85b4c..62e289b949 100644 --- a/modules/qdrant/go.mod +++ b/modules/qdrant/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/qdrant/go-client v1.7.0 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 google.golang.org/grpc v1.62.0 ) diff --git a/modules/rabbitmq/go.mod b/modules/rabbitmq/go.mod index f3c2690a06..efabb5310a 100644 --- a/modules/rabbitmq/go.mod +++ b/modules/rabbitmq/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/docker/go-connections v0.5.0 github.com/rabbitmq/amqp091-go v1.9.0 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) require ( diff --git a/modules/redis/go.mod b/modules/redis/go.mod index d3af43eab5..638c9ddcea 100644 --- a/modules/redis/go.mod +++ b/modules/redis/go.mod @@ -6,7 +6,7 @@ require ( github.com/go-redis/redis/v8 v8.11.5 github.com/google/uuid v1.6.0 github.com/stretchr/testify v1.9.0 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) diff --git a/modules/redpanda/go.mod b/modules/redpanda/go.mod index 3cf9b99bb9..5e0970a02b 100644 --- a/modules/redpanda/go.mod +++ b/modules/redpanda/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/docker/go-connections v0.5.0 github.com/stretchr/testify v1.9.0 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 github.com/twmb/franz-go v1.16.1 github.com/twmb/franz-go/pkg/kadm v1.11.0 golang.org/x/mod v0.16.0 diff --git a/modules/registry/go.mod b/modules/registry/go.mod index 86b5b01d7d..fedd1005eb 100644 --- a/modules/registry/go.mod +++ b/modules/registry/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/docker/docker v27.0.3+incompatible - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) require ( diff --git a/modules/surrealdb/go.mod b/modules/surrealdb/go.mod index eaa2707f79..4f078671d3 100644 --- a/modules/surrealdb/go.mod +++ b/modules/surrealdb/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/surrealdb/surrealdb.go v0.2.1 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 ) require ( diff --git a/modules/vault/go.mod b/modules/vault/go.mod index f68b00fd97..683971df5a 100644 --- a/modules/vault/go.mod +++ b/modules/vault/go.mod @@ -6,7 +6,7 @@ require ( github.com/docker/docker v27.0.3+incompatible github.com/hashicorp/vault-client-go v0.4.3 github.com/stretchr/testify v1.9.0 - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 github.com/tidwall/gjson v1.17.1 ) diff --git a/modules/vearch/go.mod b/modules/vearch/go.mod index 7b75f9869e..4d458e1f6f 100644 --- a/modules/vearch/go.mod +++ b/modules/vearch/go.mod @@ -2,7 +2,7 @@ module github.com/testcontainers/testcontainers-go/modules/vearch go 1.22.0 -require github.com/testcontainers/testcontainers-go v0.31.0 +require github.com/testcontainers/testcontainers-go v0.32.0 require ( dario.cat/mergo v1.0.0 // indirect diff --git a/modules/weaviate/go.mod b/modules/weaviate/go.mod index 16ff421f26..f4d44df29d 100644 --- a/modules/weaviate/go.mod +++ b/modules/weaviate/go.mod @@ -3,7 +3,7 @@ module github.com/testcontainers/testcontainers-go/modules/weaviate go 1.21 require ( - github.com/testcontainers/testcontainers-go v0.31.0 + github.com/testcontainers/testcontainers-go v0.32.0 github.com/weaviate/weaviate-go-client/v4 v4.13.1 google.golang.org/grpc v1.62.1 ) diff --git a/sonar-project.properties b/sonar-project.properties index e08b49878a..db5af70375 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -7,7 +7,7 @@ sonar.projectKey=testcontainers_testcontainers-go sonar.projectName=testcontainers-go -sonar.projectVersion=v0.31.0 +sonar.projectVersion=v0.32.0 sonar.sources=.