Skip to content

Releases: upmc-enterprises/elasticsearch-operator

v0.4.0

27 Jun 15:13
1aeeb9e
Compare
Choose a tag to compare
  • Added pod label length check and prefix check (@xyphr)
  • Add support for master volume size (@komljen)
  • Add support for custom annotations (@komljen)
  • Add 'devpreq' action to Makefile to setup local machine to run operator (@stevesloka)

v0.3.0

01 Mar 14:38
a559882
Compare
Choose a tag to compare
  • 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

11 Jul 15:06
727d6ce
Compare
Choose a tag to compare
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

27 Apr 15:26
dcf3eef
Compare
Choose a tag to compare

v0.0.11

03 Mar 18:48
ab8e8e3
Compare
Choose a tag to compare
Merge pull request #156 from gianrubio/v0.0.11

cut v0.0.11

v0.0.10

21 Dec 02:37
Compare
Choose a tag to compare
  • 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

25 Oct 15:02
Compare
Choose a tag to compare
  • 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

03 Oct 02:23
Compare
Choose a tag to compare
  • ThirdPartyResources are now replaced by CustomResourceDefinitions
  • Update examples to use yaml files

v0.0.7

27 Sep 17:37
Compare
Choose a tag to compare
  • 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

21 Jul 12:46
Compare
Choose a tag to compare

Fixes bug with autogen certs where truststore was not initialized properly.