From 2c633a12c5b4874670feb1e1b07c7a827a5cbf6e Mon Sep 17 00:00:00 2001 From: kitchen-porter Date: Wed, 6 Nov 2024 14:01:15 +0000 Subject: [PATCH 1/3] Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter --- .markdownlint-cli2.yaml | 2 -- CHANGELOG.md | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index 0196ac7b3..6fa8e776d 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -3,5 +3,3 @@ 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 8aed9fb96..fb63e373d 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.0 - *2024-11-05* - Remove support for Fedora From d6fdcbec9780a01e19b3650cc1e5c0065b0e4970 Mon Sep 17 00:00:00 2001 From: kitchen-porter Date: Mon, 11 Nov 2024 14:01:13 +0000 Subject: [PATCH 2/3] Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter --- .markdownlint-cli2.yaml | 2 ++ CHANGELOG.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index 6fa8e776d..0196ac7b3 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 fb63e373d..3cd20176e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This file is used to list changes made in the last 3 major versions of the postg Standardise files with files in sous-chefs/repo-management +Standardise files with files in sous-chefs/repo-management + ## 12.0.0 - *2024-11-05* - Remove support for Fedora From a29e95eb7cfbebd27a59e166718d608225da27f2 Mon Sep 17 00:00:00 2001 From: kitchen-porter Date: Sat, 16 Nov 2024 14:00:56 +0000 Subject: [PATCH 3/3] Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter --- CHANGELOG.md | 2 ++ kitchen.dokken.yml | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cd20176e..66b757786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Standardise files with files in sous-chefs/repo-management Standardise files with files in sous-chefs/repo-management +Standardise files with files in sous-chefs/repo-management + ## 12.0.0 - *2024-11-05* - Remove support for Fedora diff --git a/kitchen.dokken.yml b/kitchen.dokken.yml index 6ead9e8e7..998bb20cb 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