-
Notifications
You must be signed in to change notification settings - Fork 55
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
⚠️ Disallow bundles with dependencies and constraints #781
Merged
grokspawn
merged 1 commit into
operator-framework:main
from
m1kola:regestryv1_validations
May 2, 2024
Merged
⚠️ Disallow bundles with dependencies and constraints #781
grokspawn
merged 1 commit into
operator-framework:main
from
m1kola:regestryv1_validations
May 2, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openshift-ci
bot
added
the
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
label
Apr 24, 2024
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #781 +/- ##
==========================================
+ Coverage 64.15% 64.64% +0.48%
==========================================
Files 16 16
Lines 1303 1321 +18
==========================================
+ Hits 836 854 +18
Misses 404 404
Partials 63 63
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
m1kola
commented
Apr 24, 2024
5 tasks
closes #734 |
m1kola
commented
Apr 25, 2024
m1kola
force-pushed
the
regestryv1_validations
branch
4 times, most recently
from
May 2, 2024 09:36
f5697b5
to
46cfcb5
Compare
m1kola
commented
May 2, 2024
openshift-ci
bot
removed
the
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
label
May 2, 2024
m1kola
force-pushed
the
regestryv1_validations
branch
from
May 2, 2024 10:09
46cfcb5
to
608b745
Compare
everettraven
reviewed
May 2, 2024
Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
m1kola
force-pushed
the
regestryv1_validations
branch
from
May 2, 2024 14:52
608b745
to
4813cd3
Compare
everettraven
approved these changes
May 2, 2024
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Draft for the changes proposed in this doc: disallowing registry+v1 bundles with dependencies.
Closes #779
Reviewer Checklist