Pike Series Release Notes¶
16.0.8¶
Deprecation Notes¶
The
galera_client_opensuse_mirror_obs_url
variable has been removed since the OBS repository is no longer used to install the MariaDB packages.
16.0.0¶
New Features¶
The
galera_client
role will default to using thegalera_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.
Allows SSL connection to Galera with SSL support.
galera_use_ssl
option has to be set totrue
, in this case self-signed CA cert or user-provided CA cert will be delivered to the container/host.
The role now supports SUSE based distributions. Required packages can now be installed using the zypper package manager.
Deprecation Notes¶
The variables
galera_client_apt_repo_url
andgalera_client_yum_repo_url
are deprecated in favour of the common variablegalera_client_repo_url
.