Skip to content

Siddhi Operator Release 0.2.1-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@mohanvive mohanvive released this 09 Nov 08:21
· 25 commits to master since this release
1b29888

Installing

Docker Image:

siddhiio/siddhi-operator:0.2.1-rc1
kubectl apply -f https://github.com/siddhi-io/siddhi-operator/releases/download/v0.2.1-rc1/00-prereqs.yaml
kubectl apply -f https://github.com/siddhi-io/siddhi-operator/releases/download/v0.2.1-rc1/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 --