diff --git a/releasenotes/notes/disable-compression-e4074dcef9f85c36.yaml b/releasenotes/notes/disable-compression-e4074dcef9f85c36.yaml index e913bda6..9b346d0a 100644 --- a/releasenotes/notes/disable-compression-e4074dcef9f85c36.yaml +++ b/releasenotes/notes/disable-compression-e4074dcef9f85c36.yaml @@ -1,5 +1,15 @@ --- deprecations: - - The compression option has been removed due to the fact that it's not - recommended by MariaDB anymore. This means that all the dependencies from - Percona such as QPress are no longer necessary. \ No newline at end of file + - The compression option in the ``galera_server`` role has been removed due + to the fact that it is not recommended by MariaDB anymore. This means that + all the dependencies from Percona such as QPress are no longer necessary. + + - The following variables have been removed because they are no longer used. + + * ``galera_percona_xtrabackup_repo`` + * ``use_percona_upstream`` + * ``galera_xtrabackup_compression`` + * ``galera_server_percona_distro_packages`` + + - The variable ``galera_xtrabackup_threads`` has been renamed to + ``galera_mariabackup_threads`` to reflect the change in the SST provider. diff --git a/releasenotes/notes/use-mariabackup-46ae988b43abda06.yaml b/releasenotes/notes/use-mariabackup-46ae988b43abda06.yaml index 7cd2a3d3..aa472274 100644 --- a/releasenotes/notes/use-mariabackup-46ae988b43abda06.yaml +++ b/releasenotes/notes/use-mariabackup-46ae988b43abda06.yaml @@ -1,4 +1,5 @@ --- features: - - The role now uses mariabackup in order to complete SST operations due to - the fact that this is the recommended choice from MariaDB. \ No newline at end of file + - The ``galera_server`` role now uses mariabackup in order to complete SST + operations due to the fact that this is the recommended choice from + MariaDB. diff --git a/releasenotes/notes/use-mariadb-10.3.13-7801fd46c5c9ce89.yaml b/releasenotes/notes/use-mariadb-10.3.13-7801fd46c5c9ce89.yaml index 6524da88..884eef65 100644 --- a/releasenotes/notes/use-mariadb-10.3.13-7801fd46c5c9ce89.yaml +++ b/releasenotes/notes/use-mariadb-10.3.13-7801fd46c5c9ce89.yaml @@ -1,3 +1,4 @@ --- features: - - This role now ships with the latest MariaDB release of 10.3.13. \ No newline at end of file + - The ``galera_server`` role now ships with the latest MariaDB release of + 10.3.13.