Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Dec 20:40
· 800 commits to master since this release

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 for tt 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-commands create, build, pack are removed.
  • remove command is renamed to uninstall.
  • Updated values in system tarantool.yaml for bin_dir, inc_dir
    and repo: 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.