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 @@ -4,6 +4,8 @@ This file is used to list changes made in each version of grafana.
4
4
5
5
## Unreleased
6
6
7
+ Standardise files with files in sous-chefs/repo-management
8
+
7
9
## 10.8.3 - * 2025-09-04*
8
10
9
11
## 10.8.2 - * 2024-12-04*
Original file line number Diff line number Diff line change @@ -37,16 +37,16 @@ platforms:
37
37
image : dokken/centos-stream-10
38
38
pid_one_command : /usr/lib/systemd/systemd
39
39
40
- - name : debian-11
41
- driver :
42
- image : dokken/debian-11
43
- pid_one_command : /bin/systemd
44
-
45
40
- name : debian-12
46
41
driver :
47
42
image : dokken/debian-12
48
43
pid_one_command : /bin/systemd
49
44
45
+ - name : debian-13
46
+ driver :
47
+ image : dokken/debian-13
48
+ pid_one_command : /usr/lib/systemd/systemd
49
+
50
50
- name : fedora-latest
51
51
driver :
52
52
image : dokken/fedora-latest
@@ -77,6 +77,11 @@ platforms:
77
77
image : dokken/rockylinux-9
78
78
pid_one_command : /usr/lib/systemd/systemd
79
79
80
+ - name : rockylinux-10
81
+ driver :
82
+ image : dokken/rockylinux-10
83
+ pid_one_command : /usr/lib/systemd/systemd
84
+
80
85
- name : ubuntu-20.04
81
86
driver :
82
87
image : dokken/ubuntu-20.04
You can’t perform that action at this time.
0 commit comments