File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
- ## [ 1.1.1 ] - 2023-12-13
5
+ ## [ 1.2.0 ] - 2023-12-14
6
6
7
7
- Remove the default value for ` TARANTOOL_CLUSTER_COOKIE ` env variable in cartridge container.
8
8
Now it works like in cartridge in order of decreasing priority as directed by the user:
11
11
([ #55 ] ( https://github.com/tarantool/testcontainers-java-tarantool/issues/55 ) )
12
12
- ** [ Breaking change] ** Default routerPassword has been changed from ` testapp-cluster-cookie ` to ` secret-cluster-cookie `
13
13
([ #55 ] ( https://github.com/tarantool/testcontainers-java-tarantool/issues/55 ) )
14
- - Change private to protected in TarantoolCartridgeContainer
15
- - Add support for the ` TARANTOOL_VERSION ` environment variable to specify the version in the image name
16
- `tarantool/tarantool:<TARANTOOL_VERSION>-centos7 when calling the constructor without arguments
17
- ([ #51 ] ( https://github.com/tarantool/testcontainers-java-tarantool/pull/102 ) )
14
+ - Change private modifier to protected modifier for fields and methods in TarantoolCartridgeContainer
15
+ - Add ` TARANTOOL_VERSION ` environment variable support to TarantoolCartridgeContainer
16
+ ` tarantool/tarantool:<TARANTOOL_VERSION>-centos7 ` if image name is omitted
17
+ ([ #102 ] ( https://github.com/tarantool/testcontainers-java-tarantool/pull/102 ) )
18
18
19
19
## [ 1.1.0] - 2023-12-12
20
20
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Add the Maven dependency:
14
14
<dependency >
15
15
<groupId >io.tarantool</groupId >
16
16
<artifactId >testcontainers-java-tarantool</artifactId >
17
- <version >1.1.1 </version >
17
+ <version >1.2.0 </version >
18
18
</dependency >
19
19
```
20
20
You can’t perform that action at this time.
0 commit comments