v1.3.2
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