You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2021/01/29 18:56:10 UTC

[lucene-solr-operator] branch cloud-crd-typo updated (28d58cf -> 11bf772)

This is an automated email from the ASF dual-hosted git repository.

houston pushed a change to branch cloud-crd-typo
in repository https://gitbox.apache.org/repos/asf/lucene-solr-operator.git.


    from 28d58cf  Fix copy/paste typo addressed -> updated
     add b7b405d  Update helm docs, and add link to new artifactHub. (#202)
     add b6e8970  Change docker image location to apache/ (#199)
     add 864ed23  Support custom log4j2 config from user-provided ConfigMap (#193)
     add 11bf772  Merge branch 'main' into cloud-crd-typo

No new revisions were added by this update.

Summary of changes:
 Makefile                                 |   4 +-
 README.md                                |   8 +-
 config/manager/manager.yaml              |   2 +-
 controllers/solrcloud_controller.go      |  56 ++++---
 controllers/solrcloud_controller_test.go | 266 +++++++++++++++++++++++++++++--
 controllers/suite_test.go                |   4 +
 controllers/util/solr_util.go            |  59 ++++++-
 docs/development.md                      |   2 +-
 docs/local_tutorial.md                   |  10 +-
 docs/running-the-operator.md             |  10 +-
 docs/solr-cloud/solr-cloud-crd.md        | 115 +++++++++++++
 hack/release/update_versions.sh          |   2 +-
 helm/solr-operator/Chart.yaml            |  62 +++++++
 helm/solr-operator/README.md             |  22 +--
 helm/solr-operator/values.yaml           |   2 +-
 15 files changed, 563 insertions(+), 61 deletions(-)