github apache/solr-operator v0.2.2
v0.2.2 - Helm Chart and Kubernetes Resource Customization

latest releases: v0.8.1, v0.8.0, v0.7.1...
4 years ago

Upgrade Notes

Deprecation Warning

  • SolrCloud.spec.solrPodPolicy has been DEPRECATED in favor of the SolrCloud.spec.customSolrKubeOptions.podOptions option.
    This option is backwards compatible, but will be removed in a future version (v0.3.0).

  • SolrPrometheusExporter.spec.solrPodPolicy has been DEPRECATED in favor of the SolrPrometheusExporter.spec.customKubeOptions.podOptions option.
    This option is backwards compatible, but will be removed in a future version (v0.3.0).

Bug Fixes

  • The maxShardsPerNode option for SolrCollections is correctly set now (#79)

New Features

  • Introduction of the Solr Operator Helm Chart (#70)
  • New customization API for Kubernetes Resources. Users now have the ability to change attributes of the Kubernetes resources created by the Solr Operator.
    • SolrCloud (#74, #75)
      • StatefulSet - Labels, Annotations
      • Pod - Labels, Annotations, Volumes, EnvVars, Resources, Affinity, SecurityContext
      • Services - Labels, Annotations
      • Ingress - Labels, Annotations
      • ConfigMap - Labels, Annotations
    • SolrPrometheusExporter (#83)
      • Deployment - Labels, Annotations
      • Pod - Labels, Annotations, Volumes, EnvVars, Resources, Affinity, SecurityContext
      • Service - Labels, Annotations
      • ConfigMap - Labels, Annotations

Other

  • The Prometheus Exporter example was fixed (#81)

Don't miss a new solr-operator release

NewReleases is sending notifications on new releases.