Skip to content

Commit 2214714

Browse files
committed
Prepare for release 1.3.0
1 parent 2967e9f commit 2214714

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.
@@ -13,7 +24,7 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)