| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| install.yaml | 2026-08-07 | 2.3 MB | |
| namespace-install.yaml | 2026-08-07 | 2.3 MB | |
| numaflow-checksums.sig | 2026-08-07 | 97 Bytes | |
| numaflow-checksums.txt | 2026-08-07 | 450 Bytes | |
| numaflow-cosign.pub | 2026-08-07 | 178 Bytes | |
| numaflow-linux-amd64.gz | 2026-08-07 | 38.0 MB | |
| numaflow-linux-arm64.gz | 2026-08-07 | 34.8 MB | |
| numaflow-linux-arm.gz | 2026-08-07 | 35.4 MB | |
| numaflow-linux-ppc64le.gz | 2026-08-07 | 35.1 MB | |
| numaflow-linux-s390x.gz | 2026-08-07 | 37.3 MB | |
| sbom.tar.gz | 2026-08-07 | 27.4 kB | |
| sbom.tar.gz.sig | 2026-08-07 | 97 Bytes | |
| validating-webhook-install.yaml | 2026-08-07 | 2.9 kB | |
| README.md | 2026-08-07 | 1.0 kB | |
| v1.8.3 source code.tar.gz | 2026-08-07 | 20.0 MB | |
| v1.8.3 source code.zip | 2026-08-07 | 21.0 MB | |
| Totals: 16 Items | 226.1 MB | 1 | |
What's Changed
- feat: support cron-based autoscaling for source vertices by @AyushSrivastava1818 in https://github.com/numaproj/numaflow/pull/3569
- feat: cron-based MonoVertex autoscaling spec by @devsarvesh92 in https://github.com/numaproj/numaflow/pull/3558
- feat: set max message size to 64mb for udsource by @vaibhavtiwari33 in https://github.com/numaproj/numaflow/pull/3578
- fix(test): missing artifact from fixing merge conflict by @vaibhavtiwari33 in https://github.com/numaproj/numaflow/pull/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: https://github.com/numaproj/numaflow/compare/v1.8.2...v1.8.3