Skip to content

Commit

Permalink
Add 2020 roadmap 🛣️
Browse files Browse the repository at this point in the history
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
bobcatfish committed Mar 24, 2020
1 parent a9704de commit cabcdd8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ The contents of this repo originated from implementing
(visible to members of
[the Tekton mailing list](https:/tektoncd/community/blob/master/contact.md#mailing-list)).

* [Background](#background)
* [Want to start using Triggers?](#want-to-start-using-tekton-triggers)
* [Want to contribute?](#want-to-contribute)
* [Project roadmap](roadmap.md)

## Background

[Tekton](https:/tektoncd/pipeline) is a **Kubernetes-native**,
Expand Down
23 changes: 23 additions & 0 deletions roadmap.md
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:/tektoncd/triggers/issues/271)
* [Increased expression support in TriggerBindings](https:/tektoncd/triggers/issues/367)
* [Using TriggerTemplates outside the context of an event](https:/tektoncd/triggers/issues/200)
* [Routing to multiple interceptors](https:/tektoncd/triggers/issues/205)
* [Dynamic TriggerTemplate parameters](https:/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:/tektoncd/triggers/issues/370)
* Increased traceability (e.g. why did my interceptor reject the event?)
* [Performant Triggers](https:/tektoncd/triggers/issues/406)
* A scale-to-zero `EventListener`

0 comments on commit cabcdd8

Please sign in to comment.