Mercurial > repos > other > Puppet
annotate modules/mysql/CHANGELOG.md @ 308:edd1e3b444e7
Blacklist more users on SSH including bugzilla
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 23 Feb 2020 12:07:07 +0000 |
parents | 48d3a1948e4d |
children | 668df4711671 |
rev | line source |
---|---|
244 | 1 # Change log |
2 | |
3 All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). | |
4 | |
5 ## [v10.3.0](https://github.com/puppetlabs/puppetlabs-mysql/tree/v10.3.0) (2019-12-11) | |
6 | |
7 [Full Changelog](https://github.com/puppetlabs/puppetlabs-mysql/compare/v10.2.1...v10.3.0) | |
8 | |
9 ### Added | |
10 | |
11 - \(FM-8677\) - Support added for CentOS 8 [\#1254](https://github.com/puppetlabs/puppetlabs-mysql/pull/1254) ([david22swan](https://github.com/david22swan)) | |
12 | |
13 ### Fixed | |
14 | |
15 - Fix java and ruby binding packages for Debian 10 [\#1264](https://github.com/puppetlabs/puppetlabs-mysql/pull/1264) ([treydock](https://github.com/treydock)) | |
16 - \(MODULES-10114\) Confine fact for only when mysql is in PATH [\#1256](https://github.com/puppetlabs/puppetlabs-mysql/pull/1256) ([bFekete](https://github.com/bFekete)) | |
17 | |
18 # Change log | |
19 | |
20 All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). | |
21 | |
22 ## [v10.2.1](https://github.com/puppetlabs/puppetlabs-mysql/tree/v10.2.1) (2019-10-30) | |
23 | |
24 [Full Changelog](https://github.com/puppetlabs/puppetlabs-mysql/compare/v10.2.0...v10.2.1) | |
25 | |
26 ### Fixed | |
27 | |
28 - Fix mysql::sql task error message [\#1243](https://github.com/puppetlabs/puppetlabs-mysql/pull/1243) ([alexjfisher](https://github.com/alexjfisher)) | |
29 - Fix xtrabackup regression introduced in \#1207 [\#1242](https://github.com/puppetlabs/puppetlabs-mysql/pull/1242) ([fraenki](https://github.com/fraenki)) | |
30 - Repair mysql\_grant docs and diagnostics [\#1237](https://github.com/puppetlabs/puppetlabs-mysql/pull/1237) ([qha](https://github.com/qha)) | |
31 | |
32 ## [v10.2.0](https://github.com/puppetlabs/puppetlabs-mysql/tree/v10.2.0) (2019-09-24) | |
33 | |
34 [Full Changelog](https://github.com/puppetlabs/puppetlabs-mysql/compare/v10.1.0...v10.2.0) | |
35 | |
36 ### Added | |
37 | |
38 - FM-8406 add support on Debian10 [\#1230](https://github.com/puppetlabs/puppetlabs-mysql/pull/1230) ([lionce](https://github.com/lionce)) | |
39 - Make backup success file path configurable [\#1207](https://github.com/puppetlabs/puppetlabs-mysql/pull/1207) ([HT43-bqxFqB](https://github.com/HT43-bqxFqB)) | |
40 | |
41 ### Fixed | |
42 | |
43 - No package under FreeBSD [\#1227](https://github.com/puppetlabs/puppetlabs-mysql/pull/1227) ([jas01](https://github.com/jas01)) | |
44 - Fix group on FreeBSD [\#1226](https://github.com/puppetlabs/puppetlabs-mysql/pull/1226) ([jas01](https://github.com/jas01)) | |
45 - Don't run fact when you can't find mysqld [\#1224](https://github.com/puppetlabs/puppetlabs-mysql/pull/1224) ([jstewart612](https://github.com/jstewart612)) | |
46 - Bugfix on Debian 9 : ruby\_package\_name must be ruby-mysql2 [\#1223](https://github.com/puppetlabs/puppetlabs-mysql/pull/1223) ([leopoiroux](https://github.com/leopoiroux)) | |
47 - Fix errors for /bin/sh with the xtrabackup cron [\#1222](https://github.com/puppetlabs/puppetlabs-mysql/pull/1222) ([baldurmen](https://github.com/baldurmen)) | |
48 - Fix/fix dependency issue in freebsd with log error file creation from 10.0.0 [\#1221](https://github.com/puppetlabs/puppetlabs-mysql/pull/1221) ([rick-pri](https://github.com/rick-pri)) | |
49 | |
50 ## [v10.1.0](https://github.com/puppetlabs/puppetlabs-mysql/tree/v10.1.0) (2019-07-30) | |
51 | |
52 [Full Changelog](https://github.com/puppetlabs/puppetlabs-mysql/compare/v10.0.0...v10.1.0) | |
53 | |
54 ### Added | |
55 | |
56 - Allow backup::mysqldump::time to accept monthday, month, weekday [\#1214](https://github.com/puppetlabs/puppetlabs-mysql/pull/1214) ([malakai97](https://github.com/malakai97)) | |
57 | |
58 ## [v10.0.0](https://github.com/puppetlabs/puppetlabs-mysql/tree/v10.0.0) (2019-06-26) | |
59 | |
60 [Full Changelog](https://github.com/puppetlabs/puppetlabs-mysql/compare/v9.1.0...v10.0.0) | |
61 | |
62 ### Added | |
63 | |
64 - add support for rh-mariadb102 [\#1209](https://github.com/puppetlabs/puppetlabs-mysql/pull/1209) ([martin-schlossarek](https://github.com/martin-schlossarek)) | |
65 - Freebsd compat [\#1208](https://github.com/puppetlabs/puppetlabs-mysql/pull/1208) ([kapouik](https://github.com/kapouik)) | |
66 | |
67 ### Fixed | |
68 | |
69 - FM-7982 - update provisioner to docker\_exp [\#1205](https://github.com/puppetlabs/puppetlabs-mysql/pull/1205) ([lionce](https://github.com/lionce)) | |
70 | |
71 ## [v9.1.0](https://github.com/puppetlabs/puppetlabs-mysql/tree/v9.1.0) (2019-06-10) | |
72 | |
73 [Full Changelog](https://github.com/puppetlabs/puppetlabs-mysql/compare/v9.0.0...v9.1.0) | |
74 | |
75 ### Added | |
76 | |
77 - Add option to specify $backupdir as a symlink target, for use with dm… [\#1200](https://github.com/puppetlabs/puppetlabs-mysql/pull/1200) ([comport3](https://github.com/comport3)) | |
78 - \(FM-8029\) Add RedHat 8 support [\#1199](https://github.com/puppetlabs/puppetlabs-mysql/pull/1199) ([eimlav](https://github.com/eimlav)) | |
79 - Allow own Xtrabackup script [\#1189](https://github.com/puppetlabs/puppetlabs-mysql/pull/1189) ([SaschaDoering](https://github.com/SaschaDoering)) | |
80 - Litmus conversion [\#1175](https://github.com/puppetlabs/puppetlabs-mysql/pull/1175) ([pmcmaw](https://github.com/pmcmaw)) | |
81 | |
82 ### Fixed | |
83 | |
84 - \(MODULES-6875,MODULES-7487\) - Fix mariadb mysql\_user password idempotency [\#1195](https://github.com/puppetlabs/puppetlabs-mysql/pull/1195) ([alexjfisher](https://github.com/alexjfisher)) | |
85 | |
86 ## [v9.0.0](https://github.com/puppetlabs/puppetlabs-mysql/tree/v9.0.0) (2019-05-21) | |
87 | |
88 [Full Changelog](https://github.com/puppetlabs/puppetlabs-mysql/compare/8.1.0...v9.0.0) | |
89 | |
90 ### Changed | |
91 | |
92 - pdksync - \(MODULES-8444\) - Raise lower Puppet bound [\#1184](https://github.com/puppetlabs/puppetlabs-mysql/pull/1184) ([david22swan](https://github.com/david22swan)) | |
93 | |
94 ### Added | |
95 | |
96 - Make incremental backups deactivable [\#1188](https://github.com/puppetlabs/puppetlabs-mysql/pull/1188) ([SaschaDoering](https://github.com/SaschaDoering)) | |
97 - Allow multiple backupmethods [\#1187](https://github.com/puppetlabs/puppetlabs-mysql/pull/1187) ([SaschaDoering](https://github.com/SaschaDoering)) | |
98 | |
99 ### Fixed | |
100 | |
101 - Fix the contribution guide URL [\#1190](https://github.com/puppetlabs/puppetlabs-mysql/pull/1190) ([mauricemeyer](https://github.com/mauricemeyer)) | |
102 - \(MODULES-8886\) Revert removal of deepmerge function [\#1181](https://github.com/puppetlabs/puppetlabs-mysql/pull/1181) ([eimlav](https://github.com/eimlav)) | |
103 - Fixed Changelog links for 8.1.0 [\#1180](https://github.com/puppetlabs/puppetlabs-mysql/pull/1180) ([mauricemeyer](https://github.com/mauricemeyer)) | |
104 | |
105 ## [8.1.0](https://github.com/puppetlabs/puppetlabs-mysql/tree/8.1.0) (2019-04-03) | |
106 | |
107 [Full Changelog](https://github.com/puppetlabs/puppetlabs-mysql/compare/8.0.1...8.1.0) | |
108 | |
109 ### Added | |
110 | |
111 - Rotate option for xtrabackup script [\#1176](https://github.com/puppetlabs/puppetlabs-mysql/pull/1176) ([elfranne](https://github.com/elfranne)) | |
112 - Add support for dynamic backupmethods/mariabackup [\#1171](https://github.com/puppetlabs/puppetlabs-mysql/pull/1171) ([danquack](https://github.com/danquack)) | |
113 | |
114 ### Fixed | |
115 | |
116 - \(MODULES-6627\) Remove unused --host flags from mysqlcaller [\#1174](https://github.com/puppetlabs/puppetlabs-mysql/pull/1174) ([david22swan](https://github.com/david22swan)) | |
117 - Set correct packagename for ruby\_mysql on Ubuntu 18.04 [\#1163](https://github.com/puppetlabs/puppetlabs-mysql/pull/1163) ([datty](https://github.com/datty)) | |
118 - \[MODULES-8779\] Set proper python\_package\_name for RHEL/CentOS 8 [\#1161](https://github.com/puppetlabs/puppetlabs-mysql/pull/1161) ([javierpena](https://github.com/javierpena)) | |
119 - fix install ordering for innodb data size [\#1160](https://github.com/puppetlabs/puppetlabs-mysql/pull/1160) ([fe80](https://github.com/fe80)) | |
120 | |
121 ## [8.0.1](https://github.com/puppetlabs/puppetlabs-mysql/tree/8.0.1) (2019-03-20) | |
122 | |
123 [Full Changelog](https://github.com/puppetlabs/puppetlabs-mysql/compare/8.0.0...8.0.1) | |
124 | |
125 ### Fixed | |
126 | |
127 - \(MODULES-8684\) - Removing private tags from Puppet Types [\#1170](https://github.com/puppetlabs/puppetlabs-mysql/pull/1170) ([david22swan](https://github.com/david22swan)) | |
128 | |
129 ## [8.0.0](https://github.com/puppetlabs/puppetlabs-mysql/tree/8.0.0) (2019-01-18) | |
130 | |
131 [Full Changelog](https://github.com/puppetlabs/puppetlabs-mysql/compare/7.0.0...8.0.0) | |
132 | |
133 ### Changed | |
134 | |
135 - \(MODULES-8193\) - Removal of inbuilt deepmerge and dirname functions [\#1145](https://github.com/puppetlabs/puppetlabs-mysql/pull/1145) ([david22swan](https://github.com/david22swan)) | |
136 | |
137 ### Added | |
138 | |
139 - \(MODULES-3539\) Allow @ in username [\#1155](https://github.com/puppetlabs/puppetlabs-mysql/pull/1155) ([Fogelholk](https://github.com/Fogelholk)) | |
140 - \(MODULES-8144\) - Add support for SLES 15 [\#1146](https://github.com/puppetlabs/puppetlabs-mysql/pull/1146) ([eimlav](https://github.com/eimlav)) | |
141 - Added support for RHSCL mysql versions and support for .mylogin.cnf for MySQL 5.6.6+ [\#1061](https://github.com/puppetlabs/puppetlabs-mysql/pull/1061) ([DJMuggs](https://github.com/DJMuggs)) | |
142 | |
143 ### Fixed | |
144 | |
145 - \(MODULES-8193\) - Wrapper methods created for inbuilt 4.x functions [\#1151](https://github.com/puppetlabs/puppetlabs-mysql/pull/1151) ([david22swan](https://github.com/david22swan)) | |
146 - pdksync - \(FM-7655\) Fix rubygems-update for ruby \< 2.3 [\#1150](https://github.com/puppetlabs/puppetlabs-mysql/pull/1150) ([tphoney](https://github.com/tphoney)) | |
147 - Add includedir for Gentoo [\#1147](https://github.com/puppetlabs/puppetlabs-mysql/pull/1147) ([baurmatt](https://github.com/baurmatt)) | |
148 - add mysql\_native\_password for mariadb 10.2 in password\_hash [\#1117](https://github.com/puppetlabs/puppetlabs-mysql/pull/1117) ([mlk-89](https://github.com/mlk-89)) | |
149 - Removing query\_cache ops that are no longer supported in MySQL \>= 8.0 [\#1107](https://github.com/puppetlabs/puppetlabs-mysql/pull/1107) ([ernstae](https://github.com/ernstae)) | |
150 | |
151 ## [7.0.0](https://github.com/puppetlabs/puppetlabs-mysql/tree/7.0.0) (2018-10-25) | |
152 | |
153 [Full Changelog](https://github.com/puppetlabs/puppetlabs-mysql/compare/6.2.0...7.0.0) | |
154 | |
155 ### Changed | |
156 | |
157 - \(MODULES-6923\) remove staging module [\#1115](https://github.com/puppetlabs/puppetlabs-mysql/pull/1115) ([tphoney](https://github.com/tphoney)) | |
158 | |
159 ### Added | |
160 | |
161 - \(MODULES-7857\) Support user creation on galera [\#1130](https://github.com/puppetlabs/puppetlabs-mysql/pull/1130) ([MaxFedotov](https://github.com/MaxFedotov)) | |
162 - MySQL 8 compatibility in user management [\#1092](https://github.com/puppetlabs/puppetlabs-mysql/pull/1092) ([zpetr](https://github.com/zpetr)) | |
163 | |
164 ### Fixed | |
165 | |
166 - \(MODULES-7487\) Check authentication string for user password on MariaDB 10.2.16+ [\#1135](https://github.com/puppetlabs/puppetlabs-mysql/pull/1135) ([gguillotte](https://github.com/gguillotte)) | |
167 | |
168 ## [6.2.0](https://github.com/puppetlabs/puppetlabs-mysql/tree/6.2.0) (2018-09-27) | |
169 | |
170 [Full Changelog](https://github.com/puppetlabs/puppetlabs-mysql/compare/6.1.0...6.2.0) | |
171 | |
172 ### Added | |
173 | |
174 - pdksync - \(MODULES-6805\) metadata.json shows support for puppet 6 [\#1127](https://github.com/puppetlabs/puppetlabs-mysql/pull/1127) ([tphoney](https://github.com/tphoney)) | |
175 | |
176 ### Fixed | |
177 | |
178 - \(maint\) - Change versioning comparison [\#1123](https://github.com/puppetlabs/puppetlabs-mysql/pull/1123) ([eimlav](https://github.com/eimlav)) | |
179 | |
180 ## [6.1.0](https://github.com/puppetlabs/puppetlabs-mysql/tree/6.1.0) (2018-09-13) | |
181 | |
182 [Full Changelog](https://github.com/puppetlabs/puppetlabs-mysql/compare/6.0.0...6.1.0) | |
183 | |
184 ### Fixed | |
185 | |
186 - pdksync - \(MODULES-7705\) - Bumping stdlib dependency from \< 5.0.0 to \< 6.0.0 [\#1114](https://github.com/puppetlabs/puppetlabs-mysql/pull/1114) ([pmcmaw](https://github.com/pmcmaw)) | |
187 - \(MODULES-6981\) Do not try to read ~root/.my.cnf when calling "mysqld -V" [\#1063](https://github.com/puppetlabs/puppetlabs-mysql/pull/1063) ([simondeziel](https://github.com/simondeziel)) | |
188 | |
189 ## [6.0.0](https://github.com/puppetlabs/puppetlabs-mysql/tree/6.0.0) (2018-08-01) | |
190 | |
191 [Full Changelog](https://github.com/puppetlabs/puppetlabs-mysql/compare/5.4.0...6.0.0) | |
192 | |
193 ### Changed | |
194 | |
195 - \[FM-6962\] Removal of unsupported OS from mysql [\#1086](https://github.com/puppetlabs/puppetlabs-mysql/pull/1086) ([david22swan](https://github.com/david22swan)) | |
196 | |
197 ### Added | |
198 | |
199 - \(FM-5985\) - Addition of support for Ubuntu 18.04 to mysql [\#1104](https://github.com/puppetlabs/puppetlabs-mysql/pull/1104) ([david22swan](https://github.com/david22swan)) | |
200 - \(MODULES-7439\) - Implementing beaker-testmode\_switcher [\#1095](https://github.com/puppetlabs/puppetlabs-mysql/pull/1095) ([pmcmaw](https://github.com/pmcmaw)) | |
201 - Support for optional\_\_args and prescript to mysqldump backup provider [\#1083](https://github.com/puppetlabs/puppetlabs-mysql/pull/1083) ([eputnam](https://github.com/eputnam)) | |
202 - Allow empty user passwords [\#1075](https://github.com/puppetlabs/puppetlabs-mysql/pull/1075) ([ThoTischner](https://github.com/ThoTischner)) | |
203 - Add user tls\_options and grant options to mysql::db [\#1065](https://github.com/puppetlabs/puppetlabs-mysql/pull/1065) ([edestecd](https://github.com/edestecd)) | |
204 - Use puppet4 functions-api [\#1044](https://github.com/puppetlabs/puppetlabs-mysql/pull/1044) ([juliantodt](https://github.com/juliantodt)) | |
205 - Replaced 'DROP USER' with 'DROP USER IF EXISTS' [\#942](https://github.com/puppetlabs/puppetlabs-mysql/pull/942) ([libertamohamed](https://github.com/libertamohamed)) | |
206 | |
207 ### Fixed | |
208 | |
209 - \(MODULES-7353\) Enable service for Debian 9 [\#1094](https://github.com/puppetlabs/puppetlabs-mysql/pull/1094) ([david22swan](https://github.com/david22swan)) | |
210 - Update locales test for Debian 9 [\#1091](https://github.com/puppetlabs/puppetlabs-mysql/pull/1091) ([HelenCampbell](https://github.com/HelenCampbell)) | |
211 - \[FM-7045\] Fix to allow Debian 9 test's to run clean [\#1088](https://github.com/puppetlabs/puppetlabs-mysql/pull/1088) ([david22swan](https://github.com/david22swan)) | |
212 - \(MODULES-7198\) Fix DROP USER IF EXISTS on mariadb [\#1082](https://github.com/puppetlabs/puppetlabs-mysql/pull/1082) ([hunner](https://github.com/hunner)) | |
213 | |
214 ## 5.4.0 | |
215 | |
216 ### Added | |
217 | |
218 - \(PDOC-210\) Puppet Strings documentation [\#1068](https://github.com/puppetlabs/puppetlabs-mysql/pull/1068) ([hunner](https://github.com/hunner)) | |
219 - Compatibility for Alpine linux [\#1049](https://github.com/puppetlabs/puppetlabs-mysql/pull/1049) ([cisco87](https://github.com/cisco87)) | |
220 | |
221 ### Fixed | |
222 | |
223 - \(MODULES-6627\) Removed unused --host flag from mysqlcaller [\#1064](https://github.com/puppetlabs/puppetlabs-mysql/pull/1064) ([HelenCampbell](https://github.com/HelenCampbell)) | |
224 - Fixed archlinux compatibility [\#1057](https://github.com/puppetlabs/puppetlabs-mysql/pull/1057) ([bastelfreak](https://github.com/bastelfreak)) | |
225 - Changed input param option in export.json from sql to file [\#1054](https://github.com/puppetlabs/puppetlabs-mysql/pull/1054) ([cgoswami](https://github.com/cgoswami)) | |
226 | |
227 ## Supported Release [5.3.0] | |
228 ### Summary | |
229 This release uses the PDK convert functionality which in return makes the module PDK compliant. It also includes a roll up of maintenance changes, a new task and support for `GRANTS FUNCTION`. | |
230 | |
231 ### Added | |
232 - Add support for `GRANTS FUNCTION` ([MODULES-2075](https://tickets.puppet.com/browse/MODULES-2075)). | |
233 - Add Export database task. | |
234 - PDK Convert mysql ([MODULES-6454](https://tickets.puppet.com/browse/MODULES-6454)). | |
235 | |
236 ### Changed | |
237 - Allow authentication plugin to be changed. | |
238 - Update mysql_user provider. | |
239 - Plugins don't exist before 5.5; password field name changed | |
240 - Fix helpful rubocops and disable hurtful cops. | |
241 - Addressing puppet-lint and rubocop errors | |
242 - Remove update bundler and add ignore .DS_Store | |
243 - Skip rubocop warning in task. | |
244 - Fix a typo in a classname in the changelog. | |
245 | |
246 ## Supported Release [5.2.1] | |
247 ### Summary | |
248 This release fixes CVE-2018-6508 which is a potential arbitrary code execution via tasks. | |
249 | |
250 ### Fixed | |
251 - Fix export and mysql tasks for arbitrary remote code | |
252 | |
253 ## Supported Release [5.2.0] | |
254 | |
255 ### Added | |
256 - Compatibility for puppet-staging 3.0.0 | |
257 | |
258 ### Fixed | |
259 - Centralize all mysql command calls for providers | |
260 - Add paths to `mysql_datadir` provider for RedHat Software Collections | |
261 | |
262 ## Supported Release [5.1.0] | |
263 ### Summary | |
264 This release adds Tasks to the Mysql module. | |
265 | |
266 #### Added | |
267 - Adds the execute sql task. | |
268 | |
269 ## Supported Release [5.0.0] | |
270 ### Summary | |
271 This is a major release that adds support for string translation. Currently the only supported language besides | |
272 English is Japanese. | |
273 | |
274 #### Added | |
275 - Several gem dependencies required for translation. | |
276 - Wrapping of strings that require translation. Strings in ruby code are now wrapped with `_()` and strings in puppet code with `translate()`. | |
277 - Debian 9 support | |
278 | |
279 #### Changed | |
280 - The default php_package_name for Debian and Ubuntu to `php-mysql` | |
281 | |
282 ## Supported Release 4.0.1 | |
283 ### Summary | |
284 This is a small bugfix release that makes `mysql_install_db` optional and fixes some regular expression issues. | |
285 | |
286 #### Bugfixes | |
287 - ([MODULES-5528](https://tickets.puppet.com/browse/MODULES-5528)) Fixes the `mysql_install_db` command so that it is optional | |
288 - ([MODULES-5602](https://tickets.puppet.com/browse/MODULES-5602)) Removes superfluous backslashes in some regular expressions that were causing instability | |
289 | |
290 ## Supported Release 4.0.0 | |
291 ### Summary | |
292 This release sees the enablement of rubocop, also an update to the lib directory with rubocop fixes and several other changes and fixes. Also a bump to the Puppet version compatibility and several Puppet language updates. | |
293 | |
294 #### Added | |
295 - Updated README.md with example how to install MySQL Community Server 5.6 on Centos 7.3 | |
296 - Enabled Rubocop and addition of Rubocop fixes for /lib directory. | |
297 | |
298 #### Removed | |
299 - Dropped legacy tests for db.pp. | |
300 | |
301 #### Changed | |
302 - Replaced validate function calls with datatypes in db.pp. | |
303 - Bumped recommended puppet version to between 4.7.0 and 6.0.0. | |
304 - Conditionalize name validation in mysql_grant type. ([MODULES-4604](https://tickets.puppet.com/browse/MODULES-4604)) | |
305 | |
306 #### Fixed | |
307 - Removal of invalid parameter provider on Mysql_user[user@localhost] in mysql::db ([MODULES-4115](https://tickets.puppet.com/browse/MODULES-4115)) | |
308 - Fixed server_service_name for Debian/stretch. | |
309 - Spec fixes for Puppet 5. | |
310 - Test update for fix:create procedure, then grant ([MODULES-5390](https://tickets.puppet.com/browse/MODULES-5390)) | |
311 - Fixing empty user/password issue for xtrabackup. Now defaults as undef instead of ''. | |
312 - Remove unsupported Ubuntu versions ([MODULES-5501](https://tickets.puppet.com/browse/MODULES-5501)) | |
313 | |
314 ## Supported Release 3.11.0 | |
315 ### Summary | |
316 This release includes README and metadata translations to Japanese, as well as some enhancements and bugfixes. | |
317 | |
318 #### Added | |
319 - New flag for successful backups | |
320 - Solaris support improvements | |
321 - New parameter `optional_args` for extra innobackupex options | |
322 - Specify environment variables (e.g. https_proxy) for MySQLTuner download. | |
323 - Check to only install bzip2 if `$backupcompress` is `true` | |
324 - Debian 9 compatibility | |
325 - Japanese README | |
326 | |
327 #### Fixed | |
328 - Syntax errors | |
329 - Bug where error logs were being created before the datadir was initialized (MODULES-4743) | |
330 | |
331 ## Supported Release 3.10.0 | |
332 ### Summary | |
333 This release includes new features for setting TLS options on a mysql user, a new parameter to allow specifying tool to import sql files, as well as various bugfixes. | |
334 | |
335 #### Features | |
336 - (MODULES-3879) Adds `import_cat_cmd` parameter to specify the command to read sql files | |
337 - Adds support for setting `tls_options` in `mysql_user` | |
338 | |
339 #### Bugfixes | |
340 - (MODULES-3557) Adds Ubuntu 16.04 package names for language bindings | |
341 - (MODULES-3907) Adds MySQL/Percona 5.7 initialize on fresh deploy | |
342 | |
343 ## Supported Release 3.9.0 | |
344 ### Summary | |
345 This release adds Percona 5.7 support and compatibility with Ubuntu 16.04, in addition to various bugfixes. | |
346 | |
347 #### Features | |
348 - (MODULES-3441) Adds the `mysqld_version` fact | |
349 - (MODULES-3513) Adds a new backup dump parameter `maxallowedpacket` | |
350 - Adds new parameter `xtrabackup_package_name` to `mysql::backup::xtrabackup` class | |
351 - Adds ability to revoke GRANT privilege | |
352 | |
353 #### Bugfixes | |
354 - Fixes a bug where `mysql_user` fails if facter cannot retrieve fqdn. | |
355 - Fix global parameter usage in backup script | |
356 - Adds support for `puppet-staging` version `2.0.0` | |
357 - (MODULES-3601) Moves binary logging configuration to take place after package install | |
358 - (MODULES-3711) Add limit to mysql server ID generated value | |
359 - (MODULES-3698) Fixes defaults for SLES12 | |
360 - Updates user name length restrictions for MySQL version 5.7.8 and above. | |
361 - Fixes a bug where error log is not writable by owner | |
362 | |
363 ## Supported Release 3.8.0 | |
364 ### Summary | |
365 This release adds Percona 5.7 support and compatibility with Ubuntu 16.04, in addition to various bugfixes. | |
366 | |
367 #### Features | |
368 - Adds support for Percona 5.7 | |
369 - Adds support for Ubuntu 16.04 (Xenial) | |
370 | |
371 #### Known Limitations | |
372 - The mysqlbackup.sh script will not work on MySQL 5.7.0 and up. | |
373 | |
374 #### Bugfixes | |
375 - Use mysql_install_db only with uniq defaults-extra-file | |
376 - Updates mysqlbackup.sh to ensure backup directory exist | |
377 - Loosen MariaDB recognition to fix it on Debian 8 | |
378 - Allow mysql::backup::mysqldump to access root_group in tests | |
379 - Fixed problem with ignoring parameters from global configs | |
380 - Fixes ordering issue that initialized mysqld before config is set | |
381 - (MODULES-1256) Fix parameters on OpenSUSE 12 | |
382 - Fixes install errors on Debian-based OS by configuring the base of includedir | |
383 - Configure the configfile location for mariadb | |
384 - Default mysqld_type return value should be 'mysql' if another type is not detected | |
385 - Make sure that bzip2 is installed before setting up the cron tab job using mysqlbackup.sh | |
386 - Fixes path issue on FreeBSD | |
387 - Check that /var/lib/mysql actually contains files | |
388 - Removes mysql regex when checking type | |
389 - (MODULES-2111) Add the system database to user related actions | |
390 - Updates default group for logfiles on Debian-based OS to 'adm' | |
391 - Fixes an issue with Amazon linux major release 4 installation | |
392 - Fixes 'mysql_install_db' script support on Gentoo | |
393 - Removes erroneous anchors to mysql::client from mysql::db | |
394 - Adds path to be able to find MySQL 5.5 installation on CentOS | |
395 | |
396 ## Supported Release 3.7.0 | |
397 ### Summary | |
398 | |
399 A large release with several new features. Also includes a considerable amount of bugfixes, many around compatibility and improvements to current functionality. | |
400 | |
401 #### Features | |
402 | |
403 - Now uses mariadb in OpenSuSE >= 13.1. | |
404 - Switch to rspec-puppet-facts. | |
405 - Additional function to check if table exists before grant. | |
406 - Add ability to input password hash directly. | |
407 - Now checking major release instead of specific release. | |
408 - Debian 8 support. | |
409 | |
410 #### Bugfixes | |
411 | |
412 - Minor doc update. | |
413 - Fixes improper use of function `warn` in backup manifest of server. | |
414 - Fixes to Compatibility with PE 3.3. | |
415 - Fixes `when not managing config file` in `mysql_server_spec`. | |
416 - Improved user validation and munging. | |
417 - Fixes fetching the mysql_user password for MySQL >=5.7.6. | |
418 - Fixes unique server_id within my.cnf, the issue were the entire mac address was not being read in to generate the id. | |
419 - Corrects the daemon_dev_package_name for mariadb on redhat. | |
420 - Fix version compare to properly suppress show_diff for root password. | |
421 - Fixes to ensure compatibility with future parser. | |
422 - Solaris removed from PE in metadata as its not supported. | |
423 - Use MYSQL_PWD to avoid mysqldump warnings. | |
424 - Use temp cnf file instead of env variable which creates acceptance test failures. | |
425 - No longer hash passwords that are already hashed. | |
426 - Fix Gemfile to work with ruby 1.8.7. | |
427 - Fixed MySQL 5.7.6++ compatibility. | |
428 - Fixing error when disabling service management and the service does not exist. | |
429 - Ubuntu vivid should use systemd not upstart. | |
430 - Fixed new mysql_datadir provider on CentOS for MySQl 5.7.6 compatibility. | |
431 - Ensure if service restart to wait till mysql is up. | |
432 - Move all dependencies to not have them in case of service unmanaged. | |
433 - Re-Added the ability to set a empty string as option parameter. | |
434 - Fixes edge-case with dropping pre-existing users with grants. | |
435 - Fix logic for choosing rspec version. | |
436 - Refactored main acceptance suite. | |
437 - Skip idempotency tests on test cells that do have PUP-5016 unfixed. | |
438 - Fix tmpdir to be shared across examples. | |
439 - Update to current msync configs [006831f]. | |
440 - Fix mysql_grant with MySQL ANSI_QUOTES mode. | |
441 - Generate .my.cnf for all sections. | |
442 | |
443 ## Supported Release 3.6.2 | |
444 ### Summary | |
445 | |
446 Small release for support of newer PE versions. This increments the version of PE in the metadata.json file. | |
447 | |
448 ## 2015-09-22 - Supported Release 3.6.1 | |
449 ### Summary | |
450 This is a security and bugfix release that fixes incorrect username truncation in the munge for the mysql_user type, incorrect function used in `mysql::server::backup` and fixes compatibility issues with PE 3.3.x. | |
451 | |
452 #### Bugfixes | |
453 - Loosen the regex in mysql_user munging so the username is not unintentionally truncated. | |
454 - Use `warning()` not `warn()` | |
455 - Metadata had inadvertantly dropped 3.3.x support | |
456 - Some 3.3.x compatibility issues in `mysqltuner` were corrected | |
457 | |
458 ## 2015-08-10 - Supported Release 3.6.0 | |
459 ### Summary | |
460 This release adds the ability to use mysql::db and `mysql_*` types against unmanaged or external mysql instances. | |
461 | |
462 #### Features | |
463 - Add ability to use mysql::db WITHOUT mysql::server (ie, externally) | |
464 - Add prescript attribute to mysql::server::backup for xtrabackup | |
465 - Add postscript ability to xtrabackup provider. | |
466 | |
467 #### Bugfixes | |
468 - Fix default root passwords blocking puppet on mysql 5.8 | |
469 - Fix service dependency when package_manage is false | |
470 - Fix selinux permissions on my.cnf | |
471 | |
472 ## 2015-07-23 - Supported Release 3.5.0 | |
473 ### Summary | |
474 A small release to add explicit support to newer Puppet versions and accumulated patches. | |
475 | |
476 #### Features/Improvements | |
477 - Start running tests against puppet 4 | |
478 - Support longer usernames on newer MariaDB versions | |
479 - Add parameters for Solaris 11 and 12 | |
480 | |
481 #### Bugfixes | |
482 - Fix references to the mysql-server package | |
483 - mysql_server_id doesn't throw and error on machines without macaddress | |
484 | |
485 ## 2015-05-19 - Supported Release 3.4.0 | |
486 ### Summary | |
487 This release includes the addition of extra facts, OpenBSD compatibility, and a number of other features, improvements and bug fixes. | |
488 | |
489 #### Features/Improvements | |
490 - Added server_id fact which includes mac address for better uniqueness | |
491 - Added OpenBSD compatibility, only for 'OpenBSD -current' (due to the recent switch to mariadb) | |
492 - Added a $mysql_group parameter, and use that instead of the $root_group parameter to define the group membership of the mysql error log file. | |
493 - Updated tests for rspec-puppet 2 and future parser | |
494 - Further acceptance testing improvements | |
495 - MODULES-1928 - allow log-error to be undef | |
496 - Split package installation and database install | |
497 - README wording improvements | |
498 - Added options for including/excluding triggers and routines | |
499 - Made the 'TRIGGER' privilege of mysqldump backups depend on whether or not we are actually backing up triggers | |
500 - Cleaned up the privilege assignment in the mysqldump backup script | |
501 - Add a fact for capturing the mysql version installed | |
502 | |
503 #### Bugfixes | |
504 - mysql backup: fix regression in mysql_user call | |
505 - Set service_ensure to undef, in the case of an unmanaged service | |
506 - README Typos fixed | |
507 - Bugfix on Xtrabackup crons | |
508 - Fixed a permission problem that was preventing triggers from being backed up | |
509 - MODULES-1981: Revoke and grant difference of old and new privileges | |
510 - Fix an issue were we assume triggers work | |
511 - Change default for mysql::server::backup to ignore_triggers = false | |
512 | |
513 #### Deprecations | |
514 mysql::server::old_root_password property | |
515 | |
516 ## 2015-03-03 - Supported Release 3.3.0 | |
517 ### Summary | |
26
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
518 This release includes major README updates, the addition of backup providers, and a fix for managing the log-bin directory. |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
519 |
244 | 520 #### Features |
26
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
521 - Add package_manage parameters to `mysql::server` and `mysql::client` (MODULES-1143) |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
522 - README improvements |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
523 - Add `mysqldump`, `mysqlbackup`, and `xtrabackup` backup providers. |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
524 |
244 | 525 #### Bugfixes |
26
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
526 - log-error overrides were not being properly used (MODULES-1804) |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
527 - check for full path for log-bin to stop puppet from managing file '.' |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
528 |
244 | 529 ## 2015-02-09 - Supported Release 3.2.0 |
530 ### Summary | |
26
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
531 This release includes several new features and bugfixes, including support for various plugins, making the output from mysql_password more consistent when input is empty and improved username validation. |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
532 |
244 | 533 #### Features |
26
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
534 - Add type and provider to manage plugins |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
535 - Add support for authentication plugins |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
536 - Add support for mysql_install_db on freebsd |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
537 - Add `create_root_user` and `create_root_my_cnf` parameters to `mysql::server` |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
538 |
244 | 539 #### Bugfixes |
26
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
540 - Remove dependency on stdlib >= 4.1.0 (MODULES-1759) |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
541 - Make grant autorequire user |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
542 - Remove invalid parameter 'provider' from mysql_user instance (MODULES-1731) |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
543 - Return empty string for empty input in mysql_password |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
544 - Fix `mysql::account_security` when fqdn==localhost |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
545 - Update username validation (MODULES-1520) |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
546 - Future parser fix in params.pp |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
547 - Fix package name for debian 8 |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
548 - Don't start the service until the server package is installed and the config file is in place |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
549 - Test fixes |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
550 - Lint fixes |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
551 |
244 | 552 ## 2014-12-16 - Supported Release 3.1.0 |
553 ### Summary | |
26
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
554 |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
555 This release includes several new features, including SLES12 support, and a number of bug fixes. |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
556 |
244 | 557 #### Notes |
26
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
558 |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
559 `mysql::server::mysqltuner` has been refactored to fetch the mysqltuner script from github by default. If you are running on a non-network-connected system, you will need to download that file and have it available to your node at a path specified by the `source` parameter to the `mysqltuner` class. |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
560 |
244 | 561 #### Features |
26
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
562 - Add support for install_options for all package resources (MODULES-1484) |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
563 - Add log-bin directory creation |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
564 - Allow mysql::db to import multiple files (MODULES-1338) |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
565 - SLES12 support |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
566 - Improved identifier quoting detections |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
567 - Reworked `mysql::server::mysqltuner` so that we are no longer packaging the script as it is licensed under the GPL. |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
568 |
244 | 569 #### Bugfixes |
26
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
570 - Fix regression in username validation |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
571 - Proper containment for mysql::client in mysql::db |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
572 - Support quoted usernames of length 15 and 16 chars |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
573 |
244 | 574 ## 2014-11-11 - Supported Release 3.0.0 |
575 ### Summary | |
26
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
576 |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
577 Added several new features including MariaDB support and future parser |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
578 |
244 | 579 #### Backwards-incompatible Changes |
26
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
580 * Remove the deprecated `database`, `database_user`, and `database_grant` resources. The correct resources to use are `mysql`, `mysql_user`, and `mysql_grant` respectively. |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
581 |
244 | 582 #### Features |
26
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
583 * Add MariaDB Support |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
584 * The mysqltuner perl script has been updated to 1.3.0 based on work at http://github.com/major/MySQLTuner-perl |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
585 * Add future parse support, fixed issues with undef to empty string |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
586 * Pass the backup credentials to 'SHOW DATABASES' |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
587 * Ability to specify the Includedir for `mysql::server` |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
588 * `mysql::db` now has an import\_timeout feature that defaults to 300 |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
589 * The `mysql` class has been removed |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
590 * `mysql::server` now takes an `override_options` hash that will affect the installation |
244 | 591 * Ability to install both dev and client dev |
26
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
592 |
244 | 593 #### BugFix |
26
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
594 * `mysql::server::backup` now passes `ensure` param to the nested `mysql_grant` |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
595 * `mysql::server::service` now properly requires the presence of the `log_error` file |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
596 * `mysql::config` now occurs before `mysql::server::install_db` correctly |
58d1818c2ded
Update MySQL module (which adds "staging" module)
IBBoard <dev@ibboard.co.uk>
parents:
0
diff
changeset
|
597 |
244 | 598 ## 2014-07-15 - Supported Release 2.3.1 |
599 ### Summary | |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
600 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
601 This release merely updates metadata.json so the module can be uninstalled and |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
602 upgraded via the puppet module command. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
603 |
244 | 604 ## 2014-05-14 - Supported Release 2.3.0 |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
605 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
606 This release primarily adds support for RHEL7 and Ubuntu 14.04 but it |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
607 also adds a couple of new parameters to allow for further customization, |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
608 as well as ensuring backups can backup stored procedures properly. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
609 |
244 | 610 #### Features |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
611 Added `execpath` to allow a custom executable path for non-standard mysql installations. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
612 Added `dbname` to mysql::db and use ensure_resource to create the resource. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
613 Added support for RHEL7 and Fedora Rawhide. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
614 Added support for Ubuntu 14.04. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
615 Create a warning for if you disable SSL. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
616 Ensure the error logfile is owned by MySQL. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
617 Disable ssl on FreeBSD. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
618 Add PROCESS privilege for backups. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
619 |
244 | 620 #### Bugfixes |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
621 |
244 | 622 #### Known Bugs |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
623 * No known bugs |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
624 |
244 | 625 ## 2014-03-04 - Supported Release 2.2.3 |
626 ### Summary | |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
627 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
628 This is a supported release. This release removes a testing symlink that can |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
629 cause trouble on systems where /var is on a seperate filesystem from the |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
630 modulepath. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
631 |
244 | 632 #### Features |
633 #### Bugfixes | |
634 #### Known Bugs | |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
635 * No known bugs |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
636 |
244 | 637 ## 2014-03-04 - Supported Release 2.2.2 |
638 ### Summary | |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
639 This is a supported release. Mostly comprised of enhanced testing, plus a |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
640 bugfix for Suse. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
641 |
244 | 642 #### Bugfixes |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
643 - PHP bindings on Suse |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
644 - Test fixes |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
645 |
244 | 646 #### Known Bugs |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
647 * No known bugs |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
648 |
244 | 649 ## 2014-02-19 - Version 2.2.1 |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
650 |
244 | 651 ### Summary |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
652 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
653 Minor release that repairs mysql_database{} so that it sees the correct |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
654 collation settings (it was only checking the global mysql ones, not the |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
655 actual database and constantly setting it over and over since January 22nd). |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
656 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
657 Also fixes a bunch of tests on various platforms. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
658 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
659 |
244 | 660 ## 2014-02-13 - Version 2.2.0 |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
661 |
244 | 662 ### Summary |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
663 |
244 | 664 #### Features |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
665 - Add `backupdirmode`, `backupdirowner`, `backupdirgroup` to |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
666 mysql::server::backup to allow customizing the mysqlbackupdir. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
667 - Support multiple options of the same name, allowing you to |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
668 do 'replicate-do-db' => ['base1', 'base2', 'base3'] in order to get three |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
669 lines of replicate-do-db = base1, replicate-do-db = base2 etc. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
670 |
244 | 671 #### Bugfixes |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
672 - Fix `restart` so it actually stops mysql restarting if set to false. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
673 - DRY out the defaults_file functionality in the providers. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
674 - mysql_grant fixed to work with root@localhost/@. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
675 - mysql_grant fixed for WITH MAX_QUERIES_PER_HOUR |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
676 - mysql_grant fixed so revoking all privileges accounts for GRANT OPTION |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
677 - mysql_grant fixed to remove duplicate privileges. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
678 - mysql_grant fixed to handle PROCEDURES when removing privileges. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
679 - mysql_database won't try to create existing databases, breaking replication. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
680 - bind_address renamed bind-address in 'mysqld' options. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
681 - key_buffer renamed to key_buffer_size. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
682 - log_error renamed to log-error. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
683 - pid_file renamed to pid-file. |
244 | 684 - Ensure mysql::server::root_password runs before mysql::server::backup |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
685 - Fix options_override -> override_options in the README. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
686 - Extensively rewrite the README to be accurate and awesome. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
687 - Move to requiring stdlib 3.2.0, shipped in PE3.0 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
688 - Add many new tests. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
689 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
690 |
244 | 691 ## 2013-11-13 - Version 2.1.0 |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
692 |
244 | 693 ### Summary |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
694 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
695 The most important changes in 2.1.0 are improvements to the my.cnf creation, |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
696 as well as providers. Setting options to = true strips them to be just the |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
697 key name itself, which is required for some options. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
698 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
699 The provider updates fix a number of bugs, from lowercase privileges to |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
700 deprecation warnings. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
701 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
702 Last, the new hiera integration functionality should make it easier to |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
703 externalize all your grants, users, and, databases. Another great set of |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
704 community submissions helped to make this release. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
705 |
244 | 706 #### Features |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
707 - Some options can not take a argument. Gets rid of the '= true' when an |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
708 option is set to true. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
709 - Easier hiera integration: Add hash parameters to mysql::server to allow |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
710 specifying grants, users, and databases. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
711 |
244 | 712 #### Bugfixes |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
713 - Fix an issue with lowercase privileges in mysql_grant{} causing them to be reapplied needlessly. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
714 - Changed defaults-file to defaults-extra-file in providers. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
715 - Ensure /root/.my.cnf is 0600 and root owned. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
716 - database_user deprecation warning was incorrect. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
717 - Add anchor pattern for client.pp |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
718 - Documentation improvements. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
719 - Various test fixes. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
720 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
721 |
244 | 722 ## 2013-10-21 - Version 2.0.1 |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
723 |
244 | 724 ### Summary |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
725 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
726 This is a bugfix release to handle an issue where unsorted mysql_grant{} |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
727 privileges could cause Puppet to incorrectly reapply the permissions on |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
728 each run. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
729 |
244 | 730 #### Bugfixes |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
731 - Mysql_grant now sorts privileges in the type and provider for comparison. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
732 - Comment and test tweak for PE3.1. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
733 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
734 |
244 | 735 ## 2013-10-14 - Version 2.0.0 |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
736 |
244 | 737 ### Summary |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
738 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
739 (Previously detailed in the changelog for 2.0.0-rc1) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
740 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
741 This module has been completely refactored and works significantly different. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
742 The changes are broad and touch almost every piece of the module. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
743 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
744 See the README.md for full details of all changes and syntax. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
745 Please remain on 1.0.0 if you don't have time to fully test this in dev. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
746 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
747 * mysql::server, mysql::client, and mysql::bindings are the primary interface |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
748 classes. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
749 * mysql::server takes an `override_options` parameter to set my.cnf options, |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
750 with the hash format: { 'section' => { 'thing' => 'value' }} |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
751 * mysql attempts backwards compatibility by forwarding all parameters to |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
752 mysql::server. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
753 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
754 |
244 | 755 ## 2013-10-09 - Version 2.0.0-rc5 |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
756 |
244 | 757 ### Summary |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
758 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
759 Hopefully the final rc! Further fixes to mysql_grant (stripping out the |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
760 cleverness so we match a much wider range of input.) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
761 |
244 | 762 #### Bugfixes |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
763 - Make mysql_grant accept '.*'@'.*' in terms of input for user@host. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
764 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
765 |
244 | 766 ## 2013-10-09 - Version 2.0.0-rc4 |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
767 |
244 | 768 ### Summary |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
769 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
770 Bugfixes to mysql_grant and mysql_user form the bulk of this rc, as well as |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
771 ensuring that values in the override_options hash that contain a value of '' |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
772 are created as just "key" in the conf rather than "key =" or "key = false". |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
773 |
244 | 774 #### Bugfixes |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
775 - Improve mysql_grant to work with IPv6 addresses (both long and short). |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
776 - Ensure @host users work as well as user@host users. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
777 - Updated my.cnf template to support items with no values. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
778 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
779 |
244 | 780 ## 2013-10-07 - Version 2.0.0-rc3 |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
781 |
244 | 782 ### Summary |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
783 Fix mysql::server::monitor's use of mysql_user{}. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
784 |
244 | 785 #### Bugfixes |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
786 - Fix myql::server::monitor's use of mysql_user{} to grant the proper |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
787 permissions. Add specs as well. (Thanks to treydock!) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
788 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
789 |
244 | 790 ## 2013-10-03 - Version 2.0.0-rc2 |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
791 |
244 | 792 ### Summary |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
793 Bugfixes |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
794 |
244 | 795 #### Bugfixes |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
796 - Fix a duplicate parameter in mysql::server |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
797 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
798 |
244 | 799 ## 2013-10-03 - Version 2.0.0-rc1 |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
800 |
244 | 801 ### Summary |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
802 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
803 This module has been completely refactored and works significantly different. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
804 The changes are broad and touch almost every piece of the module. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
805 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
806 See the README.md for full details of all changes and syntax. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
807 Please remain on 1.0.0 if you don't have time to fully test this in dev. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
808 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
809 * mysql::server, mysql::client, and mysql::bindings are the primary interface |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
810 classes. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
811 * mysql::server takes an `override_options` parameter to set my.cnf options, |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
812 with the hash format: { 'section' => { 'thing' => 'value' }} |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
813 * mysql attempts backwards compatibility by forwarding all parameters to |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
814 mysql::server. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
815 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
816 --- |
244 | 817 ## 2013-09-23 - Version 1.0.0 |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
818 |
244 | 819 ### Summary |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
820 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
821 This release introduces a number of new type/providers, to eventually |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
822 replace the database_ ones. The module has been converted to call the |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
823 new providers rather than the previous ones as they have a number of |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
824 fixes, additional options, and work with puppet resource. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
825 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
826 This 1.0.0 release precedes a large refactoring that will be released |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
827 almost immediately after as 2.0.0. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
828 |
244 | 829 #### Features |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
830 - Added mysql_grant, mysql_database, and mysql_user. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
831 - Add `mysql::bindings` class and refactor all other bindings to be contained underneath mysql::bindings:: namespace. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
832 - Added support to back up specified databases only with 'mysqlbackup' parameter. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
833 - Add option to mysql::backup to set the backup script to perform a mysqldump on each database to its own file |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
834 |
244 | 835 #### Bugfixes |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
836 - Update my.cnf.pass.erb to allow custom socket support |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
837 - Add environment variable for .my.cnf in mysql::db. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
838 - Add HOME environment variable for .my.cnf to mysqladmin command when |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
839 (re)setting root password |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
840 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
841 --- |
244 | 842 ## 2013-07-15 - Version 0.9.0 |
843 #### Features | |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
844 - Add `mysql::backup::backuprotate` parameter |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
845 - Add `mysql::backup::delete_before_dump` parameter |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
846 - Add `max_user_connections` attribute to `database_user` type |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
847 |
244 | 848 #### Bugfixes |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
849 - Add client package dependency for `mysql::db` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
850 - Remove duplicate `expire_logs_days` and `max_binlog_size` settings |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
851 - Make root's `.my.cnf` file path dynamic |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
852 - Update pidfile path for Suse variants |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
853 - Fixes for lint |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
854 |
244 | 855 ## 2013-07-05 - Version 0.8.1 |
856 #### Bugfixes | |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
857 - Fix a typo in the Fedora 19 support. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
858 |
244 | 859 ## 2013-07-01 - Version 0.8.0 |
860 #### Features | |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
861 - mysql::perl class to install perl-DBD-mysql. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
862 - minor improvements to the providers to improve reliability |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
863 - Install the MariaDB packages on Fedora 19 instead of MySQL. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
864 - Add new `mysql` class parameters: |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
865 - `max_connections`: The maximum number of allowed connections. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
866 - `manage_config_file`: Opt out of puppetized control of my.cnf. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
867 - `ft_min_word_len`: Fine tune the full text search. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
868 - `ft_max_word_len`: Fine tune the full text search. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
869 - Add new `mysql` class performance tuning parameters: |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
870 - `key_buffer` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
871 - `thread_stack` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
872 - `thread_cache_size` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
873 - `myisam-recover` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
874 - `query_cache_limit` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
875 - `query_cache_size` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
876 - `max_connections` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
877 - `tmp_table_size` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
878 - `table_open_cache` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
879 - `long_query_time` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
880 - Add new `mysql` class replication parameters: |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
881 - `server_id` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
882 - `sql_log_bin` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
883 - `log_bin` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
884 - `max_binlog_size` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
885 - `binlog_do_db` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
886 - `expire_logs_days` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
887 - `log_bin_trust_function_creators` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
888 - `replicate_ignore_table` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
889 - `replicate_wild_do_table` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
890 - `replicate_wild_ignore_table` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
891 - `expire_logs_days` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
892 - `max_binlog_size` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
893 |
244 | 894 #### Bugfixes |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
895 - No longer restart MySQL when /root/.my.cnf changes. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
896 - Ensure mysql::config runs before any mysql::db defines. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
897 |
244 | 898 ## 2013-06-26 - Version 0.7.1 |
899 #### Bugfixes | |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
900 - Single-quote password for special characters |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
901 - Update travis testing for puppet 3.2.x and missing Bundler gems |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
902 |
244 | 903 ## 2013-06-25 - Version 0.7.0 |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
904 This is a maintenance release for community bugfixes and exposing |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
905 configuration variables. |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
906 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
907 * Add new `mysql` class parameters: |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
908 - `basedir`: The base directory mysql uses |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
909 - `bind_address`: The IP mysql binds to |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
910 - `client_package_name`: The name of the mysql client package |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
911 - `config_file`: The location of the server config file |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
912 - `config_template`: The template to use to generate my.cnf |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
913 - `datadir`: The directory MySQL's datafiles are stored |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
914 - `default_engine`: The default engine to use for tables |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
915 - `etc_root_password`: Whether or not to add the mysql root password to |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
916 /etc/my.cnf |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
917 - `java_package_name`: The name of the java package containing the java |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
918 connector |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
919 - `log_error`: Where to log errors |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
920 - `manage_service`: Boolean dictating if mysql::server should manage the |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
921 service |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
922 - `max_allowed_packet`: Maximum network packet size mysqld will accept |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
923 - `old_root_password`: Previous root user password |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
924 - `php_package_name`: The name of the phpmysql package to install |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
925 - `pidfile`: The location mysql will expect the pidfile to be |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
926 - `port`: The port mysql listens on |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
927 - `purge_conf_dir`: Value fed to recurse and purge parameters of the |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
928 /etc/mysql/conf.d resource |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
929 - `python_package_name`: The name of the python mysql package to install |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
930 - `restart`: Whether to restart mysqld |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
931 - `root_group`: Use specified group for root-owned files |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
932 - `root_password`: The root MySQL password to use |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
933 - `ruby_package_name`: The name of the ruby mysql package to install |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
934 - `ruby_package_provider`: The installation suite to use when installing the |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
935 ruby package |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
936 - `server_package_name`: The name of the server package to install |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
937 - `service_name`: The name of the service to start |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
938 - `service_provider`: The name of the service provider |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
939 - `socket`: The location of the MySQL server socket file |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
940 - `ssl_ca`: The location of the SSL CA Cert |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
941 - `ssl_cert`: The location of the SSL Certificate to use |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
942 - `ssl_key`: The SSL key to use |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
943 - `ssl`: Whether or not to enable ssl |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
944 - `tmpdir`: The directory MySQL's tmpfiles are stored |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
945 * Deprecate `mysql::package_name` parameter in favor of |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
946 `mysql::client_package_name` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
947 * Fix local variable template deprecation |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
948 * Fix dependency ordering in `mysql::db` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
949 * Fix ANSI quoting in queries |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
950 * Fix travis support (but still messy) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
951 * Fix typos |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
952 |
244 | 953 ## 2013-01-11 - Version 0.6.1 |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
954 * Fix providers when /root/.my.cnf is absent |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
955 |
244 | 956 ## 2013-01-09 - Version 0.6.0 |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
957 * Add `mysql::server::config` define for specific config directives |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
958 * Add `mysql::php` class for php support |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
959 * Add `backupcompress` parameter to `mysql::backup` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
960 * Add `restart` parameter to `mysql::config` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
961 * Add `purge_conf_dir` parameter to `mysql::config` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
962 * Add `manage_service` parameter to `mysql::server` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
963 * Add syslog logging support via the `log_error` parameter |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
964 * Add initial SuSE support |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
965 * Fix remove non-localhost root user when fqdn != hostname |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
966 * Fix dependency in `mysql::server::monitor` |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
967 * Fix .my.cnf path for root user and root password |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
968 * Fix ipv6 support for users |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
969 * Fix / update various spec tests |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
970 * Fix typos |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
971 * Fix lint warnings |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
972 |
244 | 973 ## 2012-08-23 - Version 0.5.0 |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
974 * Add puppetlabs/stdlib as requirement |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
975 * Add validation for mysql privs in provider |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
976 * Add `pidfile` parameter to mysql::config |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
977 * Add `ensure` parameter to mysql::db |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
978 * Add Amazon linux support |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
979 * Change `bind_address` parameter to be optional in my.cnf template |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
980 * Fix quoting root passwords |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
981 |
244 | 982 ## 2012-07-24 - Version 0.4.0 |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
983 * Fix various bugs regarding database names |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
984 * FreeBSD support |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
985 * Allow specifying the storage engine |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
986 * Add a backup class |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
987 * Add a security class to purge default accounts |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
988 |
244 | 989 ## 2012-05-03 - Version 0.3.0 |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
990 * 14218 Query the database for available privileges |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
991 * Add mysql::java class for java connector installation |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
992 * Use correct error log location on different distros |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
993 * Fix set_mysql_rootpw to properly depend on my.cnf |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
994 |
244 | 995 ## 2012-04-11 - Version 0.2.0 |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
996 |
244 | 997 ## 2012-03-19 - William Van Hevelingen <blkperl@cat.pdx.edu> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
998 * (#13203) Add ssl support (f7e0ea5) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
999 |
244 | 1000 ## 2012-03-18 - Nan Liu <nan@puppetlabs.com> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1001 * Travis ci before script needs success exit code. (0ea463b) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1002 |
244 | 1003 ## 2012-03-18 - Nan Liu <nan@puppetlabs.com> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1004 * Fix Puppet 2.6 compilation issues. (9ebbbc4) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1005 |
244 | 1006 ## 2012-03-16 - Nan Liu <nan@puppetlabs.com> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1007 * Add travis.ci for testing multiple puppet versions. (33c72ef) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1008 |
244 | 1009 ## 2012-03-15 - William Van Hevelingen <blkperl@cat.pdx.edu> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1010 * (#13163) Datadir should be configurable (f353fc6) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1011 |
244 | 1012 ## 2012-03-16 - Nan Liu <nan@puppetlabs.com> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1013 * Document create_resources dependency. (558a59c) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1014 |
244 | 1015 ## 2012-03-16 - Nan Liu <nan@puppetlabs.com> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1016 * Fix spec test issues related to error message. (eff79b5) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1017 |
244 | 1018 ## 2012-03-16 - Nan Liu <nan@puppetlabs.com> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1019 * Fix mysql service on Ubuntu. (72da2c5) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1020 |
244 | 1021 ## 2012-03-16 - Dan Bode <dan@puppetlabs.com> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1022 * Add more spec test coverage (55e399d) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1023 |
244 | 1024 ## 2012-03-16 - Nan Liu <nan@puppetlabs.com> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1025 * (#11963) Fix spec test due to path changes. (1700349) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1026 |
244 | 1027 ## 2012-03-07 - François Charlier <fcharlier@ploup.net> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1028 * Add a test to check path for 'mysqld-restart' (b14c7d1) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1029 |
244 | 1030 ## 2012-03-07 - François Charlier <fcharlier@ploup.net> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1031 * Fix path for 'mysqld-restart' (1a9ae6b) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1032 |
244 | 1033 ## 2012-03-15 - Dan Bode <dan@puppetlabs.com> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1034 * Add rspec-puppet tests for mysql::config (907331a) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1035 |
244 | 1036 ## 2012-03-15 - Dan Bode <dan@puppetlabs.com> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1037 * Moved class dependency between sever and config to server (da62ad6) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1038 |
244 | 1039 ## 2012-03-14 - Dan Bode <dan@puppetlabs.com> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1040 * Notify mysql restart from set_mysql_rootpw exec (0832a2c) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1041 |
244 | 1042 ## 2012-03-15 - Nan Liu <nan@puppetlabs.com> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1043 * Add documentation related to osfamily fact. (8265d28) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1044 |
244 | 1045 ## 2012-03-14 - Dan Bode <dan@puppetlabs.com> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1046 * Mention osfamily value in failure message (e472d3b) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1047 |
244 | 1048 ## 2012-03-14 - Dan Bode <dan@puppetlabs.com> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1049 * Fix bug when querying for all database users (015490c) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1050 |
244 | 1051 ## 2012-02-09 - Nan Liu <nan@puppetlabs.com> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1052 * Major refactor of mysql module. (b1f90fd) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1053 |
244 | 1054 ## 2012-01-11 - Justin Ellison <justin.ellison@buckle.com> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1055 * Ruby and Python's MySQL libraries are named differently on different distros. (1e926b4) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1056 |
244 | 1057 ## 2012-01-11 - Justin Ellison <justin.ellison@buckle.com> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1058 * Per @ghoneycutt, we should fail explicitly and explain why. (09af083) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1059 |
244 | 1060 ## 2012-01-11 - Justin Ellison <justin.ellison@buckle.com> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1061 * Removing duplicate declaration (7513d03) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1062 |
244 | 1063 ## 2012-01-10 - Justin Ellison <justin.ellison@buckle.com> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1064 * Use socket value from params class instead of hardcoding. (663e97c) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1065 |
244 | 1066 ## 2012-01-10 - Justin Ellison <justin.ellison@buckle.com> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1067 * Instead of hardcoding the config file target, pull it from mysql::params (031a47d) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1068 |
244 | 1069 ## 2012-01-10 - Justin Ellison <justin.ellison@buckle.com> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1070 * Moved $socket to within the case to toggle between distros. Added a $config_file variable to allow per-distro config file destinations. (360eacd) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1071 |
244 | 1072 ## 2012-01-10 - Justin Ellison <justin.ellison@buckle.com> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1073 * Pretty sure this is a bug, 99% of Linux distros out there won't ever hit the default. (3462e6b) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1074 |
244 | 1075 ## 2012-02-09 - William Van Hevelingen <blkperl@cat.pdx.edu> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1076 * Changed the README to use markdown (3b7dfeb) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1077 |
244 | 1078 ## 2012-02-04 - Daniel Black <grooverdan@users.sourceforge.net> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1079 * (#12412) mysqltuner.pl update (b809e6f) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1080 |
244 | 1081 ## 2011-11-17 - Matthias Pigulla <mp@webfactory.de> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1082 * (#11363) Add two missing privileges to grant: event_priv, trigger_priv (d15c9d1) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1083 |
244 | 1084 ## 2011-12-20 - Jeff McCune <jeff@puppetlabs.com> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1085 * (minor) Fixup typos in Modulefile metadata (a0ed6a1) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1086 |
244 | 1087 ## 2011-12-19 - Carl Caum <carl@carlcaum.com> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1088 * Only notify Exec to import sql if sql is given (0783c74) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1089 |
244 | 1090 ## 2011-12-19 - Carl Caum <carl@carlcaum.com> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1091 * (#11508) Only load sql_scripts on DB creation (e3b9fd9) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1092 |
244 | 1093 ## 2011-12-13 - Justin Ellison <justin.ellison@buckle.com> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1094 * Require not needed due to implicit dependencies (3058feb) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1095 |
244 | 1096 ## 2011-12-13 - Justin Ellison <justin.ellison@buckle.com> |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1097 * Bug #11375: puppetlabs-mysql fails on CentOS/RHEL (a557b8d) |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1098 |
244 | 1099 ## 2011-06-03 - Dan Bode <dan@puppetlabs.com> - 0.0.1 |
0
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1100 * initial commit |
244 | 1101 |
1102 [5.4.0]:https://github.com/puppetlabs/puppetlabs-mysql/compare/5.3.0...5.4.0 | |
1103 [5.3.0]:https://github.com/puppetlabs/puppetlabs-mysql/compare/5.2.1...5.3.0 | |
1104 [5.2.1]:https://github.com/puppetlabs/puppetlabs-mysql/compare/5.2.0...5.2.1 | |
1105 [5.2.0]:https://github.com/puppetlabs/puppetlabs-mysql/compare/5.1.0...5.2.0 | |
1106 [5.1.0]:https://github.com/puppetlabs/puppetlabs-mysql/compare/5.0.0...5.1.0 | |
1107 [5.0.0]:https://github.com/puppetlabs/puppetlabs-mysql/compare/4.0.1...5.0.0 | |
1108 | |
1109 | |
1110 \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* | |
1111 | |
1112 | |
1113 \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |