[1.2.0] - 2023-12-14
What's Changed
- Remove the default value for
TARANTOOL_CLUSTER_COOKIE
env variable in cartridge container.
Now it works like in cartridge in order of decreasing priority as directed by the user:
TARANTOOL_CLUSTER_COOKIE > cartridge.cfg > default_cookie
You can set TARANTOOL_CLUSTER_COOKIE by build-arg on image building or by env arg before container starting
(#55) - [Breaking change] Default routerPassword has been changed from
testapp-cluster-cookie
tosecret-cluster-cookie
(#55) - Change private modifier to protected modifier for fields and methods in TarantoolCartridgeContainer
- Add
TARANTOOL_VERSION
environment variable support to TarantoolCartridgeContainer
tarantool/tarantool:<TARANTOOL_VERSION>-centos7
if image name is omitted
(#102)
Full Changelog: v1.1.0...v1.2.0