From f2ca92c6a4d1980482a200451063d87a6f49d96a Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Tue, 19 Nov 2024 03:20:49 +0800 Subject: [PATCH] Automated PR: Standardising Files (#780) * Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter * Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter * Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter --------- Signed-off-by: kitchen-porter Co-authored-by: Corey Hemminger --- CHANGELOG.md | 2 ++ kitchen.dokken.yml | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7e763ec..7727ed6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This file is used to list changes made in the last 3 major versions of the postg ## Unreleased +Standardise files with files in sous-chefs/repo-management + ## 12.0.1 - *2024-11-10* - resolved cookstyle error: `libraries/sql/_connection.rb:77:11` refactor: `Chef/Style/UnnecessaryPlatformCaseStatement` diff --git a/kitchen.dokken.yml b/kitchen.dokken.yml index 6ead9e8e..998bb20c 100644 --- a/kitchen.dokken.yml +++ b/kitchen.dokken.yml @@ -17,6 +17,11 @@ platforms: image: dokken/almalinux-9 pid_one_command: /usr/lib/systemd/systemd + - name: almalinux-10 + driver: + image: dokken/almalinux-10 + pid_one_command: /usr/lib/systemd/systemd + - name: amazonlinux-2023 driver: image: dokken/amazonlinux-2023 @@ -27,6 +32,11 @@ platforms: image: dokken/centos-stream-9 pid_one_command: /usr/lib/systemd/systemd + - name: centos-stream-10 + driver: + image: dokken/centos-stream-10 + pid_one_command: /usr/lib/systemd/systemd + - name: debian-11 driver: image: dokken/debian-11