Skip to content

v1.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Sep 04:36
· 185 commits to main since this release

Major Changes

  • Add retry mechanism for sinks [#2010]
  • Deprecate replicasPerScale, and introduce replicasPerScaleUp and replicasPerScaleDown 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