From 5f30ffbcea1520e12aeafd78fb54af4245c4e86e Mon Sep 17 00:00:00 2001 From: kitchen-porter Date: Tue, 9 Jul 2024 14:00:17 +0000 Subject: [PATCH 1/4] Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter --- CHANGELOG.md | 2 ++ kitchen.dokken.yml | 5 +++++ kitchen.global.yml | 1 + 3 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 051a5d703..c6d7e86ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +Standardise files with files in sous-chefs/repo-management + ## 11.3.7 - *2024-07-09* - Bump `docker-api` dependency to `>= 2.3` to fix [upstream bug #586](https://github.com/upserve/docker-api/issues/586) diff --git a/kitchen.dokken.yml b/kitchen.dokken.yml index 6ead9e8e7..1dfe62c8f 100644 --- a/kitchen.dokken.yml +++ b/kitchen.dokken.yml @@ -22,6 +22,11 @@ platforms: image: dokken/amazonlinux-2023 pid_one_command: /usr/lib/systemd/systemd + - name: centos-stream-8 + driver: + image: dokken/centos-stream-8 + pid_one_command: /usr/lib/systemd/systemd + - name: centos-stream-9 driver: image: dokken/centos-stream-9 diff --git a/kitchen.global.yml b/kitchen.global.yml index 1740e4614..4396f11eb 100644 --- a/kitchen.global.yml +++ b/kitchen.global.yml @@ -18,6 +18,7 @@ platforms: - name: almalinux-8 - name: almalinux-9 - name: amazonlinux-2023 + - name: centos-stream-8 - name: centos-stream-9 - name: debian-11 - name: debian-12 From 0102a28aee22d756bd9c82d2c8ff3b09345d3a46 Mon Sep 17 00:00:00 2001 From: kitchen-porter Date: Wed, 10 Jul 2024 14:00:21 +0000 Subject: [PATCH 2/4] Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter --- CHANGELOG.md | 2 ++ kitchen.dokken.yml | 5 ----- kitchen.global.yml | 1 - 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6d7e86ea..e6726e9a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Standardise files with files in sous-chefs/repo-management +Standardise files with files in sous-chefs/repo-management + ## 11.3.7 - *2024-07-09* - Bump `docker-api` dependency to `>= 2.3` to fix [upstream bug #586](https://github.com/upserve/docker-api/issues/586) diff --git a/kitchen.dokken.yml b/kitchen.dokken.yml index 1dfe62c8f..6ead9e8e7 100644 --- a/kitchen.dokken.yml +++ b/kitchen.dokken.yml @@ -22,11 +22,6 @@ platforms: image: dokken/amazonlinux-2023 pid_one_command: /usr/lib/systemd/systemd - - name: centos-stream-8 - driver: - image: dokken/centos-stream-8 - pid_one_command: /usr/lib/systemd/systemd - - name: centos-stream-9 driver: image: dokken/centos-stream-9 diff --git a/kitchen.global.yml b/kitchen.global.yml index 4396f11eb..1740e4614 100644 --- a/kitchen.global.yml +++ b/kitchen.global.yml @@ -18,7 +18,6 @@ platforms: - name: almalinux-8 - name: almalinux-9 - name: amazonlinux-2023 - - name: centos-stream-8 - name: centos-stream-9 - name: debian-11 - name: debian-12 From 6cedc712ae785007df01ef2afd2d1fcdc0924335 Mon Sep 17 00:00:00 2001 From: kitchen-porter Date: Mon, 11 Nov 2024 14:00:11 +0000 Subject: [PATCH 3/4] 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 e6726e9a8..081566b73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,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 + ## 11.3.7 - *2024-07-09* - Bump `docker-api` dependency to `>= 2.3` to fix [upstream bug #586](https://github.com/upserve/docker-api/issues/586) From 1db67ec1d645a24d47e66c23dd086b4e5e023994 Mon Sep 17 00:00:00 2001 From: kitchen-porter Date: Sat, 16 Nov 2024 14:00:16 +0000 Subject: [PATCH 4/4] 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 081566b73..5fc0a8958 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,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 + ## 11.3.7 - *2024-07-09* - Bump `docker-api` dependency to `>= 2.3` to fix [upstream bug #586](https://github.com/upserve/docker-api/issues/586) 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