Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Releases: datacharmer/dbdeployer

dbdeployer 1.53.3

29 Aug 14:21
Compare
Choose a tag to compare

BUGS FIXED

  • Fixed issue #115: failing to detect missing socat for PXC deployments

dbdeployer 1.53.2

07 Aug 20:24
Compare
Choose a tag to compare

BUGS FIXED

  • Fixed bug during init. When the sandbox-binary directory existed, but empty,
    the download was skipped.
  • dbdeployer downloads export would not export the field date_added. Such field was
    lost during build, due to a missed field in code-generation.go

NOTES

  • Added MySQL 5.7.31 to downloads list

TESTING

  • Added test for dbdeployer init under Docker containers for Ubuntu 18, Ubuntu 20, CentOS 7, CentOS 8

dbdeployer 1.53.1

26 Jul 20:32
Compare
Choose a tag to compare

BUGS FIXED

Fix bash completion for CentOS (missing completion script and unchecked sudo call)

dbdeployer 1.53.0

26 Jul 17:15
Compare
Choose a tag to compare

NEW FEATURES

  • Add command 'use'
  • Add options --by-date, --by-flavor, --by-version, --newest, --oldest to command sandboxes
  • Add latest MySQL tarballs to downloads list
  • Add Percona Server minimal to downloads list

BUGS FIXED

  • Fix issue #111 - allows using NDB 7.4/7.5

dbdeployer 1.52.0

28 Jun 21:08
Compare
Choose a tag to compare

NEW FEATURES

  • Add command init that initializes dbdeployer environment
    • creates $SANDBOX_HOME and $SANDBOX_BINARY directories
    • downloads and expands the latest MySQL tarball
    • installs shell completion file

dbdeployer 1.51.2

15 Jun 19:28
Compare
Choose a tag to compare

BUGS FIXED

  • Fix error handling on default directories detection for bash completion.

dbdeployer 1.51.1

14 Jun 15:53
Compare
Choose a tag to compare

BUGS FIXED

  • Fix bug in defaults handling: "default-sandbox-executable" was not used in info defaults
  • Prevent ldd from running on mocked binaries

TESTING

  • Moved mock tests under docker to improve consistency

dbdeployer 1.51.0

12 Jun 10:36
Compare
Choose a tag to compare

NEW FEATURES

  • Add default sandbox (commands admin set-default and admin remove-default) (See Default sandbox in the main page)

dbdeployer 1.50.2

07 Jun 08:05
Compare
Choose a tag to compare

BUGS FIXED

  • Fix incorrect privileges when updating dbdeployer as root

dbdeployer 1.50.1

06 Jun 08:02
Compare
Choose a tag to compare

BUGS FIXED

  • Fix Issue #108: panic error when --sandbox-binary is not a directory