File tree 3 files changed +16
-0
lines changed
3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 3
3
line-length : false # MD013
4
4
no-duplicate-heading : false # MD024
5
5
reference-links-images : false # MD052
6
+ ignores :
7
+ - .github/copilot-instructions.md
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ This file is used to list changes made in each version of the lvm cookbook.
4
4
5
5
## Unreleased
6
6
7
+ Standardise files with files in sous-chefs/repo-management
8
+
9
+ Standardise files with files in sous-chefs/repo-management
10
+
7
11
## 6.2.0 - * 2024-09-05*
8
12
9
13
- Update chef-ruby-lvm-attrib gem to 0.4.0
Original file line number Diff line number Diff line change @@ -17,6 +17,11 @@ platforms:
17
17
image : dokken/almalinux-9
18
18
pid_one_command : /usr/lib/systemd/systemd
19
19
20
+ - name : almalinux-10
21
+ driver :
22
+ image : dokken/almalinux-10
23
+ pid_one_command : /usr/lib/systemd/systemd
24
+
20
25
- name : amazonlinux-2023
21
26
driver :
22
27
image : dokken/amazonlinux-2023
@@ -27,6 +32,11 @@ platforms:
27
32
image : dokken/centos-stream-9
28
33
pid_one_command : /usr/lib/systemd/systemd
29
34
35
+ - name : centos-stream-10
36
+ driver :
37
+ image : dokken/centos-stream-10
38
+ pid_one_command : /usr/lib/systemd/systemd
39
+
30
40
- name : debian-11
31
41
driver :
32
42
image : dokken/debian-11
You can’t perform that action at this time.
0 commit comments