Skip to content
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: 0545968cccadc8d6d215b42333c52e937a85030c
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: bd3963040ad0d39fdc099a0b4b1317134d77ef54
Choose a head ref
Showing with 18 additions and 2 deletions.
  1. +2 −0 .markdownlint-cli2.yaml
  2. +5 −1 CHANGELOG.md
  3. +10 −0 kitchen.dokken.yml
  4. +1 −1 metadata.rb
2 changes: 2 additions & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
@@ -3,3 +3,5 @@ config:
line-length: false # MD013
no-duplicate-heading: false # MD024
reference-links-images: false # MD052
ignores:
- .github/copilot-instructions.md
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,11 @@

All notable changes to this project will be documented in this file.

## Unreleased
## 11.1.7 - *2024-11-18*

Standardise files with files in sous-chefs/repo-management

Standardise files with files in sous-chefs/repo-management

Standardise files with files in sous-chefs/repo-management

10 changes: 10 additions & 0 deletions kitchen.dokken.yml
Original file line number Diff line number Diff line change
@@ -17,6 +17,11 @@ platforms:
image: dokken/almalinux-9
pid_one_command: /usr/lib/systemd/systemd

- name: almalinux-10
driver:
image: dokken/almalinux-10
pid_one_command: /usr/lib/systemd/systemd

- name: amazonlinux-2023
driver:
image: dokken/amazonlinux-2023
@@ -27,6 +32,11 @@ platforms:
image: dokken/centos-stream-9
pid_one_command: /usr/lib/systemd/systemd

- name: centos-stream-10
driver:
image: dokken/centos-stream-10
pid_one_command: /usr/lib/systemd/systemd

- name: debian-11
driver:
image: dokken/debian-11
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
source_url 'https://github.com/sous-chefs/mysql'
issues_url 'https://github.com/sous-chefs/mysql/issues'
chef_version '>= 15.5'
version '11.1.6'
version '11.1.7'

depends 'apparmor'