What's Changed
- feat: support cron-based autoscaling for source vertices by @AyushSrivastava1818 in #3569
- feat: cron-based MonoVertex autoscaling spec by @devsarvesh92 in #3558
- feat: set max message size to 64mb for udsource by @vaibhavtiwari33 in #3578
- fix(test): missing artifact from fixing merge conflict by @vaibhavtiwari33 in #3579
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.3/install.yaml
# Install validating webhook (Optional)
kubectl apply -n numaflow-system -f https://github.com/numaproj/numaflow/releases/download/v1.8.3/validating-webhook-install.yaml
Full Changelog: v1.8.2...v1.8.3