Releases: upmc-enterprises/elasticsearch-operator
Releases · upmc-enterprises/elasticsearch-operator
v0.0.5
- Ability to set NETWORK_HOST from TPR
- Fix bug with S3 Snapshot url
- Set ReclaimPolicy for PV to be
Retain
- Create ES clusters in any namespace
- Clean up cronjob when cluster is deleted
- Certs are automatically generated now upon cluster creation
v0.0.4
- Allow NodePort to be specified for Client
- Enable statsd instrumentation when using statsd plugin in elastic image
- Enable multiple clusters to be created in same namespace
- Snapshots can pass auth
v0.0.3
Small bug fix where after the upgrade to not use kubectl proxy
, the Watch for TPR's was looking for ALL namespaces, but the controller isn't setup (yet) to handle this. This caused running multiple controllers in the same k8s cluster to fight.
For now, deploy one operator per namespace, a future PR will come to resolve this.
v0.0.2
- Resource constraints: Can now set CPU & Memory Limits / Requests
- Removed
kubectl proxy
pod - Fixed bug with snapshot url
- Updated base elastic image to 5.3.1
Initial Release
Initial Release:
Image: upmcenterprises/elasticsearch-operator