Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add clo monitor exemption for release #143

Merged
merged 2 commits into from
Jan 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .clomonitor.yaml
Original file line number Diff line number Diff line change
@@ -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."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@svor @ibuziuk @l0rd WDYT?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@svor +1 that sounds good to me.

@Jdubrick When you have a moment, can you please change the reasonfield to @svor's suggestion please? Then we can get this merged. Thank you!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AObuchow all done!

Loading