Skip to content

v0.5.4

Compare
Choose a tag to compare
@S-hayeon S-hayeon released this 28 Sep 06:12
· 10 commits to master since this release
40267ee

CI/CD Operator v0.5.4 Release!

Installation

kubectl apply -f https://raw.githubusercontent.com/tmax-cloud/cicd-operator/v0.5.4/config/crd/cicd.tmax.io_approvals.yaml
kubectl apply -f https://raw.githubusercontent.com/tmax-cloud/cicd-operator/v0.5.4/config/crd/cicd.tmax.io_integrationjobs.yaml
kubectl apply -f https://raw.githubusercontent.com/tmax-cloud/cicd-operator/v0.5.4/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. Support logging reqeustBody
  2. add notification method for webhook
  3. enable to set When in integrationConfig scope
  4. create pipeline if not exists

Changelog

Features

  • [feat] support logging requestbody (#374)
  • [feat] add noti method using Webhook (#377)
  • [feat] enable to set When in integrationConfig scope(#379)
  • [feat] create pipeline if not exists (#388)

Fixes

  • [fix] Fix git insecure error (#380)
  • [fix] fix taskrun status sync with IJ status (#370)

Misc

  • [chore] enable to set log level (#387)
  • [chore] golangci workflow (#376)