add clo monitor exemption for release#143
Conversation
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
| # 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." |
There was a problem hiding this comment.
We could potentially be explicit here and state that Releases for images are done on a rolling basis to quay.io at quay.io/devfile/base-developer-image:ubi8-latest and quay.io/devfile/universal-developer-image:ubi8-latest.
Though this information is already present in the README and if we ever change the image tag we'd have to remember to update it here.
There was a problem hiding this comment.
maybe we can drop tags and just have 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.
|
LGTM, thank you for the PR @Jdubrick. Will wait for other feedback and then this should be good to merge. |
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: AObuchow, Jdubrick The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@Jdubrick thank you again for the PR! |
All of the devfile repositories are currently being monitored on https://clomonitor.io/projects/cncf/devfile. As there are no releases planned for GitHub and the monitor is only tracking GitHub releases I am marking this as exempt on the monitor. The addition of the
.clomonitor.yamlfile allows this exemption to be properly tracked. Additionally it allows users who view thedeveloper-imagesrepo on the monitor to know that releases are going toquay.io.fixes devfile/api#1388