Skip to content

v1.7.5

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Apr 21:22
· 197 commits to main since this release

What's Changed

  • fix: Handle udsource disconnect when ACK is invoked by @BulkBeing in #3265
  • fix: start lastScaledAt as creationTime by default by @Koalk in #3358
  • fix: Pod deletion (scale down) caused transient unhealthy vertex/mvtx by @whynowy in #3366
  • chore: downgrade health check error log to warn by @adarsh0728 in #3108

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.7.4/install.yaml

# Install validating webhook (Optional)
kubectl apply -n numaflow-system -f https://github.com/numaproj/numaflow/releases/download/v1.7.4/validating-webhook-install.yaml

Full Changelog: v1.7.4...v1.7.5