Skip to content

Commit a0e3b71

Browse files
committed
chore: use new version (v0.36.0) in modules and examples
1 parent 3298e9a commit a0e3b71

File tree

61 files changed

+85
-85
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+85
-85
lines changed

docs/modules/azure.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Azure
22

3-
Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
3+
Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
44

55
## Introduction
66

@@ -32,7 +32,7 @@ The Azure module exposes the following Go packages:
3232

3333
### Run function
3434

35-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
35+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
3636

3737
The Azurite module exposes one entrypoint function to create the Azurite container, and this function receives three parameters:
3838

@@ -65,7 +65,7 @@ In example: `Run(context.Background(), "mcr.microsoft.com/azure-storage/azurite:
6565

6666
#### WithInMemoryPersistence
6767

68-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
68+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
6969

7070
If you want to use in-memory persistence, you can use `WithInMemoryPersistence(megabytes float64)`. E.g. `azurite.WithInMemoryPersistence(64.0)`.
7171

@@ -80,19 +80,19 @@ The Azurite container exposes the following methods:
8080

8181
#### BlobServiceURL
8282

83-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
83+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
8484

8585
Returns the service URL to connect to the Blob service of the Azurite container and an error, passing the Go context as parameter.
8686

8787
#### QueueServiceURL
8888

89-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
89+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
9090

9191
Returns the service URL to connect to the Queue service of the Azurite container and an error, passing the Go context as parameter.
9292

9393
#### TableServiceURL
9494

95-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
95+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
9696

9797
Returns the service URL to connect to the Table service of the Azurite container and an error, passing the Go context as parameter.
9898

@@ -146,7 +146,7 @@ credentials, we will create a table, list the tables, and finally we will remove
146146

147147
### Run function
148148

149-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
149+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
150150

151151
The EventHubs module exposes one entrypoint function to create the EventHubs container, and this function receives three parameters:
152152

@@ -174,19 +174,19 @@ In example: `Run(context.Background(), "mcr.microsoft.com/azure-messaging/eventh
174174

175175
#### WithAzurite
176176

177-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
177+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
178178

179179
This option allows you to set a different Azurite Docker image, instead of the default one, and also pass options to the Azurite container, in the form of a variadic argument of `testcontainers.ContainerCustomizer`.
180180

181181
#### WithAcceptEULA
182182

183-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
183+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
184184

185185
This option allows you to accept the EULA for the EventHubs container.
186186

187187
#### WithConfig
188188

189-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
189+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
190190

191191
This option allows you to set a custom EventHubs config file for the EventHubs container.
192192

@@ -202,7 +202,7 @@ The EventHubs container exposes the following methods:
202202

203203
#### ConnectionString
204204

205-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
205+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
206206

207207
Returns the connection string to connect to the EventHubs container and an error, passing the Go context as parameter.
208208

@@ -225,7 +225,7 @@ In the following example, inspired by the [Azure Event Hubs Go SDK](https://lear
225225

226226
### Run function
227227

228-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
228+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
229229

230230
The ServiceBus module exposes one entrypoint function to create the ServiceBus container, and this function receives three parameters:
231231

@@ -257,19 +257,19 @@ In example: `Run(context.Background(), "mcr.microsoft.com/azure-messaging/servic
257257
258258
#### WithMSSQL
259259
260-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
260+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
261261
262262
This option allows you to set a different MSSQL Server Docker image, instead of the default one, and also pass options to the MSSQL container, in the form of a variadic argument of `testcontainers.ContainerCustomizer`.
263263
264264
#### WithAcceptEULA
265265
266-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
266+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
267267
268268
This option allows you to accept the EULA for the ServiceBus container.
269269
270270
#### WithConfig
271271
272-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
272+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
273273
274274
This option allows you to set a custom ServiceBus config file for the ServiceBus container.
275275
@@ -285,7 +285,7 @@ The ServiceBus container exposes the following methods:
285285
286286
#### ConnectionString
287287
288-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
288+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
289289
290290
Returns the connection string to connect to the ServiceBus container and an error, passing the Go context as parameter.
291291

docs/modules/dind.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DinD (Docker in Docker)
22

3-
Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
3+
Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
44

55
## Introduction
66

@@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/dind
2424

2525
### Run function
2626

27-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
27+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
2828

2929
The DinD module exposes one entrypoint function to create the DinD container, and this function receives three parameters:
3030

docs/modules/mssql.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ In example: `Run(context.Background(), "mcr.microsoft.com/mssql/server:2022-RTM-
5555

5656
#### Init Scripts
5757

58-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
58+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
5959

6060
If you need to execute SQL files when the container starts, you can use `mssql.WithInitSQL(files
6161
...io.Reader)` with one or more `*.sql` files. The files will be executed in order after the

docs/modules/pinecone.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pinecone
22

3-
Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
3+
Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
44

55
## Introduction
66

@@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/pinecone
2424

2525
### Run function
2626

27-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
27+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
2828

2929
!!!info
3030
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.
@@ -56,7 +56,7 @@ The Pinecone container exposes the following methods:
5656

5757
#### HttpEndpoint
5858

59-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
59+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
6060

6161
The `HttpEndpoint` method returns the location where the Pinecone container is listening.
6262
It returns a string with the format `http://<host>:<port>`.

docs/modules/scylladb.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ScyllaDB
22

3-
Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
3+
Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
44

55
## Introduction
66

@@ -25,7 +25,7 @@ go get github.com/testcontainers/testcontainers-go/modules/scylladb
2525

2626
### Run function
2727

28-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
28+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
2929

3030
The ScyllaDB module exposes one entrypoint function to create the ScyllaDB container, and this function receives three parameters:
3131

@@ -63,7 +63,7 @@ scylladb.Run(context.Background(), "scylladb/scylla:5.6")
6363

6464
#### With Database Configuration File (scylla.yaml)
6565

66-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
66+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
6767

6868
In the case you have a custom config file for ScyllaDB, it's possible to copy that file into the container before it's
6969
started, using the `WithConfig(r io.Reader)` function.
@@ -78,7 +78,7 @@ started, using the `WithConfig(r io.Reader)` function.
7878

7979
#### With Shard Awareness
8080

81-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
81+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
8282

8383
If you want to test ScyllaDB with shard awareness, you can use the `WithShardAwareness` function. This function will
8484
configure the ScyllaDB container to use the `19042` port and ask the container to wait until the port is ready.
@@ -89,7 +89,7 @@ configure the ScyllaDB container to use the `19042` port and ask the container t
8989

9090
#### With Alternator (DynamoDB Compatible API)
9191

92-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
92+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
9393

9494
If you want to test ScyllaDB with the Alternator API, you can use the `WithAlternator` function. This function will
9595
configure the ScyllaDB container to use the port any port you want and ask the container to wait until the port is
@@ -102,7 +102,7 @@ By default, you can choose the port `8000`.
102102

103103
#### With Custom Commands
104104

105-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
105+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
106106

107107
If you need to pass any flag to the ScyllaDB container, you can use the `WithCustomCommand` function. This also rewrites
108108
predefined commands like `--developer-mode=1`. You can check
@@ -118,7 +118,7 @@ The ScyllaDB container exposes the following methods:
118118

119119
#### ConnectionHost methods
120120

121-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
121+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
122122

123123
There exist three methods to get the host and port of the ScyllaDB container, depending on the feature you want.
124124

examples/nginx/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.23.6
66

77
require (
88
github.com/stretchr/testify v1.10.0
9-
github.com/testcontainers/testcontainers-go v0.35.0
9+
github.com/testcontainers/testcontainers-go v0.36.0
1010
)
1111

1212
replace github.com/testcontainers/testcontainers-go => ../..

examples/toxiproxy/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/go-redis/redis/v8 v8.11.5
1010
github.com/google/uuid v1.6.0
1111
github.com/stretchr/testify v1.10.0
12-
github.com/testcontainers/testcontainers-go v0.35.0
12+
github.com/testcontainers/testcontainers-go v0.36.0
1313
)
1414

1515
require (

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ nav:
144144
- Getting help: getting_help.md
145145
edit_uri: edit/main/docs/
146146
extra:
147-
latest_version: v0.35.0
147+
latest_version: v0.36.0

modules/artemis/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/docker/go-connections v0.5.0
99
github.com/go-stomp/stomp/v3 v3.0.5
1010
github.com/stretchr/testify v1.10.0
11-
github.com/testcontainers/testcontainers-go v0.35.0
11+
github.com/testcontainers/testcontainers-go v0.36.0
1212
)
1313

1414
require (

modules/azure/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/Azure/azure-sdk-for-go/sdk/storage/azqueue v1.0.0
1212
github.com/docker/go-connections v0.5.0
1313
github.com/stretchr/testify v1.10.0
14-
github.com/testcontainers/testcontainers-go v0.35.0
14+
github.com/testcontainers/testcontainers-go v0.36.0
1515
github.com/testcontainers/testcontainers-go/modules/mssql v0.35.0
1616
)
1717

modules/azurite/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.23.6
66

77
require (
88
github.com/stretchr/testify v1.10.0
9-
github.com/testcontainers/testcontainers-go v0.35.0
9+
github.com/testcontainers/testcontainers-go v0.36.0
1010
github.com/testcontainers/testcontainers-go/modules/azure v0.35.0
1111
)
1212

modules/cassandra/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/docker/go-connections v0.5.0
99
github.com/gocql/gocql v1.6.0
1010
github.com/stretchr/testify v1.10.0
11-
github.com/testcontainers/testcontainers-go v0.35.0
11+
github.com/testcontainers/testcontainers-go v0.36.0
1212
)
1313

1414
require (

modules/chroma/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.23.6
77
require (
88
github.com/amikos-tech/chroma-go v0.1.2
99
github.com/stretchr/testify v1.10.0
10-
github.com/testcontainers/testcontainers-go v0.35.0
10+
github.com/testcontainers/testcontainers-go v0.36.0
1111
)
1212

1313
require (

modules/clickhouse/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/cenkalti/backoff/v4 v4.2.1
1010
github.com/docker/go-connections v0.5.0
1111
github.com/stretchr/testify v1.10.0
12-
github.com/testcontainers/testcontainers-go v0.35.0
12+
github.com/testcontainers/testcontainers-go v0.36.0
1313
)
1414

1515
require (

modules/cockroachdb/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/docker/go-connections v0.5.0
99
github.com/jackc/pgx/v5 v5.5.4
1010
github.com/stretchr/testify v1.10.0
11-
github.com/testcontainers/testcontainers-go v0.35.0
11+
github.com/testcontainers/testcontainers-go v0.36.0
1212
)
1313

1414
require (

modules/compose/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/docker/docker v28.0.1+incompatible
1212
github.com/google/uuid v1.6.0
1313
github.com/stretchr/testify v1.10.0
14-
github.com/testcontainers/testcontainers-go v0.35.0
14+
github.com/testcontainers/testcontainers-go v0.36.0
1515
golang.org/x/sync v0.12.0
1616
gopkg.in/yaml.v3 v3.0.1
1717
)

modules/consul/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.23.6
77
require (
88
github.com/hashicorp/consul/api v1.27.0
99
github.com/stretchr/testify v1.10.0
10-
github.com/testcontainers/testcontainers-go v0.35.0
10+
github.com/testcontainers/testcontainers-go v0.36.0
1111
)
1212

1313
require (

modules/couchbase/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/couchbase/gocb/v2 v2.7.2
1010
github.com/docker/go-connections v0.5.0
1111
github.com/stretchr/testify v1.10.0
12-
github.com/testcontainers/testcontainers-go v0.35.0
12+
github.com/testcontainers/testcontainers-go v0.36.0
1313
github.com/tidwall/gjson v1.17.1
1414
)
1515

modules/databend/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.23.6
77
require (
88
github.com/datafuselabs/databend-go v0.7.0
99
github.com/stretchr/testify v1.10.0
10-
github.com/testcontainers/testcontainers-go v0.35.0
10+
github.com/testcontainers/testcontainers-go v0.36.0
1111
)
1212

1313
require (

modules/dind/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.23.6
77
require (
88
github.com/docker/docker v28.0.1+incompatible
99
github.com/stretchr/testify v1.10.0
10-
github.com/testcontainers/testcontainers-go v0.35.0
10+
github.com/testcontainers/testcontainers-go v0.36.0
1111
)
1212

1313
require (

0 commit comments

Comments
 (0)