You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features/common_functional_options.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ At the same time, it's possible to set a wait strategy and a custom deadline wit
38
38
39
39
##### WithAdditionalWaitStrategy
40
40
41
-
-Not available until the next release <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
If you need to add a wait strategy to the existing wait strategy, you can use `testcontainers.WithAdditionalWaitStrategy`.
44
44
@@ -47,7 +47,7 @@ If you need to add a wait strategy to the existing wait strategy, you can use `t
47
47
48
48
##### WithAdditionalWaitStrategyAndDeadline
49
49
50
-
--Not available until the next release <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
-Not available until the next release <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
If you need to set the lifecycle hooks for the container, you can use `testcontainers.WithLifecycleHooks`, which replaces the existing lifecycle hooks with the new ones.
119
119
120
120
##### WithAdditionalLifecycleHooks
121
121
122
-
-Not available until the next release <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
-Not available until the next release <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
If you need to set the log consumer config for the container, you can use `testcontainers.WithLogConsumerConfig`. This option completely replaces the existing log consumer config, including the log consumers and the log production options.
-Not available until the next release <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
If you need to pull the image before starting the container, you can use `testcontainers.WithAlwaysPull()`.
301
301
@@ -318,7 +318,7 @@ Using the `WithImageSubstitutors` options, you could define your own substitutio
318
318
319
319
##### WithImagePlatform
320
320
321
-
-Not available until the next release <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
If you need to set the platform for a container, you can use `testcontainers.WithImagePlatform(platform string)`.
324
324
@@ -337,7 +337,7 @@ In the case you need to retrieve the network name, you can simply read it from t
337
337
338
338
##### WithNetworkByName
339
339
340
-
-Not available until the next release <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
If you want to attach your containers to an already existing Docker network by its name, you can use the `network.WithNetworkName(aliases []string, networkName string)` option, which receives an alias as parameter and the network name, attaching the container to it, and setting the network alias for that network.
343
343
@@ -346,7 +346,7 @@ If you want to attach your containers to an already existing Docker network by i
346
346
347
347
##### WithBridgeNetwork
348
348
349
-
-Not available until the next release <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
If you want to attach your containers to the `bridge` network, you can use the `network.WithBridgeNetwork()` option.
352
352
@@ -417,7 +417,7 @@ The above example is updating the predefined command of the image, **appending**
417
417
418
418
##### WithName
419
419
420
-
-Not available until the next release <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
-Not available until the next release <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
Copy file name to clipboardExpand all lines: docs/features/common_functional_options_list.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ The following options are exposed by the `testcontainers` package.
5
5
-[`WithExposedPorts`](/features/creating_container/#withexposedports) Since <ahref="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.37.0"><spanclass="tc-version">:material-tag: v0.37.0</span></a>
6
6
-[`WithEnv`](/features/creating_container/#withenv) Since <ahref="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.29.0"><spanclass="tc-version">:material-tag: v0.29.0</span></a>
7
7
-[`WithWaitStrategy`](/features/creating_container/#withwaitstrategy) Since <ahref="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.20.0"><spanclass="tc-version">:material-tag: v0.20.0</span></a>
8
-
-[`WithAdditionalWaitStrategy`](/features/creating_container/#withadditionalwaitstrategy)Not available until the next release <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
-[`WithWaitStrategyAndDeadline`](/features/creating_container/#withwaitstrategyanddeadline) Since <ahref="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.20.0"><spanclass="tc-version">:material-tag: v0.20.0</span></a>
10
-
-[`WithAdditionalWaitStrategyAndDeadline`](/features/creating_container/#withadditionalwaitstrategyanddeadline)Not available until the next release <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
-[`WithEntrypoint`](/features/creating_container/#withentrypoint) Since <ahref="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.37.0"><spanclass="tc-version">:material-tag: v0.37.0</span></a>
12
12
-[`WithEntrypointArgs`](/features/creating_container/#withentrypointargs) Since <ahref="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.37.0"><spanclass="tc-version">:material-tag: v0.37.0</span></a>
13
13
-[`WithCmd`](/features/creating_container/#withcmd) Since <ahref="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.37.0"><spanclass="tc-version">:material-tag: v0.37.0</span></a>
@@ -16,8 +16,8 @@ The following options are exposed by the `testcontainers` package.
16
16
17
17
### Lifecycle Options
18
18
19
-
-[`WithLifecycleHooks`](/features/creating_container/#withlifecyclehooks)Not available until the next release <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
20
-
-[`WithAdditionalLifecycleHooks`](/features/creating_container/#withadditionallifecyclehooks)Not available until the next release <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
-[`WithStartupCommand`](/features/creating_container/#withstartupcommand) Since <ahref="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.25.0"><spanclass="tc-version">:material-tag: v0.25.0</span></a>
22
22
-[`WithAfterReadyCommand`](/features/creating_container/#withafterreadycommand) Since <ahref="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.28.0"><spanclass="tc-version">:material-tag: v0.28.0</span></a>
23
23
@@ -35,20 +35,20 @@ The following options are exposed by the `testcontainers` package.
35
35
### Logging Options
36
36
37
37
-[`WithLogConsumers`](/features/creating_container/#withlogconsumers) Since <ahref="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.28.0"><spanclass="tc-version">:material-tag: v0.28.0</span></a>
38
-
-[`WithLogConsumerConfig`](/features/creating_container/#withlogconsumerconfig)Not available until the next release <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
-[`WithLogger`](/features/creating_container/#withlogger) Since <ahref="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.29.0"><spanclass="tc-version">:material-tag: v0.29.0</span></a>
40
40
41
41
### Image Options
42
42
43
-
-[`WithAlwaysPull`](/features/creating_container/#withalwayspull)Not available until the next release <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
-[`WithImageSubstitutors`](/features/creating_container/#withimagesubstitutors) Since <ahref="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.26.0"><spanclass="tc-version">:material-tag: v0.26.0</span></a>
45
-
-[`WithImagePlatform`](/features/creating_container/#withimageplatform)Not available until the next release <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
-[`WithNetwork`](/features/creating_container/#withnetwork) Since <ahref="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.27.0"><spanclass="tc-version">:material-tag: v0.27.0</span></a>
50
-
-[`WithNetworkByName`](/features/creating_container/#withnetworkbyname)Not available until the next release <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
51
-
-[`WithBridgeNetwork`](/features/creating_container/#withbridgenetwork)Not available until the next release <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
-[`WithNewNetwork`](/features/creating_container/#withnewnetwork) Since <ahref="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.27.0"><spanclass="tc-version">:material-tag: v0.27.0</span></a>
53
53
54
54
### Advanced Options
@@ -58,8 +58,8 @@ The following options are exposed by the `testcontainers` package.
58
58
-[`WithHostConfigModifier`](/features/creating_container/#withhostconfigmodifier) Since <ahref="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.20.0"><spanclass="tc-version">:material-tag: v0.20.0</span></a>
59
59
-[`WithEndpointSettingsModifier`](/features/creating_container/#withendpointsettingsmodifier) Since <ahref="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.20.0"><spanclass="tc-version">:material-tag: v0.20.0</span></a>
60
60
-[`CustomizeRequest`](/features/creating_container/#customizerequest) Since <ahref="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.20.0"><spanclass="tc-version">:material-tag: v0.20.0</span></a>
61
-
-[`WithName`](/features/creating_container/#withname)Not available until the next release <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
62
-
-[`WithNoStart`](/features/creating_container/#withnostart)Not available until the next release <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
Copy file name to clipboardExpand all lines: docs/modules/memcached.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Memcached
2
2
3
-
Not available until the next release <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
3
+
Since <ahref="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.38.0"><spanclass="tc-version">:material-tag: v0.38.0</span></a>
4
4
5
5
## Introduction
6
6
@@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/memcached
24
24
25
25
### Run function
26
26
27
-
-Not available until the next release <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
The Memcached module exposes one entrypoint function to create the Memcached container, and this function receives three parameters:
30
30
@@ -53,7 +53,7 @@ The Memcached container exposes the following methods:
53
53
54
54
#### HostPort
55
55
56
-
- Not available until the next release <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
The `HostPort` method returns the host and port of the Memcached container, in the format `host:port`. Use this method to connect to the Memcached container from your application.
Copy file name to clipboardExpand all lines: docs/modules/valkey.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ In the case you have a custom config file for Valkey, it's possible to copy that
66
66
67
67
#### WithTLS
68
68
69
-
- Not available until the next release <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
69
+
- Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.38.0"><span class="tc-version">:material-tag: v0.38.0</span></a>
70
70
71
71
In the case you want to enable TLS for the Valkey container, you can use the `WithTLS()` option. This options enables TLS on the `6379/tcp` port and uses a secure URL (e.g. `rediss://host:port`).
72
72
@@ -93,7 +93,7 @@ This method returns the connection string to connect to the Valkey container, us
93
93
94
94
#### TLSConfig
95
95
96
-
- Not available until the next release <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
0 commit comments