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