From 357cff81c2e44ce1c27112244dce4d40229be347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Thu, 15 Feb 2024 11:54:11 +0100 Subject: [PATCH] chore: use new version (v0.28.0) in modules and examples --- docs/features/common_functional_options.md | 4 ++-- docs/modules/cockroachdb.md | 2 +- docs/modules/consul.md | 2 +- docs/modules/inbucket.md | 2 +- docs/modules/minio.md | 2 +- docs/modules/mockserver.md | 2 +- docs/modules/openldap.md | 2 +- examples/nginx/go.mod | 2 +- examples/toxiproxy/go.mod | 2 +- mkdocs.yml | 2 +- modules/artemis/go.mod | 2 +- modules/cassandra/go.mod | 2 +- modules/clickhouse/go.mod | 2 +- modules/cockroachdb/go.mod | 2 +- modules/compose/go.mod | 2 +- modules/consul/go.mod | 2 +- modules/couchbase/go.mod | 2 +- modules/elasticsearch/go.mod | 2 +- modules/gcloud/go.mod | 2 +- modules/inbucket/go.mod | 2 +- modules/k3s/go.mod | 2 +- modules/k6/go.mod | 2 +- modules/kafka/go.mod | 2 +- modules/localstack/go.mod | 2 +- modules/mariadb/go.mod | 2 +- modules/minio/go.mod | 2 +- modules/mockserver/go.mod | 2 +- modules/mongodb/go.mod | 2 +- modules/mssql/go.mod | 2 +- modules/mysql/go.mod | 2 +- modules/nats/go.mod | 2 +- modules/neo4j/go.mod | 2 +- modules/openldap/go.mod | 2 +- modules/postgres/go.mod | 2 +- modules/pulsar/go.mod | 2 +- modules/rabbitmq/go.mod | 2 +- modules/redis/go.mod | 2 +- modules/redpanda/go.mod | 2 +- modules/vault/go.mod | 2 +- sonar-project.properties | 2 +- 40 files changed, 41 insertions(+), 41 deletions(-) diff --git a/docs/features/common_functional_options.md b/docs/features/common_functional_options.md index ad617ed814..e9f35bcaff 100644 --- a/docs/features/common_functional_options.md +++ b/docs/features/common_functional_options.md @@ -17,7 +17,7 @@ Using the `WithImageSubstitutors` options, you could define your own substitutio #### WithLogConsumers -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.28.0 If you need to consume the logs of the container, you can use `testcontainers.WithLogConsumers` with a valid log consumer. An example of a log consumer is the following: @@ -60,7 +60,7 @@ You could use this feature to run a custom script, or to run a command that is n #### Ready Commands -- Not available until the next release of testcontainers-go :material-tag: main +- Since testcontainers-go :material-tag: v0.28.0 Testcontainers exposes the `WithAfterReadyCommand(e ...Executable)` option to run arbitrary commands in the container right after it's ready, which happens when the defined wait strategies have finished with success. diff --git a/docs/modules/cockroachdb.md b/docs/modules/cockroachdb.md index a3dd3d84bb..51c845b9f4 100644 --- a/docs/modules/cockroachdb.md +++ b/docs/modules/cockroachdb.md @@ -1,6 +1,6 @@ # CockroachDB -Not available until the next release of testcontainers-go :material-tag: main +Since testcontainers-go :material-tag: v0.28.0 ## Introduction diff --git a/docs/modules/consul.md b/docs/modules/consul.md index ba21cc39b1..e094efed9e 100644 --- a/docs/modules/consul.md +++ b/docs/modules/consul.md @@ -1,6 +1,6 @@ # Consul -Not available until the next release of testcontainers-go :material-tag: main +Since testcontainers-go :material-tag: v0.28.0 ## Introduction diff --git a/docs/modules/inbucket.md b/docs/modules/inbucket.md index 729538d831..eb94a0b918 100644 --- a/docs/modules/inbucket.md +++ b/docs/modules/inbucket.md @@ -1,6 +1,6 @@ # Inbucket -Not available until the next release of testcontainers-go :material-tag: main +Since testcontainers-go :material-tag: v0.28.0 ## Introduction diff --git a/docs/modules/minio.md b/docs/modules/minio.md index 6205aa7725..141aae23fe 100644 --- a/docs/modules/minio.md +++ b/docs/modules/minio.md @@ -1,6 +1,6 @@ # Minio -Not available until the next release of testcontainers-go :material-tag: main +Since testcontainers-go :material-tag: v0.28.0 ## Introduction diff --git a/docs/modules/mockserver.md b/docs/modules/mockserver.md index 30c8520ecc..4ebc2bd732 100644 --- a/docs/modules/mockserver.md +++ b/docs/modules/mockserver.md @@ -1,6 +1,6 @@ # MockServer -Not available until the next release of testcontainers-go :material-tag: main +Since testcontainers-go :material-tag: v0.28.0 ## Introduction diff --git a/docs/modules/openldap.md b/docs/modules/openldap.md index 48b545c8c1..b7311a61d0 100644 --- a/docs/modules/openldap.md +++ b/docs/modules/openldap.md @@ -1,6 +1,6 @@ # OpenLDAP -Not available until the next release of testcontainers-go :material-tag: main +Since testcontainers-go :material-tag: v0.28.0 ## Introduction diff --git a/examples/nginx/go.mod b/examples/nginx/go.mod index 985bea4009..d649e5329a 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.20 -require github.com/testcontainers/testcontainers-go v0.27.0 +require github.com/testcontainers/testcontainers-go v0.28.0 replace github.com/testcontainers/testcontainers-go => ../.. diff --git a/examples/toxiproxy/go.mod b/examples/toxiproxy/go.mod index 14558bc876..aeb6dc5e17 100644 --- a/examples/toxiproxy/go.mod +++ b/examples/toxiproxy/go.mod @@ -6,7 +6,7 @@ require ( github.com/Shopify/toxiproxy/v2 v2.7.0 github.com/go-redis/redis/v8 v8.11.5 github.com/google/uuid v1.6.0 - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 ) require ( diff --git a/mkdocs.yml b/mkdocs.yml index cbee932874..a4138d35f8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -117,4 +117,4 @@ nav: - Getting help: getting_help.md edit_uri: edit/main/docs/ extra: - latest_version: v0.27.0 + latest_version: v0.28.0 diff --git a/modules/artemis/go.mod b/modules/artemis/go.mod index 0cf10e3fbf..764401ece1 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.8.4 - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 ) require ( diff --git a/modules/cassandra/go.mod b/modules/cassandra/go.mod index 8185e610da..94c4f628f2 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.8.4 - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 ) require ( diff --git a/modules/clickhouse/go.mod b/modules/clickhouse/go.mod index d245446c49..ef8015b146 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.8.4 - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 ) require ( diff --git a/modules/cockroachdb/go.mod b/modules/cockroachdb/go.mod index 5f59c47288..ae5217a7b4 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.2 github.com/stretchr/testify v1.8.4 - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 ) require ( diff --git a/modules/compose/go.mod b/modules/compose/go.mod index 04542ac1f3..2832604328 100644 --- a/modules/compose/go.mod +++ b/modules/compose/go.mod @@ -13,7 +13,7 @@ require ( github.com/docker/docker v25.0.2+incompatible github.com/google/uuid v1.6.0 github.com/stretchr/testify v1.8.4 - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 golang.org/x/sync v0.6.0 gopkg.in/yaml.v3 v3.0.1 ) diff --git a/modules/consul/go.mod b/modules/consul/go.mod index f1adfded88..921057679d 100644 --- a/modules/consul/go.mod +++ b/modules/consul/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/hashicorp/consul/api v1.27.0 github.com/stretchr/testify v1.8.4 - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 ) require ( diff --git a/modules/couchbase/go.mod b/modules/couchbase/go.mod index 5804302c72..a3000d29d3 100644 --- a/modules/couchbase/go.mod +++ b/modules/couchbase/go.mod @@ -6,7 +6,7 @@ require ( github.com/cenkalti/backoff/v4 v4.2.1 github.com/couchbase/gocb/v2 v2.7.1 github.com/docker/go-connections v0.5.0 - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 github.com/tidwall/gjson v1.17.0 ) diff --git a/modules/elasticsearch/go.mod b/modules/elasticsearch/go.mod index 55a7eeb95e..e9067f2e03 100644 --- a/modules/elasticsearch/go.mod +++ b/modules/elasticsearch/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/elastic/go-elasticsearch/v8 v8.11.1 github.com/stretchr/testify v1.8.4 - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 golang.org/x/mod v0.14.0 ) diff --git a/modules/gcloud/go.mod b/modules/gcloud/go.mod index 6e5a145b5c..849bef64e9 100644 --- a/modules/gcloud/go.mod +++ b/modules/gcloud/go.mod @@ -10,7 +10,7 @@ require ( cloud.google.com/go/pubsub v1.36.1 cloud.google.com/go/spanner v1.56.0 github.com/docker/go-connections v0.5.0 - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 google.golang.org/api v0.160.0 google.golang.org/grpc v1.61.0 ) diff --git a/modules/inbucket/go.mod b/modules/inbucket/go.mod index 47de310026..8013c7b60b 100644 --- a/modules/inbucket/go.mod +++ b/modules/inbucket/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/inbucket/inbucket v2.0.0+incompatible - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 ) require ( diff --git a/modules/k3s/go.mod b/modules/k3s/go.mod index c1fa18d823..937bc83a2a 100644 --- a/modules/k3s/go.mod +++ b/modules/k3s/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/docker/docker v25.0.2+incompatible github.com/docker/go-connections v0.5.0 - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 gopkg.in/yaml.v3 v3.0.1 k8s.io/api v0.29.1 k8s.io/apimachinery v0.29.1 diff --git a/modules/k6/go.mod b/modules/k6/go.mod index c78526c823..eb809d5122 100644 --- a/modules/k6/go.mod +++ b/modules/k6/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/docker/docker v25.0.2+incompatible - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 ) require ( diff --git a/modules/kafka/go.mod b/modules/kafka/go.mod index 9c0b79ea4a..900f11ef65 100644 --- a/modules/kafka/go.mod +++ b/modules/kafka/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/IBM/sarama v1.42.1 github.com/docker/go-connections v0.5.0 - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 golang.org/x/mod v0.14.0 ) diff --git a/modules/localstack/go.mod b/modules/localstack/go.mod index 08ccd695b2..5f0d9e6c70 100644 --- a/modules/localstack/go.mod +++ b/modules/localstack/go.mod @@ -11,7 +11,7 @@ require ( github.com/docker/docker v25.0.2+incompatible github.com/docker/go-connections v0.5.0 github.com/stretchr/testify v1.8.4 - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 golang.org/x/mod v0.12.0 ) diff --git a/modules/mariadb/go.mod b/modules/mariadb/go.mod index 2bf48e19a3..159d435700 100644 --- a/modules/mariadb/go.mod +++ b/modules/mariadb/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/go-sql-driver/mysql v1.7.1 - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 ) require ( diff --git a/modules/minio/go.mod b/modules/minio/go.mod index bef817a8d7..6c5dfb5369 100644 --- a/modules/minio/go.mod +++ b/modules/minio/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/minio/minio-go/v7 v7.0.66 - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 ) require ( diff --git a/modules/mockserver/go.mod b/modules/mockserver/go.mod index 61eb09cd43..c7abe31c04 100644 --- a/modules/mockserver/go.mod +++ b/modules/mockserver/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/BraspagDevelopers/mock-server-client v0.2.2 - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 ) require ( diff --git a/modules/mongodb/go.mod b/modules/mongodb/go.mod index 6ba600da5c..37d1059c5e 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.20 require ( - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 go.mongodb.org/mongo-driver v1.13.1 ) diff --git a/modules/mssql/go.mod b/modules/mssql/go.mod index d8c962d13a..45b3041a34 100644 --- a/modules/mssql/go.mod +++ b/modules/mssql/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/microsoft/go-mssqldb v1.6.0 - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 ) require ( diff --git a/modules/mysql/go.mod b/modules/mysql/go.mod index 700536008d..086a3774cc 100644 --- a/modules/mysql/go.mod +++ b/modules/mysql/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/go-sql-driver/mysql v1.7.1 - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 ) diff --git a/modules/nats/go.mod b/modules/nats/go.mod index b32bf15f13..375dc648ab 100644 --- a/modules/nats/go.mod +++ b/modules/nats/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/nats-io/nats.go v1.32.0 - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 ) require ( diff --git a/modules/neo4j/go.mod b/modules/neo4j/go.mod index f36ddf50b5..b7bd5c681b 100644 --- a/modules/neo4j/go.mod +++ b/modules/neo4j/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/docker/go-connections v0.5.0 github.com/neo4j/neo4j-go-driver/v5 v5.16.0 - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 ) require ( diff --git a/modules/openldap/go.mod b/modules/openldap/go.mod index ad7d5e90f0..e320ee4ab1 100644 --- a/modules/openldap/go.mod +++ b/modules/openldap/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/go-ldap/ldap/v3 v3.4.6 - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 ) require ( diff --git a/modules/postgres/go.mod b/modules/postgres/go.mod index f2e28fd416..16ab32cb19 100644 --- a/modules/postgres/go.mod +++ b/modules/postgres/go.mod @@ -7,7 +7,7 @@ require ( github.com/jackc/pgx/v5 v5.5.3 github.com/lib/pq v1.10.9 github.com/stretchr/testify v1.8.4 - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 ) diff --git a/modules/pulsar/go.mod b/modules/pulsar/go.mod index 5569b4915a..36195ceedb 100644 --- a/modules/pulsar/go.mod +++ b/modules/pulsar/go.mod @@ -7,7 +7,7 @@ require ( github.com/docker/docker v25.0.2+incompatible github.com/docker/go-connections v0.5.0 github.com/stretchr/testify v1.8.4 - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 ) replace github.com/testcontainers/testcontainers-go => ../.. diff --git a/modules/rabbitmq/go.mod b/modules/rabbitmq/go.mod index d5355ecd5d..a6df65925f 100644 --- a/modules/rabbitmq/go.mod +++ b/modules/rabbitmq/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/docker/go-connections v0.5.0 github.com/rabbitmq/amqp091-go v1.9.0 - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 ) require ( diff --git a/modules/redis/go.mod b/modules/redis/go.mod index 072d482246..2c777fba77 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.8.4 - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 ) diff --git a/modules/redpanda/go.mod b/modules/redpanda/go.mod index dbb03f42aa..1e30aa58c9 100644 --- a/modules/redpanda/go.mod +++ b/modules/redpanda/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/docker/go-connections v0.5.0 github.com/stretchr/testify v1.8.4 - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 github.com/twmb/franz-go v1.15.4 github.com/twmb/franz-go/pkg/kadm v1.10.0 golang.org/x/mod v0.14.0 diff --git a/modules/vault/go.mod b/modules/vault/go.mod index 5a76aea19f..46653e043f 100644 --- a/modules/vault/go.mod +++ b/modules/vault/go.mod @@ -6,7 +6,7 @@ require ( github.com/docker/docker v25.0.2+incompatible github.com/hashicorp/vault-client-go v0.3.3 github.com/stretchr/testify v1.8.4 - github.com/testcontainers/testcontainers-go v0.27.0 + github.com/testcontainers/testcontainers-go v0.28.0 github.com/tidwall/gjson v1.17.0 ) diff --git a/sonar-project.properties b/sonar-project.properties index 25d6e50b0d..588a152626 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.27.0 +sonar.projectVersion=v0.28.0 sonar.sources=.