What's Changed
- fix: pod logs streaming blocked by cleanResponseMiddleware buffering by @suryapratap-01 in #3471
- feat: expose udsink retry count in the system metadata by @yhl25 in #3464
- fix: cleanup wal on eof in accumulator by @yhl25 in #3461
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.8.1/install.yaml
# Install validating webhook (Optional)
kubectl apply -n numaflow-system -f https://github.com/numaproj/numaflow/releases/download/v1.8.1/validating-webhook-install.yaml
Full Changelog: v1.8.0...v1.8.1