v0.3.0
Overview
The release includes several improvements and fixes, the most important being the addition of the ability
to build tarantool in the docker image with the old glibc
, which will eliminate the distribution of the pack
with binaries to the target system.
Added
tt restart
confirmation prompt.-y
option is added to accept restart
without prompting.tt pack
will generate systemd unit for rpm and deb packages.--use-docker
option fortt install
to build Tarantool in
Ubuntu 16.04 container.- Ability to use the
start/stop/restart/status/check
commands without
arguments to interact with all instances of the environment simultaneously.
Changed
tt cartridge
sub-commandscreate
,build
,pack
are removed.remove
command is renamed touninstall
.- Updated values in system
tarantool.yaml
forbin_dir
,inc_dir
andrepo: distfiles
.
Fixed
- Working of the
help
module with multi-level commands (commands with
several subcommands). - Using the system
tarantool.yaml
when installing from the repository.