Skip to content

Commit 8aed73e

Browse files
Standardise files with files in sous-chefs/repo-management (#474)
Signed-off-by: kitchen-porter <[email protected]>
1 parent 4304551 commit 8aed73e

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This file is used to list changes made in each version of grafana.
44

55
## Unreleased
66

7+
Standardise files with files in sous-chefs/repo-management
8+
79
## 10.8.3 - *2025-09-04*
810

911
## 10.8.2 - *2024-12-04*

kitchen.dokken.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)