fix(trigger): Backport trigger filter fixes#749
fix(trigger): Backport trigger filter fixes#749knative-prow-robot merged 5 commits intoknative:release-0.13from
Conversation
* fix(trigger): Make --filter flag truly optional * fix(trigger): Update trigger docs * chore: Update changelog
rhuss
left a comment
There was a problem hiding this comment.
I think its fine to refer to the original PRs if nothing substantial has to be adapted.
The question now is more, when to merge this PR because as soon as it is merged it would trigger automatically a dot-release (on tuesday), so I wonder whether we want to add more for 0.13.1
So should we merge now, or "park" it until we have all issues fixed for 0.13.1 ? (do we have any ?)
Also, when this is merged we need to update the Changelog.adoc on master, too.
|
I think "Windows plugin issue" is a good candidate for a backport too, #738. |
Fixes knative#737 * Use exec.Command instend of syscall.Exec for windows. * Fix a bug in plugin handler test when running it on windows. * Fix typo.
|
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
|
@googlebot I consent. |
|
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
|
Added cherry-pick a0a762b |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dsimansk, rhuss The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Update Konflux components and pipelines Co-authored-by: serverless-qe <serverless-support@redhat.com>
Description
Backport trigger filter fixes to
0.13.xrelease.Changes
Note: I've updated changelog to point to next
0.13.1release, but I'm not quiet sure about PR ref. Should the URL point to original PR or this one?