v0.6.1: [fix] modify func matchString in dispatcher (#398)
CI/CD Operator v0.6.1 Release!
Installation
kubectl apply -f https://raw.githubusercontent.com/tmax-cloud/cicd-operator/master/config/crd/cicd.tmax.io_approvals.yaml
kubectl apply -f https://raw.githubusercontent.com/tmax-cloud/cicd-operator/master/config/crd/cicd.tmax.io_integrationjobs.yaml
# if previously installed with version of v0.4.x, need to delete CRD.integrationConfig beforehand
# kubectl delete crds integrationconfigs.cicd.tmax.io
kubectl apply -f https://raw.githubusercontent.com/tmax-cloud/cicd-operator/master/config/crd/cicd.tmax.io_integrationconfigs.yaml --server-side=true
kubectl apply -f https://raw.githubusercontent.com/tmax-cloud/cicd-operator/master/config/release.yaml
Refer to the documents for the further usage
Breaking Changes 🔨
- modify func matchString in dispatcher
Changelog
Features
- [feat] add gitea (#395)