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 @@ -5,6 +5,8 @@ This file is used to list changes made in each version of the redisio cookbook.
55
66## Unreleased
77
8+ Standardise files with files in sous-chefs/repo-management
9+
810## 7.2.4 - * 2025-09-04*
911
1012## 7.2.3 - * 2024-11-18*
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