From 2c6c345dd5d8fc9cc77cb025b61eb0e58de6a7b2 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Tue, 19 Nov 2024 00:50:00 +0800 Subject: [PATCH] Automated PR: Standardising Files (#385) * 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 --- .markdownlint-cli2.yaml | 2 ++ CHANGELOG.md | 4 ++++ kitchen.dokken.yml | 10 ++++++++++ 3 files changed, 16 insertions(+) diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index 6fa8e776..0196ac7b 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -3,3 +3,5 @@ config: line-length: false # MD013 no-duplicate-heading: false # MD024 reference-links-images: false # MD052 +ignores: + - .github/copilot-instructions.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 170b57c5..4c5a9522 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +Standardise files with files in sous-chefs/repo-management + +Standardise files with files in sous-chefs/repo-management + ## 6.1.0 - *2024-11-15* - Resource: `mariadb_server_configuration`: 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