Skip to content

Releases: sous-chefs/mysql

v4.0.4

06 Nov 16:47
Compare
Choose a tag to compare

[COOK-3952] - Adding 'recursive true' to directory resources

v4.0.2

05 Nov 21:52
Compare
Choose a tag to compare

BUGS

  • Adding support for Amazon Linux in attributes/server_rhel.rb
  • Fixing bug where unprivileged users cannot connect over a local socket. Adding integration test.
  • Fixing bug in mysql_grants_cmd generation

v4.0.0

03 Nov 23:25
Compare
Choose a tag to compare
  • [COOK-3928] Heavily refactoring for readability. Moving platform implementation into separate recipes
  • Moving integration tests from minitest to serverspec, removing "improper" tests
  • Moving many attributes into the ['mysql']['server']['whatever'] namespace
  • [COOK-3481] - Merged Lucas Welsh's Windows bits and moved into own recipe
  • [COOK-3697] - Adding security hardening attributes
  • [COOK-3780] - Fixing data_dir on Debian and Ubuntu
  • [COOK-3807] - Don't use execute[assign-root-password] on Debian and Ubuntu
  • [COOK-3881] - Fixing /etc being owned by mysql user

v3.0.12

09 Oct 20:45
Compare
Choose a tag to compare

Bug

  • COOK-3752 - mysql service fails to start in mysql::server recipe

v3.0.10

07 Oct 21:10
Compare
Choose a tag to compare
  • Fix a failed release attempt for v3.0.8

v3.0.8

07 Oct 19:45
Compare
Choose a tag to compare

Bug

  • COOK-3749 - Fix a regression with Chef 11-specific features

v3.0.6

06 Oct 15:04
Compare
Choose a tag to compare

Bug

  • COOK-3674 - Fix an issue where the MySQL server fails to set the root password correctly when data_dir is a non-default value
  • COOK-3647 - Fix README typo (databas => database)
  • COOK-3477 - Fix log-queries-not-using-indexes not working
  • COOK-3436 - Pull percona repo in compilation phase
  • COOK-3208 - Fix README typo (LitenPort => ListenPort)
  • COOK-3149 - Create my.cnf before installing
  • COOK-2681 - Fix log_slow_queries for 5.5+
  • COOK-2606 - Use proper bind address on cloud providers

Improvement

  • COOK-3498 - Add support for replicate_* variables in my.cnf