Skip to content

Releases: vrabbi/tap-oss

0.2.4

17 Feb 21:41
9e5360b
Compare
Choose a tag to compare
  • 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

13 Feb 19:11
Compare
Choose a tag to compare

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

13 Feb 11:36
Compare
Choose a tag to compare

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

10 Feb 19:35
Compare
Choose a tag to compare

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

07 Feb 15:30
9592da9
Compare
Choose a tag to compare

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