Releases: vrabbi/tap-oss
Releases · vrabbi/tap-oss
0.2.4
- 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)
0.2.3
New Optional Packages:
This release adds optional packages into the package repository that can be installed in order to begin working on supply chains with additional capabilities and integrations.
- Added Jenkins Package
- Added Argo Workflows Package
- Added Argo CD Package
- Added RabbitMQ Operator Package
0.2.2
This Release includes the following:
Documentation:
- Added instructions for running on TCE Unmanaged Clusters (TCE 0.10.0+)
- Added example values files
New Features:
- 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)
Known Issues
- Kpack Configuration is still dependant on DockerHub
- Does not work yet on air gapped environments
0.2.1
This Release includes the following:
New Features:
- 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
- Added Cert Injection Webhook Package
- Validated support for running on EKS, kind and minikube
Bug Fixes:
- 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
Known Issues
- Kpack Configuration is still dependant on DockerHub
- Does not work yet on air gapped environments
Version 0.2.0
This Release includes the following:
New Features:
- Service Bindings Package
- Service Bindings for MySQL example workload
- 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 image building Supply chain and example workload
Enhancements
- Standardized the labels for workloads and supply chains
- Added additional docs for getting started
- Updated the examples
- Enhanced experience for deployment on a Local Docker based environment
Bug Fixes
- Fixed issue with race condition between packages at installation time
- removed most dependencies on Docker Hub due to rate limiting
Known Issues
- Kpack Configuration is still dependant on DockerHub
- Does not work yet on air gapped environments