File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5- ## [ 1.1.1 ] - 2023-12-13
5+ ## [ 1.2.0 ] - 2023-12-14
66
77- Remove the default value for ` TARANTOOL_CLUSTER_COOKIE ` env variable in cartridge container.
88 Now it works like in cartridge in order of decreasing priority as directed by the user:
1111 ([ #55 ] ( https://github.com/tarantool/testcontainers-java-tarantool/issues/55 ) )
1212- ** [ Breaking change] ** Default routerPassword has been changed from ` testapp-cluster-cookie ` to ` secret-cluster-cookie `
1313 ([ #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 ) )
1818
1919## [ 1.1.0] - 2023-12-12
2020
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Add the Maven dependency:
1414<dependency >
1515 <groupId >io.tarantool</groupId >
1616 <artifactId >testcontainers-java-tarantool</artifactId >
17- <version >1.1.1 </version >
17+ <version >1.2.0 </version >
1818</dependency >
1919```
2020
You can’t perform that action at this time.
0 commit comments