Release v0.4.0
Image:
docker run synadia/nats-streaming-operator:0.4.0
To install:
kubectl apply -f https://github.com/nats-io/nats-streaming-operator/releases/download/v0.4.0/default-rbac.yaml
kubectl apply -f https://github.com/nats-io/nats-streaming-operator/releases/download/v0.4.0/deployment.yaml
Added
- Added support to reconcile changes to container image (#74)
- Added support for memory store type (single node) (https://github.com/nats-io/nats-streaming-operator/pull/47/files)
- Added
config
to all examples to prevent issues on starting the cluster (#76)
Fixed
- Fixed binding for cluster operator role to service account (#65)
Changed
- Changed default STAN version to 0.18.0