From 1b7f3ceb81e86550180d14a223b9867cb856702a Mon Sep 17 00:00:00 2001 From: Scott Rosenberg <48493016+vrabbi@users.noreply.github.com> Date: Mon, 7 Feb 2022 22:16:27 +0200 Subject: [PATCH] Update ROADMAP.md --- ROADMAP.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 81d2a6b..b9e2379 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,23 +1,20 @@ # This file explains the general roadmap for this repo ## Add more configurability -* Support clusters without Service Type Load Balancer (Local Clusters) via a simple configuration - DONE (version 0.1.2+) -* Support exclusion of specific packages from installation - DONE (version 0.2.0+) * Enable more customization based on community feedback + ## **More OOTB Supply Chains** -* Testing Supply Chain using jenkins pipeline for testing +* Testing Supply Chain using jenkins pipeline for testing - WIP * Testing Supply Chain using Argo Workflows for testing -* GitOps Supply Chain with Poly Repo Configuration - WIP -* Basic Supply chain using Kaniko instead of kpack to build images - DONE (version 0.1.5+) +* GitOps Supply Chain with Poly Repo Configuration + ## **Extend the core packages to include:** +* [Cert Injection Webhook](https://github.com/vmware-tanzu/cert-injection-webhook) - WIP * [Backstage](https://backstage.io/) - WIP * [Backstage Software Templates integration (Similar to App Accelerator)](https://backstage.io/docs/features/software-templates/software-templates-index) -* [Service Bindings](https://github.com/vmware-labs/service-bindings) - DONE (version 0.2.0+) + ## **Create a set of optional packages** * [RabbitMQ Operator](https://github.com/rabbitmq/cluster-operator) - WIP +* [Jenkins](https://github.com/bitnami/charts/tree/master/bitnami/jenkins) - WIP +* [Gitea](https://gitea.io/en-us/) - WIP * [PostgreSQL Operator](https://github.com/zalando/postgres-operator) * [MySQL Operator](https://github.com/mysql/mysql-operator) -* [Gitea](https://gitea.io/en-us/) - WIP -* [Jenkins](https://github.com/bitnami/charts/tree/master/bitnami/jenkins) -## **Add Advanced workload examples** -* Applications that utilize service bindings - DONE (version 0.2.0+) -* Applications with custom build parameters and env vars - DONE (version 0.2.0+)