-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Promote the provenance field in status #6495
Conversation
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
/assign |
@chuangw6 this PR needs a rebase, added it to v0.48 milestone |
cbfccbd
to
913042b
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
913042b
to
f8b7e4f
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
d6aabf6
to
04601da
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
04601da
to
4fafec5
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
4fafec5
to
19e64fd
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
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.
Please add more documentation for the provenance field
It's just one sentence in: https://github.com/tektoncd/pipeline/blob/main/docs/pipelineruns.md
May be a reference to how it is populated, used in https://github.com/tektoncd/chains/tree/main/pkg/chains/formats/slsa/v2
And a note that it's now a beta feature -- also we should add it to the beta features table
/hold until we clarify whether this should be guarded as a beta feature, don't want it to be made stable accidentally |
bde24b2
to
c9667e9
Compare
c9667e9
to
730a722
Compare
/retest |
Thank you @jerop for the review. I've addressed all the comments. Please take a look. Regarding the feature flag, we will keep the dedicated feature flag but enable it by default. please see the #6309 (comment) for details. |
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.
Thank you @chuangw6!
/unhold
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chitrangpatel, jerop The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1e611c7
to
c1df06a
Compare
Fixes tektoncd#6309. Prior, the `provenance` field in status was an alpha feature gated by the dedicated feature flag named `enable-provenance-in-status` which is disabled by default. Now, we move this feature to beta by enabling this feature flag by default with the installation of Tekton Pipelines. In future, we will completely remove this feature flag once we feel this feature is stable. Signed-off-by: Chuang Wang <chuangw@google.com>
c1df06a
to
54d9609
Compare
/lgtm |
Changes
/kind feature
Fixes #6309.
Prior, the
provenance
field in status was an alpha feature gated bythe dedicated feature flag named
enable-provenance-in-status
which isdisabled by default.
Now, we move this feature to beta by enabling this feature flag by default
with the installation of Tekton Pipelines. In future, we will completely
remove this feature flag once we feel this feature is stable.
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes