File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
13
13
* Add support for new operating systems
14
14
15
15
### Changed
16
- * Change default version of Codership/MySQL, MariaDB and Percona XtraDB
16
+ * Change default version of Codership/MySQL to 8.0
17
+ * Change default version of MariaDB to 10.11
18
+ * Change default version of Percona XtraDB to 8.0
17
19
* Enable systemd-based status check on RHEL 9, Debian 12 and Ubuntu 24.04 ([ #191 ] )
18
20
* Add new dependency for systemd-based status check ([ #191 ] )
19
21
* Extend unit tests ([ #191 ] )
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ galera::codership::galera_package_ensure: 'present'
100
100
galera::percona::default_version : ' 8.0'
101
101
# Percona does not allow installation of wsrep-enabled server and wsrep provider.
102
102
galera::percona::galera_package_ensure : ' absent'
103
- galera::mariadb::default_version : ' 11.4 '
103
+ galera::mariadb::default_version : ' 10.11 '
104
104
galera::mariadb::galera_package_ensure : ' present'
105
105
106
106
# binlog_format is deprecated in MySQL, but still required for MariaDB
Original file line number Diff line number Diff line change @@ -25,7 +25,9 @@ class { 'galera':
25
25
}
26
26
},
27
27
vendor_type => 'mariadb',
28
- vendor_version => '11.4'
28
+ # FIXME: switch to 11.4, requires this PR:
29
+ # https://github.com/puppetlabs/puppetlabs-mysql/pull/1626
30
+ vendor_version => '10.11'
29
31
}
30
32
MANIFEST
31
33
end
You can’t perform that action at this time.
0 commit comments