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.50.0

17 May 07:16
Compare
Choose a tag to compare

NEW FEATURES

  • Add new options --raw and --stats to command info releases
  • Add checksum files (SHA256) to release
  • Add signature check during dbdeployer update

For each binary executable, we now have:

  • file_name.tar.gz The compiled file inside a compressed container
  • file_name.tar.gz.sha256 the checksum of the container
  • file_name.sha256 the checksum of the extracted file
dfc61e48c3f3163fdca021ede987f58b2fd15677ee75a76164a0e0abca5a5a8c  dbdeployer-1.50.0-docs.linux
d7044f8b17f498cab905e2c885d82ca78a8dc8097eccf9796b7717e7b594a38e  dbdeployer-1.50.0-docs.linux.tar.gz
2df03e85fee7e7cc2e67d3399377c55524e047b9826aa23d8dffe69cb03f9cc7  dbdeployer-1.50.0-docs.osx
4ecf454aa1437f6ebdfa593cb4e13634b2168dd63158f7d36bfd7967b490dede  dbdeployer-1.50.0-docs.osx.tar.gz
adbb85ce8d2555f5a12f53ec449e6c6b4e08626c9126a1d050176fc446dcc07a  dbdeployer-1.50.0.linux
e6c92a2735edafc883308f2f71cc8c7396a549be858a19184ede676390803e00  dbdeployer-1.50.0.linux.tar.gz
ace3e650a95a8c20710ef3708c84c494df34102278b852024d27cf76e4949ef2  dbdeployer-1.50.0.osx
dd9d2c1a3b2aa0d6513c3a5bc204ff4c2b7cab67490e78a071f22af020ec99f7  dbdeployer-1.50.0.osx.tar.gz

dbdeployer 1.49.0

01 May 20:15
Compare
Choose a tag to compare

NEW FEATURES

  • Add --change-master-options (Issue #107)
  • Improve PXC handling of defaults across versions

BUGS FIXED

  • Fix Issue #86 (Cannot restart nodes cleanly)
  • Fix defaults for PXC 5.6, which were broken after introducing support for PXC8.0 (Issue #106)

TESTING

  • Add more tests
  • Docker test now downloads latest 8.0 binaries instead of using built-in.

dbdeployer 1.47.0

29 Mar 10:12
Compare
Choose a tag to compare

ADJUSTMENTS

  • Add pxc_encrypt_cluster_traffic option to PXC options file to adjust to recent default changes and allow PXC 8.0.18 to work out of the box

Code improvements

  • Change all explicit bash paths in shell scripts to env bash

dbdeployer 1.46.0

08 Mar 13:22
Compare
Choose a tag to compare

NEW FEATURES

  • Add ability to deploy PXC 8.0 without using any options (dbdeployer
    uses wsrep_sst_method=rsync for 5.7 and wsrep_sst_method=xtrabackup-v2 for 8.0)

dbdeployer 1.45.0

23 Feb 10:31
Compare
Choose a tag to compare

NEW FEATURES

  • Add option --task-user and --task-user-role to create additional user with custom role.
  • Add cookbook recipe single-custom-users (include sample creation of orchestrator user)

Code improvements

  • Add security checks with gosec scans
  • Update copyright notice

TESTING

  • Add test for cookbook scripts

dbdeployer 1.44.0

16 Feb 18:02
Compare
Choose a tag to compare

NEW FEATURES

  • Add custom role to 8.0 sandboxes
  • Add role related options: --default-role, --custom-role-name, --custom-role-privileges,
    --custom-role-target, --custom-role-extra (See database users)
  • Add filters to global command:
    --type, --flavor, --version, --short-version, --name, --port, --port-range.
    Each option can also be negated (--type='!single', --flavor=no-mysql, --port='!8019')
  • Add verbose and dry-run flags to global.
  • Add metadata_all_template script to composite sandboxes
  • Add command downloads add
  • Add tarballs for 5.7.29, 8.0.19 for MySQL and NDB (Linux and MacOS)

BUGS FIXED

  • Fix bug in NDB cluster: the cluster name was not reported correctly in the NDB configuration file

dbdeployer 1.43.1

22 Dec 21:23
Compare
Choose a tag to compare

BUGS FIXED

  • Fix determination of shell interpreter
  • Fix for hanging during library check (Issue #99)

ADJUSTMENTS

  • Add IF NOT EXISTS to'CREATE ROLE, to account to changed behavior of NDB server in 8.0.18

dbdeployer-1.43.0 provisional

28 Nov 12:27
Compare
Choose a tag to compare
Pre-release

tentative fix for issue #99

dbdeployer 1.42.0

02 Nov 10:39
Compare
Choose a tag to compare

NEW FEATURES

  • Explicit template for PXC replication options (Issues #87 and #92)
    Allows installing PXC with version 5.6
  • Explicit template for Group replication options

BUGS FIXED

  • Fix command dbdeployer info version --flavor=something VER
    It would not display the requested short version but the latest one.

dbdeployer 1.41.0

27 Oct 20:25
Compare
Choose a tag to compare

NEW FEATURES

  • dbdeployer can guess the next downloadable version with the command
    dbdeployer downloads get-by-version 8.0 --guess-latest
    or
    dbdeployer downloads get-by-version 5.7 --guess-latest

BUGS FIXED

  • Issue #95 mismatched values in fan-in when using nodes > 3
  • Issue #93 Client detection for imported sandbox doesn't take flavor into account

TESTING

  • Add test for FindOrGuessTarballByVersionFlavorOS
  • Add mock test for fan-in nodes