-
Notifications
You must be signed in to change notification settings - Fork 549
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
[cosigned] remove regex from the image pattern fields #1873
[cosigned] remove regex from the image pattern fields #1873
Conversation
Signed-off-by: hectorj2f <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1873 +/- ##
==========================================
- Coverage 33.37% 33.31% -0.06%
==========================================
Files 146 146
Lines 9378 9370 -8
==========================================
- Hits 3130 3122 -8
- Misses 5875 5876 +1
+ Partials 373 372 -1
Continue to review full report at Codecov.
|
Maybe we should create the v1beta1 API first before removing it in there instead? |
@vaikas i thought the idea was to make these changes before v1beta1. That is why we can do it on alpha versions. |
I'm not sure who's all using this, but since it's a breaking change seemed like a safer thing to roll these into v1beta1. At least that's what I've been accustomed to, but if we feel it's ok to introduce breaking changes I'm ok with it. I'll start working on the v1beta1 anyways now, so hopefully get something out by the end of the day that we can iterate on. |
@vaikas i was following the indications from kubernetes api versioning where you can make these changes in alpha versions.
You can find that in https://kubernetes.io/docs/reference/using-api/. |
@hectorj2f yeah, I know that's what k8s did, we tried to be bit more mindful of breaking changes with Knative, but I'm totes fine with this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you mind updating the sigstore/sigstore-website with the removal for the docs side of the house?
Sure, I'll create the PR. |
Signed-off-by: hectorj2f [email protected]
Summary
As discussed in #1834 we decided to remove regex from the image pattern fields.
Ticket Link
Fixes #1834
Release Note