Bump galera version

We update galera minor version to cover CVE [1]

[1] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-2574

Depends-On: https://review.opendev.org/758462
Change-Id: I9b86752aec975f4611a1e07468f4f647072beb04
This commit is contained in:
Dmitriy Rabotyagov 2020-10-15 19:31:30 +03:00
parent 06df5a31ea
commit afdbacc5f1
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ galera_client_repo_url: "{{ galera_repo_url | default(_galera_client_repo_url) }
# Set the major version to use for the galera repo
galera_client_major_version: 10.3
galera_client_minor_version: 13
galera_client_minor_version: 25
# Set the repo information for the MariaDB repository
galera_client_repo: "{{ _galera_client_repo }}"