Skip to content

v0.3.0

Compare
Choose a tag to compare
@veophi veophi released this 13 Feb 07:45
· 1 commit to release-0.3 since this release
5fd8464

To install or upgrade to the old version, see installation doc.

Change Log Since v0.2.0

New Features:

  • Support rolling update deployment in batches without extra canary deployment, #115, #110, #106, #105, #104.
  • Support A/B Testing traffic routing, #86, #108.
  • Support various types of traffic routing via adding Lua scripts in a pluggable way, #86.
  • Support Higress traffic routing, #116.
  • Support failure toleration threshold for rollout, #101.
  • Support multi-architectures, such as x86 and arm, #83.

Optimization:

  • Optimize rollout/batchRelease controller implementation, #102, #90.
  • Allow users define the number of goroutines of controller, #67.
  • Add UserAgent = kruise-rollout for kruise-rollout operator, #64.
  • Define rollout-id in workload instead of rollout to avoid race bug, #73.