-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
new trigger filters now in beta #5713
Conversation
Signed-off-by: pingjiang <[email protected]>
✅ Deploy Preview for knative ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Hey @xiangpingjiang thanks for picking this up!
Two things:
- Can you also update the table on https://deploy-preview-5713--knative.netlify.app/docs/eventing/experimental-features/ to mark this feature as Beta, enabled by default
- In https://deploy-preview-5713--knative.netlify.app/docs/eventing/triggers/#trigger-filtering can you add a link to the new trigger filters page and mention that we have this beta feature if they need more powerful filtering options?
Signed-off-by: pingjiang <[email protected]>
docs/eventing/triggers/README.md
Outdated
@@ -100,6 +100,9 @@ This example filters events from the `default` broker that are of type | |||
``` | |||
Where `<filename>` is the name of the file you created in the previous step. | |||
|
|||
### New trigger filters | |||
|
|||
if you need more powerful filtering options, you can use the [New trigger filters](https://knative.dev/docs/eventing/experimental-features/new-trigger-filters/). |
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.
if you need more powerful filtering options, you can use the [New trigger filters](https://knative.dev/docs/eventing/experimental-features/new-trigger-filters/). | |
If you need more powerful filtering options, you can use the [new trigger filters](../experimental-features/new-trigger-filters). |
The links should be relative filepaths, rather than a hardcoded URL
Signed-off-by: pingjiang <[email protected]>
/lgtm |
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pierDipi, xiangpingjiang 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 |
"Fixes #5710"
Proposed Changes