Releases: upmc-enterprises/elasticsearch-operator
Releases · upmc-enterprises/elasticsearch-operator
v0.4.0
v0.3.0
- Make namespace of sysctl init daemonset configurable (@jeromefroe)
- Add serviceAcccountName option for each service (Kalvin Chau)
- Update deps and fix CRD generation (@stevesloka)
- Added S3 user credentials functionality to Snapshots (@Anish-Saxena)
- Add flag to make init daemonset optional (@fabriziofortino)
- Add nodeSelector to init daemonset so it only runs on Linux (@fasaxc)
- Fix service account examples (@while1eq1)
- Set discovery.zen.minimum_master_nodes when scaling master nodes (@maikschwan)
- Add TLS key for sgadmin, add additional output to pkcs8 for node key (@while1eq1)
- Make healthcheck a tcp port check to allow cluster formation (@while1eq1)
- Use a seperate readiness / liveness probe (@while1eq1)
- Update elastic chart version to add ssl-use option (@kaarolch)
- Support imagePullPolicy for image dependencies (@nickmintel)
- Fix k8sutil test-case for call to buildStatefulSet (@nickmintel)
- Add IBM multi-az example and extend storage options in README (@kskewes)
- Support Azure snapshots to blob storage (@tabossert)
- Fix gcs example (@tabossert)
- Allow encryption as a configurable for storageclass creation (@while1eq1)
- Allow java-options to be set seperately for client,data,master nodes (@while1eq1)
- Add nodeSelectors, Tolerations, Affinity, and Balance master/data (@while1eq1)
- Fix daemonset logging (@stevesloka)
v0.2.0
Merge pull request #225 from upmc-enterprises/release-0.2.0 Release 0.2.0
v0.0.12: Merge pull request #174 from gianrubio/review-snapshots
- Update readme with zones #185 (stevesloka)
- Fixes for usage of use-ssl option #175 (splisson-altair)
- Review cronjob #174 (gianrubio)
- fix README formatting #172 (budde377)
- Add ability to use an existing storage-class in helm charts #168 (ethanocentricity)
- #166 - clarify how service names are generated #167 (wjimenez5271)
- Updated spelling errors in readme #164 (stevesloka)
- Add required daemonset rbac rule #162 (gianrubio)
- Fix PVC selection to enable update of VolumeReclaimPolicy of PV #161 (splisson-altair)
- Create kibana/cerebro service #155 (gianrubio)
- Removed init containers since daemonset now replaces #153 (stevesloka)
v0.0.11
Merge pull request #156 from gianrubio/v0.0.11 cut v0.0.11
v0.0.10
- Upgrade client-go
- Enable init containers on k8s v1.8+ move from annotations
- Can set es-cluster name now
- Add helm chart to deploy
v0.0.9
- Volume Reclaim Policy is now configurable
- Default storage class is now preferred when none is specified
- Operator has health checks
- Make error handling better throughout
- Enabled prometheus metrics for operator
- All nodes now expose http endpoint for future health check PR's
- Cerebro is enabled via CRD
v0.0.8
- ThirdPartyResources are now replaced by CustomResourceDefinitions
- Update examples to use yaml files
v0.0.7
- Fix RBAC rules for operator
- Pod Anti-affinity to prevent data nodes to be scheduled on the same nodes
- Allow custom storage classes to be used and not auto-provisioned
- Masters have persistent data volumes
- Kibana deployments as an option
- Certs for Kibana are generated automatically
v0.0.6
Fixes bug with autogen certs where truststore was not initialized properly.