You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,9 @@ This file is used to list changes made in each version of the mysql cookbook.
13
13
- Add a helper for Ubuntu 18.04
14
14
- Remove support for Debian 7
15
15
- Remove ChefSpec matchers
16
+
- Set apparmor tmp_dir permissions on directory itself
17
+
- Run latest cookstyle
18
+
- Circleci, Yaml and markdown lint updates
16
19
17
20
## 8.5.1 (2017-08-23)
18
21
@@ -39,20 +42,23 @@ This file is used to list changes made in each version of the mysql cookbook.
39
42
- Remove mention of the EOL opensuse 13.x in the readme
40
43
41
44
## 8.3.0 (2017-03-20)
45
+
42
46
- Refactor mysql_service_manager_upstart.rb to eliminate use of cloned resource
43
47
44
48
## 8.2.0 (2016-12-03)
45
49
46
50
- Include client development packages on RHEL/SUSE platforms
47
51
48
52
## 8.1.1 (2016-10-31)
53
+
49
54
- Fixing CVE-2016-6662 - Reverting execure bit on mysql config
50
55
51
56
## 8.1.0 (2016-10-29)
52
57
53
58
- Drop hardcoded, specific package version logic that broke many users
54
59
55
60
## 8.0.4 (2016-09-26)
61
+
56
62
- Bump debian version
57
63
- Updated packages for 12.04 and 14.04 too
58
64
- Add chef_version metadata
@@ -61,18 +67,21 @@ This file is used to list changes made in each version of the mysql cookbook.
61
67
- Make sure yum repos are setup in local Test Kitchen
62
68
63
69
## 8.0.3 (2016-09-14)
70
+
64
71
-[GH-390] Fix #390 incorrect escaping of initial_root_password
65
72
- Updated package versions for Ubuntu 16.04
66
73
- Testing updates
67
74
68
-
# v8.0.2 (2016-08-25)
75
+
## v8.0.2 (2016-08-25)
76
+
69
77
- Various bug fixed and updates to package version strings
70
78
71
-
# v8.0.1 (2016-07-20)
79
+
## v8.0.1 (2016-07-20)
80
+
72
81
- Fixed a regression in the mysql_client resource where the action was changed from create to install in the 8.0 release
73
82
- Added oracle, opensuse, and opensuseleap as supported platforms in the metadata
74
83
75
-
# v8.0.0 (2016-07-11)
84
+
##v8.0.0 (2016-07-11)
76
85
77
86
- Converting from LWRP to custom resources
78
87
- Removing yum-mysql and other dependencies.
@@ -488,7 +497,7 @@ Locking yum dependency to '< 3'
488
497
489
498
## v4.0.6
490
499
491
-
# Bug
500
+
###Bug
492
501
493
502
-[COOK-3943] Notifying service restart on grants update
494
503
@@ -610,7 +619,7 @@ Locking yum dependency to '< 3'
610
619
611
620
## v2.0.0
612
621
613
-
**Important note for this release**
622
+
### Important note for this release
614
623
615
624
Under Chef Solo, you must set the node attributes for the root, debian and repl passwords or the run will completely fail. See COOK-1737 for background on this.
616
625
@@ -627,7 +636,7 @@ Under Chef Solo, you must set the node attributes for the root, debian and repl
627
636
628
637
## v1.3.0
629
638
630
-
**Important note for this release**
639
+
### Important note for this release
631
640
632
641
This version no longer installs Ruby bindings in the client recipe by default. Use the ruby recipe if you'd like the RubyGem. If you'd like packages from your distribution, use them in your application's specific cookbook/recipe, or modify the client packages attribute. This resolves the following tickets:
0 commit comments