Skip to content
  • Sponsor sous-chefs/mysql

  • Notifications You must be signed in to change notification settings
  • Fork 693
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sous-chefs/mysql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 57a2ebd5faade08592302c7b128956321e15e3cc
Choose a base ref
..
head repository: sous-chefs/mysql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2a28bf2b8fd8ed112fee095434dc2e9762e518fa
Choose a head ref
Showing with 4 additions and 2 deletions.
  1. +1 −1 CHANGELOG.md
  2. +3 −1 kitchen.yml
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -661,7 +661,7 @@ Adding Ubuntu 13.04 to Platforminfo
- **[COOK-2966] - Address foodcritic failures'
- **[COOK-4182] - Template parse failure in /etc/init/mysql.conf (data_dir)'
- **[COOK-4198] - Added missing tunable'
- **[COOK-4206] - create root@127.0.0.1, as well as root@localhost'
- **[COOK-4206] - create `root@127.0.0.1`, as well as `root@localhost`'

## [4.0.20] - 2014-01-18

4 changes: 3 additions & 1 deletion kitchen.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ suse_dists_with_56 = %w(opensuse-leap-15)
yum_dists_with_57 = %w(centos-7 fedora-latest)
apt_dists_with_57 = %w(ubuntu-18.04)
yum_dists_with_80 = %w(centos-7 centos-stream-8 almalinux-8 rockylinux-8 fedora-latest)
apt_dists_with_80 = %w(ubuntu-20.04)
apt_dists_with_80 = %w(ubuntu-20.04 ubuntu-22.04 ubuntu-24.04)
%>
---
driver:
@@ -31,6 +31,8 @@ platforms:
- name: rockylinux-8
- name: ubuntu-18.04
- name: ubuntu-20.04
- name: ubuntu-22.04
- name: ubuntu-24.04

suites:
#