Skip to content

Commit d365978

Browse files
committed
Merge pull request #206 from apenney/080-release
Prepare the 0.8.0 release.
2 parents 2b91872 + 17fdcf8 commit d365978

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

CHANGELOG

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,43 @@
1-
2013-07-26 - Version 0.7.1
1+
2013-07-01 - Version 0.8.0
2+
Features:
3+
- mysql::perl class to install perl-DBD-mysql.
4+
- minor improvements to the providers to improve reliability
5+
- Install the MariaDB packages on Fedora 19 instead of MySQL.
6+
- Add new `mysql` class parameters:
7+
- `max_connections`: The maximum number of allowed connections.
8+
- `manage_config_file`: Opt out of puppetized control of my.cnf.
9+
- `ft_min_word_len`: Fine tune the full text search.
10+
- `ft_max_word_len`: Fine tune the full text search.
11+
- Add new `mysql` class performance tuning parameters:
12+
- `key_buffer`
13+
- `thread_stack`
14+
- `thread_cache_size`
15+
- `myisam-recover`
16+
- `query_cache_limit`
17+
- `query_cache_size`
18+
- `max_connections`
19+
- `tmp_table_size`
20+
- `table_open_cache`
21+
- `long_query_time`
22+
- Add new `mysql` class replication parameters:
23+
- `server_id`
24+
- `sql_log_bin`
25+
- `log_bin`
26+
- `max_binlog_size`
27+
- `binlog_do_db`
28+
- `expire_logs_days`
29+
- `log_bin_trust_function_creators`
30+
- `replicate_ignore_table`
31+
- `replicate_wild_do_table`
32+
- `replicate_wild_ignore_table`
33+
- `expire_logs_days`
34+
- `max_binlog_size`
35+
36+
Bugfixes:
37+
- No longer restart MySQL when /root/.my.cnf changes.
38+
- Ensure mysql::config runs before any mysql::db defines.
39+
40+
2013-06-26 - Version 0.7.1
241
Bugfixes:
342
- Single-quote password for special characters
443
- Update travis testing for puppet 3.2.x and missing Bundler gems

Modulefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name 'puppetlabs-mysql'
2-
version '0.7.1'
2+
version '0.8.0'
33
source 'git://github.com/puppetlabs/puppetlabs-mysql.git'
44
author 'Puppet Labs'
55
license 'Apache 2.0'

0 commit comments

Comments
 (0)