Skip to content

v2.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Aug 11:31
· 18 commits to master since this release

Overview

tt start interactive mode support, new tt log, tt enable, tt replicaset bootstrap/rebootstrap commands.

Added

  • tt log: a module for viewing instances logs. Supported options:
    • --lines number of lines to print.
    • --follow print appended data as log files grow.
  • tt connect: support format for Tarantool tuples for Tarantool
    versions >= 3.2.
  • tt enable: create a symbolic link in 'instances_enabled' directory to a script or
    an application directory.
  • tt replicaset bootstrap: command to bootstrap a Cartridge cluster or an instance.
  • tt rs rebootstrap: re-bootstraps an instance.
  • -s (--self) flag to execute tt itself and don't search for other tts in bin_dir
    provided in config.
  • tt start interactive mode with -i option.

Fixed

  • Sorted by name order of columns for table and ttable formats.
  • tt switch tt: does not work with x.x.x version format.
  • tt install tt returns expected exit status code on unsuccessful dependency check.
  • tt pack: failed to start instances using systemctl due to permissions denied.
  • tt uninstall tt: does not work with x.y.z version format.
  • Ability to update a latest version of master tarantool and tt with tt install.

Changed

  • Do not create Dockerfile.* in application's directory.