Skip to content

Commit f2ca92c

Browse files
Automated PR: Standardising Files (#780)
* Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter <[email protected]> * Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter <[email protected]> * Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter <[email protected]> --------- Signed-off-by: kitchen-porter <[email protected]> Co-authored-by: Corey Hemminger <[email protected]>
1 parent 7520cb2 commit f2ca92c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
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 the last 3 major versions of the postg
44

55
## Unreleased
66

7+
Standardise files with files in sous-chefs/repo-management
8+
79
## 12.0.1 - *2024-11-10*
810

911
- resolved cookstyle error: `libraries/sql/_connection.rb:77:11` refactor: `Chef/Style/UnnecessaryPlatformCaseStatement`

kitchen.dokken.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ platforms:
1717
image: dokken/almalinux-9
1818
pid_one_command: /usr/lib/systemd/systemd
1919

20+
- name: almalinux-10
21+
driver:
22+
image: dokken/almalinux-10
23+
pid_one_command: /usr/lib/systemd/systemd
24+
2025
- name: amazonlinux-2023
2126
driver:
2227
image: dokken/amazonlinux-2023
@@ -27,6 +32,11 @@ platforms:
2732
image: dokken/centos-stream-9
2833
pid_one_command: /usr/lib/systemd/systemd
2934

35+
- name: centos-stream-10
36+
driver:
37+
image: dokken/centos-stream-10
38+
pid_one_command: /usr/lib/systemd/systemd
39+
3040
- name: debian-11
3141
driver:
3242
image: dokken/debian-11

0 commit comments

Comments
 (0)