Skip to content
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

Merged
merged 3 commits into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/eventing/experimental-features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ Knative Eventing:
| [DeliverySpec.Timeout field](delivery-timeout.md) | `delivery-timeout` | When using the `delivery` spec to configure event delivery parameters, you can use the`timeout` field to specify the timeout for each sent HTTP request. | Beta, enabled by default |
| [KReference.Group field](kreference-group.md) | `kreference-group` | Specify the API `group` of `KReference` resources without the API version. | Alpha, disabled by default |
| [Knative reference mapping](kreference-mapping.md) | `kreference-mapping` | Provide mappings from a [Knative reference](https://github.com/knative/specs/blob/main/specs/eventing/overview.md#destination) to a templated URI. | Alpha, disabled by default |
| [New trigger filters](new-trigger-filters.md) | `new-trigger-filters` | Enables a new Trigger `filters` field that supports a set of powerful filter expressions. | Alpha, disabled by default |
| [New trigger filters](new-trigger-filters.md) | `new-trigger-filters` | Enables a new Trigger `filters` field that supports a set of powerful filter expressions. | Beta, enabled by default |
| [Transport encryption](transport-encryption.md) | `transport-encryption` | Enables components to encrypt traffic using TLS by exposing HTTPS URL. | Alpha, disabled by default |
2 changes: 1 addition & 1 deletion docs/eventing/experimental-features/new-trigger-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**Flag name**: `new-trigger-filters`

**Stage**: Alpha, disabled by default
**Stage**: Beta, enabled by default

**Tracking issue**: [#5204](https://github.com/knative/eventing/issues/5204)
## Overview
Expand Down
3 changes: 3 additions & 0 deletions docs/eventing/triggers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](../experimental-features/new-trigger-filters.md).
## Trigger annotations

You can modify a Trigger's behavior by setting the following two annotations:
Expand Down
Loading