-
Notifications
You must be signed in to change notification settings - Fork 5
Roadmap
Michael Sauter edited this page Dec 14, 2022
·
10 revisions
This is a WIP roadmap. Things are subject to change but give an indications where everything is heading. The included items are only the headline changes and do not include smaller improvements.
- Simplify Installation (no secrets encryption/storage, shortened required values)
- Add Trivy (SBOM, license checking, vulnerability scanning without Aqua)
- Remove wrapper images -> installation gets simpler, and tasks simply use prebuilt images from GHCR.
- Remove tasks from Helm chart, and provide instead via Git/ArtifactHub -> installation gets simpler ("back" to single Helm chart), and pipeline runs simply use prebuilt tasks
- Build/Package/Deploy tasks are extracted into separate repositories (catalogs) and can be versioned independently
- "ODS Pipeline v1 spec": Specification of a contract that tasks in other repositories can work against
- Potentially moving from file-based ODS Context to object param
- Basically 0.10.0 with cleanup