v1.3.1
Major Changes
- Add retry mechanism for sinks [#2010]
- Deprecate
replicasPerScale
, and introducereplicasPerScaleUp
andreplicasPerScaleDown
for more flexible autoscaling strategy [#2003] - Enable
resourceClaims
for Pipeline Vertex [#2009] - Introduce
readyReplicas
for Vertex status [#2014]
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.1/install.yaml
# Install validating webhook (Optional)
kubectl apply -n numaflow-system -f https://github.com/numaproj/numaflow/releases/download/v1.3.1/validating-webhook-install.yaml
Full Changelog: v1.3.0...v1.3.1