This is an automated email from the ASF dual-hosted git repository.
houston pushed a change to branch release-0.8
in repository https://gitbox.apache.org/repos/asf/solr-operator.git
from 8cbb5b0 Avoid reset of security.json if get fails (#659) (#660)
new e5c1271 Fix scaling when using ingress-addressed nodes (#692)
new dbc8db9 Fix a few issues with testing, add better cluster information
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
api/v1beta1/solrcloud_types.go | 7 +
controllers/solr_cluster_ops_util.go | 25 +++-
controllers/solrcloud_controller.go | 72 +++++-----
controllers/util/common.go | 24 +++-
controllers/util/solr_update_util.go | 14 +-
controllers/util/solr_util.go | 3 +
helm/solr-operator/Chart.yaml | 8 +-
tests/e2e/solrcloud_rolling_upgrade_test.go | 2 +-
tests/e2e/solrcloud_scaling_test.go | 199 +++++++++++++++++++++++++++-
tests/e2e/suite_test.go | 64 ++++++++-
tests/e2e/test_utils_test.go | 12 +-
11 files changed, 379 insertions(+), 51 deletions(-)