Skip to content

v0.5.2

Compare
Choose a tag to compare
@changjjjjjjj changjjjjjjj released this 10 Jan 05:46
· 33 commits to master since this release
09bbba2

CI/CD Operator v0.5.2 Release!

Installation

kubectl apply -f https://raw.githubusercontent.com/tmax-cloud/cicd-operator/v0.5.2/config/crd/cicd.tmax.io_approvals.yaml
kubectl apply -f https://raw.githubusercontent.com/tmax-cloud/cicd-operator/v0.5.2/config/crd/cicd.tmax.io_integrationjobs.yaml
kubectl apply -f https://raw.githubusercontent.com/tmax-cloud/cicd-operator/v0.5.2/config/crd/cicd.tmax.io_integrationconfigs.yaml --server-side=true
kubectl apply -f https://raw.githubusercontent.com/tmax-cloud/cicd-operator/v0.5.2/config/release.yaml

Refer to the documents for the further usage

Changelog

Features

  • [feat] Support insecure skip verify (#325)

Fixes

  • [fix] Fix ingress annotation nil error (#323)
  • [fix] Fix parameter get error (#324)
  • [refactor] Seperate Servers (#328)