Skip to content

v1.3.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Sep 22:11
· 109 commits to main since this release

Major Changes

  • Rolling update support for pipeline changes (#2040)
  • Allow customization on readyz and livez config (#2068)
  • Fixed the issue of keys not being kept in built-in transformers (#2047)
  • Bugfix for resources not being orchestrated well for new pipelines with desiredPhase: Paused (#2028)

Installation

kubectl create namespace numaflow-system

# Install numaflow controller and UI
kubectl apply -n numaflow-system -f https://github.com/numaproj/numaflow/releases/download/v1.3.2/install.yaml

# Install validating webhook (Optional)
kubectl apply -n numaflow-system -f https://github.com/numaproj/numaflow/releases/download/v1.3.2/validating-webhook-install.yaml

Full Changelog: v1.3.1...v1.3.2