Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
install.yaml | 2025-04-03 | 1.3 MB | |
namespace-install.yaml | 2025-04-03 | 1.3 MB | |
numaflow-checksums.sig | 2025-04-03 | 97 Bytes | |
numaflow-checksums.txt | 2025-04-03 | 450 Bytes | |
numaflow-cosign.pub | 2025-04-03 | 178 Bytes | |
numaflow-linux-amd64.gz | 2025-04-03 | 42.6 MB | |
numaflow-linux-arm64.gz | 2025-04-03 | 40.0 MB | |
numaflow-linux-arm.gz | 2025-04-03 | 38.8 MB | |
numaflow-linux-ppc64le.gz | 2025-04-03 | 39.7 MB | |
numaflow-linux-s390x.gz | 2025-04-03 | 41.9 MB | |
sbom.tar.gz | 2025-04-03 | 27.0 kB | |
sbom.tar.gz.sig | 2025-04-03 | 97 Bytes | |
validating-webhook-install.yaml | 2025-04-03 | 2.8 kB | |
README.md | 2025-04-03 | 711 Bytes | |
v1.4.4 source code.tar.gz | 2025-04-03 | 13.8 MB | |
v1.4.4 source code.zip | 2025-04-03 | 14.8 MB | |
Totals: 16 Items | 234.4 MB | 0 |
Bug fixes 🐞
- Sink stops when we have multiple partitions [#2516] by @yhl25 in https://github.com/numaproj/numaflow/pull/2517
- Pod tracker going out of the tick interval by @adarsh0728 in [#2478]
Full Changelog: https://github.com/numaproj/numaflow/compare/v1.4.3...v1.4.4
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.4.4/install.yaml
# Install validating webhook (Optional)
kubectl apply -n numaflow-system -f https://github.com/numaproj/numaflow/releases/download/v1.4.4/validating-webhook-install.yaml