Skip to content

Commit f13faf9

Browse files
Automated PR: Standardising Files (#259)
* Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter <[email protected]> * Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter <[email protected]> --------- Signed-off-by: kitchen-porter <[email protected]>
1 parent 51ed694 commit f13faf9

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

.markdownlint-cli2.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ config:
33
line-length: false # MD013
44
no-duplicate-heading: false # MD024
55
reference-links-images: false # MD052
6+
ignores:
7+
- .github/copilot-instructions.md

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This file is used to list changes made in each version of the lvm cookbook.
44

55
## Unreleased
66

7+
Standardise files with files in sous-chefs/repo-management
8+
9+
Standardise files with files in sous-chefs/repo-management
10+
711
## 6.2.0 - *2024-09-05*
812

913
- Update chef-ruby-lvm-attrib gem to 0.4.0

kitchen.dokken.yml

+10
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ platforms:
1717
image: dokken/almalinux-9
1818
pid_one_command: /usr/lib/systemd/systemd
1919

20+
- name: almalinux-10
21+
driver:
22+
image: dokken/almalinux-10
23+
pid_one_command: /usr/lib/systemd/systemd
24+
2025
- name: amazonlinux-2023
2126
driver:
2227
image: dokken/amazonlinux-2023
@@ -27,6 +32,11 @@ platforms:
2732
image: dokken/centos-stream-9
2833
pid_one_command: /usr/lib/systemd/systemd
2934

35+
- name: centos-stream-10
36+
driver:
37+
image: dokken/centos-stream-10
38+
pid_one_command: /usr/lib/systemd/systemd
39+
3040
- name: debian-11
3141
driver:
3242
image: dokken/debian-11

0 commit comments

Comments
 (0)