File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 1.2.0] - 2024-02-02
6+
7+ - Change ` TARANTOOL_VERSION ` semantic. Now it's expected to be a full tag, not prefix of centos version.
8+ ```
9+ was: ${TARANTOOL_VERSION}-centos7 # TARANTOOL_VERSION == 2.11.2
10+ now: ${TARANTOOL_VERSION} # TARANTOOL_VERSION could be == 2.11.2-centos7
11+ ```
12+ ([ #114 ] ( https://github.com/tarantool/testcontainers-java-tarantool/pull/114 ) )
13+ - Support executeCommand for tarantool 3.0+
14+
15+
516## [ 1.2.0] - 2023-12-14
617
718- Remove the default value for ` TARANTOOL_CLUSTER_COOKIE ` env variable in cartridge container.
1324 ([ #55 ] ( https://github.com/tarantool/testcontainers-java-tarantool/issues/55 ) )
1425- Change private modifier to protected modifier for fields and methods in TarantoolCartridgeContainer
1526- Add ` TARANTOOL_VERSION ` environment variable support to TarantoolCartridgeContainer
16- ` tarantool/tarantool:<TARANTOOL_VERSION> ` if image name is omitted
27+ ` tarantool/tarantool:<TARANTOOL_VERSION>-centos7 ` if image name is omitted
1728 ([ #102 ] ( https://github.com/tarantool/testcontainers-java-tarantool/pull/102 ) )
1829
1930## [ 1.1.0] - 2023-12-12
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.2 .0</version >
17+ <version >1.3 .0</version >
1818</dependency >
1919```
2020
You can’t perform that action at this time.
0 commit comments