forked from tektoncd/triggers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In tektoncd/community#77 we started on a roadmap for 2020 for all of Tekton but folks pointed out it makes more sense to let each project's own roadmap live in the repo with them.
- Loading branch information
1 parent
a9704de
commit cabcdd8
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Tekton Triggers Roadmap | ||
|
||
In 2019 we created a simple system for creating instances of Tekton resources, triggered | ||
by json payloads sent to HTTP endpoints (Tekton Triggers). | ||
|
||
In 2020 we would like to add missing features and then push for a `beta` release in the | ||
same year. | ||
|
||
We are targetting improving the experience for both end users and operators: | ||
|
||
* For end users: | ||
* [Pluggable core interceptors](https://github.com/tektoncd/triggers/issues/271) | ||
* [Increased expression support in TriggerBindings](https://github.com/tektoncd/triggers/issues/367) | ||
* [Using TriggerTemplates outside the context of an event](https://github.com/tektoncd/triggers/issues/200) | ||
* [Routing to multiple interceptors](https://github.com/tektoncd/triggers/issues/205) | ||
* [Dynamic TriggerTemplate parameters](https://github.com/tektoncd/triggers/issues/87) | ||
* Support for poll-based triggering (e.g. when a repo changes state) | ||
* Support for additional expression languages | ||
* For operators: | ||
* [Improved support for many EventListeners](https://github.com/tektoncd/triggers/issues/370) | ||
* Increased traceability (e.g. why did my interceptor reject the event?) | ||
* [Performant Triggers](https://github.com/tektoncd/triggers/issues/406) | ||
* A scale-to-zero `EventListener` |