Skip to content

Siddhi Operator Release 0.2.1

Compare
Choose a tag to compare
@mohanvive mohanvive released this 13 Nov 14:19
· 23 commits to master since this release
16a0e34

Installing

Docker Image:

siddhiio/siddhi-operator:0.2.1
kubectl apply -f https://github.com/siddhi-io/siddhi-operator/releases/download/v0.2.1/00-prereqs.yaml
kubectl apply -f https://github.com/siddhi-io/siddhi-operator/releases/download/v0.2.1/01-siddhi-operator.yaml

Fixed

  1. Enable users to view deployed partial Siddhi apps directly using SiddhiProcess (Fix #101)
  2. Enable users to view the READY status when pods become available (Fix #80)
  3. Add initial pending state and intermediate updating state to the SiddhiProcess custom resource object (Fix #90)

-- Siddhi Team --