Newton Series Release Notes

14.2.7

New Features

  • Allows SSL connection to Galera with SSL support. galera_use_ssl option has to be set to true, in this case self-signed CA cert or user-provided CA cert will be delivered to the container/host.

14.2.1

New Features

  • The galera_client role will default to using the galera_repo_url URL if the value for it is set. This simplifies using an alternative mirror for the MariaDB server and client as only one variable needs to be set to cover them both.

Deprecation Notes

  • The variables galera_client_apt_repo_url and galera_client_yum_repo_url are deprecated in favour of the common variable galera_client_repo_url.

14.1.0

New Features

  • The filename of the apt/yum source can now be defined with the variable mariadb_repo_filename.

14.0.0

New Features

  • CentOS 7 support has been added to the galera_client role.

  • The galera_client role now supports the ability to configure whether apt/yum tasks install the latest available package, or just ensure that the package is present. The default action is to ensure that the latest package is present. The action taken may be changed to only ensure that the package is present by setting galera_client_package_state to present.

Upgrade Notes

  • The Galera client role now has a dependency on the apt package pinning role.

  • The variable galera_client_apt_packages has been replaced by galera_client_distro_packages.

  • The galera_client role always checks whether the latest package is installed when executed. If a deployer wishes to change the check to only validate the presence of the package, the option galera_client_package_state should be set to present.