From 37dc7cecf16f63ed49f5457f47ca632d9f9780b7 Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Fri, 12 Jan 2024 13:31:28 -0500 Subject: [PATCH 1/2] add clo monitor exemption for release Signed-off-by: Jordan Dubrick --- .clomonitor.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .clomonitor.yaml diff --git a/.clomonitor.yaml b/.clomonitor.yaml new file mode 100644 index 00000000..7ac1a96d --- /dev/null +++ b/.clomonitor.yaml @@ -0,0 +1,7 @@ +# CLOMonitor metadata file +# This file must be located at the root of the repository + +# Checks exemptions +exemptions: + - check: recent_release # Check identifier (see https://github.com/cncf/clomonitor/blob/main/docs/checks.md#exemptions) + reason: "There are no releases planned for GitHub. Releases for images are done on a rolling basis to quay.io." From cd0196b977e1800461db08ed4b8be2c7be95ea3e Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Mon, 15 Jan 2024 12:51:25 -0500 Subject: [PATCH 2/2] update exemption reasoning Signed-off-by: Jordan Dubrick --- .clomonitor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clomonitor.yaml b/.clomonitor.yaml index 7ac1a96d..6e6d3d05 100644 --- a/.clomonitor.yaml +++ b/.clomonitor.yaml @@ -4,4 +4,4 @@ # Checks exemptions exemptions: - check: recent_release # Check identifier (see https://github.com/cncf/clomonitor/blob/main/docs/checks.md#exemptions) - reason: "There are no releases planned for GitHub. Releases for images are done on a rolling basis to quay.io." + reason: "There are no releases planned for GitHub. Releases for images are done on a rolling basis to quay.io at quay.io/devfile/base-developer-image and quay.io/devfile/universal-developer-image."