CI/CD Operator v0.6.4 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 🔨
- Receive tektonTaskParam in the body request for postrun and prerun APIs
Changelog
Features
- [mod] Modify ic's target branch to match branches that contain the characters *^? using regular expressions.