Skip to content

Commit

Permalink
revert MariaDB to 10.x release series
Browse files Browse the repository at this point in the history
puppetlabs-mysql is currently incompatble with MariaDB 11.x:
puppetlabs/puppetlabs-mysql#1626
  • Loading branch information
fraenki committed Aug 6, 2024
1 parent d6d9594 commit 2dd151f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Add support for new operating systems

### Changed
* Change default version of Codership/MySQL, MariaDB and Percona XtraDB
* Change default version of Codership/MySQL to 8.0
* Change default version of MariaDB to 10.11
* Change default version of Percona XtraDB to 8.0
* Enable systemd-based status check on RHEL 9, Debian 12 and Ubuntu 24.04 ([#191])
* Add new dependency for systemd-based status check ([#191])
* Extend unit tests ([#191])
Expand Down
2 changes: 1 addition & 1 deletion data/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ galera::codership::galera_package_ensure: 'present'
galera::percona::default_version: '8.0'
# Percona does not allow installation of wsrep-enabled server and wsrep provider.
galera::percona::galera_package_ensure: 'absent'
galera::mariadb::default_version: '11.4'
galera::mariadb::default_version: '10.11'
galera::mariadb::galera_package_ensure: 'present'

# binlog_format is deprecated in MySQL, but still required for MariaDB
Expand Down
4 changes: 3 additions & 1 deletion spec/acceptance/galera_mariadb_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ class { 'galera':
}
},
vendor_type => 'mariadb',
vendor_version => '11.4'
# FIXME: switch to 11.4, requires this PR:
# https://github.com/puppetlabs/puppetlabs-mysql/pull/1626
vendor_version => '10.11'
}
MANIFEST
end
Expand Down

0 comments on commit 2dd151f

Please sign in to comment.