Skip to content

v1.2.0-rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Apr 04:21
· 77 commits to main since this release

Major Changes

  • Fix: pass headers to custom UDSink (#1653)
  • Fix: pass headers to Source Transformer (#1651)
  • Fix: avoid publishing watermarks for duplicate messages (#1649)
  • Fix: Dedup not working for multi-partitioned edge (#1639)
  • Fix: readonly view (#1640)

Pull Requests

v1.2.0-rc2...v1.2.0-rc3

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

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