| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| install.yaml | 2026-06-18 | 2.3 MB | |
| namespace-install.yaml | 2026-06-18 | 2.3 MB | |
| numaflow-checksums.sig | 2026-06-18 | 97 Bytes | |
| numaflow-checksums.txt | 2026-06-18 | 450 Bytes | |
| numaflow-cosign.pub | 2026-06-18 | 178 Bytes | |
| numaflow-linux-amd64.gz | 2026-06-18 | 37.9 MB | |
| numaflow-linux-arm64.gz | 2026-06-18 | 34.7 MB | |
| numaflow-linux-arm.gz | 2026-06-18 | 35.3 MB | |
| numaflow-linux-ppc64le.gz | 2026-06-18 | 35.0 MB | |
| numaflow-linux-s390x.gz | 2026-06-18 | 37.2 MB | |
| sbom.tar.gz | 2026-06-18 | 27.3 kB | |
| sbom.tar.gz.sig | 2026-06-18 | 97 Bytes | |
| validating-webhook-install.yaml | 2026-06-18 | 2.9 kB | |
| README.md | 2026-06-18 | 882 Bytes | |
| v1.8.1 source code.tar.gz | 2026-06-18 | 20.0 MB | |
| v1.8.1 source code.zip | 2026-06-18 | 21.0 MB | |
| Totals: 16 Items | 225.6 MB | 0 | |
What's Changed
- fix: pod logs streaming blocked by cleanResponseMiddleware buffering by @suryapratap-01 in https://github.com/numaproj/numaflow/pull/3471
- feat: expose udsink retry count in the system metadata by @yhl25 in https://github.com/numaproj/numaflow/pull/3464
- fix: cleanup wal on eof in accumulator by @yhl25 in https://github.com/numaproj/numaflow/pull/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: https://github.com/numaproj/numaflow/compare/v1.8.0...v1.8.1