- Added a script for deploying a contained Local env (including a git server and registry)
- Made all Knative configmaps configurable after deployment
- Update ClusterRunTemplate for GitOps supply chain to support creating a new repo if one doesnt exist (requires support from Git provider. This works for example on Gitea but not Github)
- Added Jenkins Package
- Added Argo Workflows Package
- Added Argo CD Package
- Added RabbitMQ Operator Package
- Added instructions for running on TCE Unmanaged Clusters (TCE 0.10.0+)
- Added example values files
- Added overlay to change the default knative service template
- Added support for contour to use Host Ports (useful in Kind based clusters like TCE unmanaged clusters)
- Added Gitops supply chain with service bindings using the service claims struct of the workload yaml
- Added workload example for binding to a rabbitMQ cluster
- Fixed issue in gitops git-writer task where it failed if the folder already existed in git
- Fixed Service bindings RBAC to allow work with RabbitMQ (OSS and Tanzu) and Tanzu PostgreSQL operator based objects
- Added Cert Injection Webhook Package
- Validated support for running on EKS, kind and minikube
- Add Service Bindings Package
- Add Service Bindings for MySQL example workload
- Add Service Bindings Supply Chain example
- Make all package optional (opt out mechanism added)
- Make OOTB Supply chains optional (opt out mechanism added)
- Added Kaniko based example workload
- Standardized the labels for workloads and supply chains
- Added additional docs for getting started
- Enhanced experience for deployment on a Local Docker based environment
- Added script to get the status of the platform
- Add kaniko base supply chain for building images
- add workload examples for building images with Kaniko instead of Kpack
- Fix issue with knative to local docker TCE clusters
- Tech Debt cleanup
- Add support for setting Contour to use a ClusterIP for local clusters
- Fix issue with openapiv3 schema for meta package
- Add example workloads for utilization with the supply chains
Initial Release