Skip to content

v1.3.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Oct 06:19
· 152 commits to main since this release

Major Changes

  • Expose containerPort to user defined container (#2135)
  • Fixed the race condition of terminating source vertex pods and draining the buffers during pipeline pausing (#2131)
  • Create buffers and buckets before updating Vertices (#2112)

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.3/install.yaml

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

Full Changelog: v1.3.2...v1.3.3