diff --git a/docs/modules/artemis.md b/docs/modules/artemis.md
index 2f57cf3d00..838c07a1fb 100644
--- a/docs/modules/artemis.md
+++ b/docs/modules/artemis.md
@@ -1,6 +1,6 @@
# Apache ActiveMQ Artemis
-Not available until the next release of testcontainers-go :material-tag: main
+Since testcontainers-go :material-tag: v0.23.0
## Introduction
diff --git a/docs/modules/clickhouse.md b/docs/modules/clickhouse.md
index 5ff3f31c80..12ac56ea76 100644
--- a/docs/modules/clickhouse.md
+++ b/docs/modules/clickhouse.md
@@ -1,6 +1,6 @@
# ClickHouse
-Not available until the next release of testcontainers-go :material-tag: main
+Since testcontainers-go :material-tag: v0.23.0
## Introduction
diff --git a/docs/modules/mongodb.md b/docs/modules/mongodb.md
index 4d82e5b199..ba8051c40c 100644
--- a/docs/modules/mongodb.md
+++ b/docs/modules/mongodb.md
@@ -1,6 +1,6 @@
# MongoDB
-Not available until the next release of testcontainers-go :material-tag: main
+Since testcontainers-go :material-tag: v0.23.0
## Introduction
diff --git a/examples/bigtable/go.mod b/examples/bigtable/go.mod
index 4805cd57ca..c795f7ed57 100644
--- a/examples/bigtable/go.mod
+++ b/examples/bigtable/go.mod
@@ -4,7 +4,7 @@ go 1.20
require (
cloud.google.com/go/bigtable v1.19.0
- github.com/testcontainers/testcontainers-go v0.22.0
+ github.com/testcontainers/testcontainers-go v0.23.0
google.golang.org/api v0.136.0
google.golang.org/grpc v1.57.0
)
diff --git a/examples/cockroachdb/go.mod b/examples/cockroachdb/go.mod
index 56d23a92d0..8efc2494bf 100644
--- a/examples/cockroachdb/go.mod
+++ b/examples/cockroachdb/go.mod
@@ -6,7 +6,7 @@ require (
github.com/google/uuid v1.3.0
github.com/jackc/pgx/v4 v4.18.1
github.com/stretchr/testify v1.8.4
- github.com/testcontainers/testcontainers-go v0.22.0
+ github.com/testcontainers/testcontainers-go v0.23.0
)
replace github.com/testcontainers/testcontainers-go => ../..
diff --git a/examples/consul/go.mod b/examples/consul/go.mod
index 4368dc66af..dd4b75aaf8 100644
--- a/examples/consul/go.mod
+++ b/examples/consul/go.mod
@@ -4,7 +4,7 @@ go 1.20
require (
github.com/hashicorp/consul/api v1.24.0
- github.com/testcontainers/testcontainers-go v0.22.0
+ github.com/testcontainers/testcontainers-go v0.23.0
)
require (
diff --git a/examples/datastore/go.mod b/examples/datastore/go.mod
index f3e1465cc1..7f38964de4 100644
--- a/examples/datastore/go.mod
+++ b/examples/datastore/go.mod
@@ -4,7 +4,7 @@ go 1.20
require (
cloud.google.com/go/datastore v1.13.0
- github.com/testcontainers/testcontainers-go v0.22.0
+ github.com/testcontainers/testcontainers-go v0.23.0
google.golang.org/api v0.136.0
google.golang.org/grpc v1.57.0
)
diff --git a/examples/firestore/go.mod b/examples/firestore/go.mod
index a9384cfff8..6ac1c786ce 100644
--- a/examples/firestore/go.mod
+++ b/examples/firestore/go.mod
@@ -4,7 +4,7 @@ go 1.20
require (
cloud.google.com/go/firestore v1.12.0
- github.com/testcontainers/testcontainers-go v0.22.0
+ github.com/testcontainers/testcontainers-go v0.23.0
google.golang.org/api v0.136.0
google.golang.org/grpc v1.57.0
)
diff --git a/examples/nats/go.mod b/examples/nats/go.mod
index 8c9ed8098c..c6c0956ae8 100644
--- a/examples/nats/go.mod
+++ b/examples/nats/go.mod
@@ -4,7 +4,7 @@ go 1.20
require (
github.com/nats-io/nats.go v1.28.0
- github.com/testcontainers/testcontainers-go v0.22.0
+ github.com/testcontainers/testcontainers-go v0.23.0
)
require (
diff --git a/examples/nginx/go.mod b/examples/nginx/go.mod
index c73e19cb43..39b0846033 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.22.0
+require github.com/testcontainers/testcontainers-go v0.23.0
replace github.com/testcontainers/testcontainers-go => ../..
diff --git a/examples/pubsub/go.mod b/examples/pubsub/go.mod
index 4d04bf786b..bf2a83bf1a 100644
--- a/examples/pubsub/go.mod
+++ b/examples/pubsub/go.mod
@@ -4,7 +4,7 @@ go 1.20
require (
cloud.google.com/go/pubsub v1.33.0
- github.com/testcontainers/testcontainers-go v0.22.0
+ github.com/testcontainers/testcontainers-go v0.23.0
google.golang.org/api v0.136.0
google.golang.org/grpc v1.57.0
)
diff --git a/examples/spanner/go.mod b/examples/spanner/go.mod
index a516de6e26..a0ce3ef922 100644
--- a/examples/spanner/go.mod
+++ b/examples/spanner/go.mod
@@ -4,7 +4,7 @@ go 1.20
require (
cloud.google.com/go/spanner v1.47.0
- github.com/testcontainers/testcontainers-go v0.22.0
+ github.com/testcontainers/testcontainers-go v0.23.0
google.golang.org/api v0.136.0
google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5
google.golang.org/grpc v1.57.0
diff --git a/examples/toxiproxy/go.mod b/examples/toxiproxy/go.mod
index d6bbbdd174..0afad0d44e 100644
--- a/examples/toxiproxy/go.mod
+++ b/examples/toxiproxy/go.mod
@@ -6,7 +6,7 @@ require (
github.com/Shopify/toxiproxy/v2 v2.5.0
github.com/go-redis/redis/v8 v8.11.5
github.com/google/uuid v1.3.0
- github.com/testcontainers/testcontainers-go v0.22.0
+ github.com/testcontainers/testcontainers-go v0.23.0
)
require (
diff --git a/mkdocs.yml b/mkdocs.yml
index 8f41782a85..99b10620e7 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -106,4 +106,4 @@ nav:
- Getting help: getting_help.md
edit_uri: edit/main/docs/
extra:
- latest_version: v0.22.0
+ latest_version: v0.23.0
diff --git a/modules/artemis/go.mod b/modules/artemis/go.mod
index f7eb80aa51..b5bb665e1e 100644
--- a/modules/artemis/go.mod
+++ b/modules/artemis/go.mod
@@ -6,7 +6,7 @@ require (
github.com/docker/go-connections v0.4.0
github.com/go-stomp/stomp/v3 v3.0.5
github.com/stretchr/testify v1.8.4
- github.com/testcontainers/testcontainers-go v0.22.0
+ github.com/testcontainers/testcontainers-go v0.23.0
)
require (
diff --git a/modules/clickhouse/go.mod b/modules/clickhouse/go.mod
index e641f5c96f..a3bd27e6bc 100644
--- a/modules/clickhouse/go.mod
+++ b/modules/clickhouse/go.mod
@@ -6,7 +6,7 @@ require (
github.com/ClickHouse/clickhouse-go/v2 v2.13.0
github.com/docker/go-connections v0.4.0
github.com/stretchr/testify v1.8.4
- github.com/testcontainers/testcontainers-go v0.22.0
+ github.com/testcontainers/testcontainers-go v0.23.0
)
require (
diff --git a/modules/compose/go.mod b/modules/compose/go.mod
index 93a18af7bc..1f0b39b53f 100644
--- a/modules/compose/go.mod
+++ b/modules/compose/go.mod
@@ -14,7 +14,7 @@ require (
github.com/docker/docker v24.0.5+incompatible
github.com/google/uuid v1.3.0
github.com/stretchr/testify v1.8.4
- github.com/testcontainers/testcontainers-go v0.22.0
+ github.com/testcontainers/testcontainers-go v0.23.0
golang.org/x/sync v0.3.0
gopkg.in/yaml.v3 v3.0.1
)
diff --git a/modules/couchbase/go.mod b/modules/couchbase/go.mod
index 8e8b435056..1be8ebf1c9 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.6.3
github.com/docker/go-connections v0.4.0
- github.com/testcontainers/testcontainers-go v0.22.0
+ github.com/testcontainers/testcontainers-go v0.23.0
github.com/tidwall/gjson v1.16.0
)
diff --git a/modules/k3s/go.mod b/modules/k3s/go.mod
index 65d19ba860..b0dcf32784 100644
--- a/modules/k3s/go.mod
+++ b/modules/k3s/go.mod
@@ -6,7 +6,7 @@ require (
github.com/docker/docker v24.0.5+incompatible
github.com/docker/go-connections v0.4.0
github.com/stretchr/testify v1.8.4
- github.com/testcontainers/testcontainers-go v0.22.0
+ github.com/testcontainers/testcontainers-go v0.23.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/apimachinery v0.27.4
k8s.io/client-go v0.27.4
diff --git a/modules/localstack/go.mod b/modules/localstack/go.mod
index 581e459f0d..e8029bbc17 100644
--- a/modules/localstack/go.mod
+++ b/modules/localstack/go.mod
@@ -10,7 +10,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/s3 v1.38.2
github.com/docker/go-connections v0.4.0
github.com/stretchr/testify v1.8.4
- github.com/testcontainers/testcontainers-go v0.22.0
+ github.com/testcontainers/testcontainers-go v0.23.0
golang.org/x/mod v0.12.0
)
diff --git a/modules/mongodb/go.mod b/modules/mongodb/go.mod
index 4dde00bd26..c2ae655302 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.22.0
+ github.com/testcontainers/testcontainers-go v0.23.0
go.mongodb.org/mongo-driver v1.12.1
)
diff --git a/modules/mysql/go.mod b/modules/mysql/go.mod
index 562f453a48..085c365454 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.22.0
+ github.com/testcontainers/testcontainers-go v0.23.0
)
diff --git a/modules/neo4j/go.mod b/modules/neo4j/go.mod
index a486727c8d..f683acf96e 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.4.0
github.com/neo4j/neo4j-go-driver/v5 v5.11.0
- github.com/testcontainers/testcontainers-go v0.22.0
+ github.com/testcontainers/testcontainers-go v0.23.0
)
require (
diff --git a/modules/postgres/go.mod b/modules/postgres/go.mod
index 7e6b717c37..b5bd025211 100644
--- a/modules/postgres/go.mod
+++ b/modules/postgres/go.mod
@@ -6,7 +6,7 @@ require (
github.com/docker/go-connections v0.4.0
github.com/lib/pq v1.10.9
github.com/stretchr/testify v1.8.4
- github.com/testcontainers/testcontainers-go v0.22.0
+ github.com/testcontainers/testcontainers-go v0.23.0
)
diff --git a/modules/pulsar/go.mod b/modules/pulsar/go.mod
index 4c6679a292..b0fd6e2847 100644
--- a/modules/pulsar/go.mod
+++ b/modules/pulsar/go.mod
@@ -7,7 +7,7 @@ require (
github.com/docker/docker v24.0.5+incompatible
github.com/docker/go-connections v0.4.0
github.com/stretchr/testify v1.8.4
- github.com/testcontainers/testcontainers-go v0.22.0
+ github.com/testcontainers/testcontainers-go v0.23.0
)
replace github.com/testcontainers/testcontainers-go => ../..
diff --git a/modules/redis/go.mod b/modules/redis/go.mod
index 67fbf8f8fc..a4a824180d 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.3.0
github.com/stretchr/testify v1.8.4
- github.com/testcontainers/testcontainers-go v0.22.0
+ github.com/testcontainers/testcontainers-go v0.23.0
)
diff --git a/modules/redpanda/go.mod b/modules/redpanda/go.mod
index ad2188c4fb..c1a45d2d51 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.4.0
github.com/stretchr/testify v1.8.4
- github.com/testcontainers/testcontainers-go v0.22.0
+ github.com/testcontainers/testcontainers-go v0.23.0
github.com/twmb/franz-go v1.14.3
github.com/twmb/franz-go/pkg/kadm v1.9.0
diff --git a/modules/vault/go.mod b/modules/vault/go.mod
index 0eb6cdaa09..7fb4667e3b 100644
--- a/modules/vault/go.mod
+++ b/modules/vault/go.mod
@@ -6,7 +6,7 @@ require (
github.com/docker/docker v24.0.5+incompatible
github.com/hashicorp/vault-client-go v0.2.0
github.com/stretchr/testify v1.8.4
- github.com/testcontainers/testcontainers-go v0.22.0
+ github.com/testcontainers/testcontainers-go v0.23.0
github.com/tidwall/gjson v1.15.0
)