Skip to content

v0.6.1: [fix] modify func matchString in dispatcher (#398)

Compare
Choose a tag to compare
@chanwook-lee chanwook-lee released this 06 Dec 08:19
· 4 commits to master since this release
a789582

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 🔨

  1. modify func matchString in dispatcher

Changelog

Features

  • [feat] add gitea (#395)