File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10+ Standardise files with files in sous-chefs/repo-management
11+
1012## 3.1.24 - * 2025-09-04*
1113
1214Standardise files with files in sous-chefs/repo-management
Original file line number Diff line number Diff line change @@ -37,16 +37,16 @@ platforms:
3737 image : dokken/centos-stream-10
3838 pid_one_command : /usr/lib/systemd/systemd
3939
40- - name : debian-11
41- driver :
42- image : dokken/debian-11
43- pid_one_command : /bin/systemd
44-
4540 - name : debian-12
4641 driver :
4742 image : dokken/debian-12
4843 pid_one_command : /bin/systemd
4944
45+ - name : debian-13
46+ driver :
47+ image : dokken/debian-13
48+ pid_one_command : /usr/lib/systemd/systemd
49+
5050 - name : fedora-latest
5151 driver :
5252 image : dokken/fedora-latest
@@ -77,6 +77,11 @@ platforms:
7777 image : dokken/rockylinux-9
7878 pid_one_command : /usr/lib/systemd/systemd
7979
80+ - name : rockylinux-10
81+ driver :
82+ image : dokken/rockylinux-10
83+ pid_one_command : /usr/lib/systemd/systemd
84+
8085 - name : ubuntu-20.04
8186 driver :
8287 image : dokken/ubuntu-20.04
You can’t perform that action at this time.
0 commit comments