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 c514d09 Add 'changes' entry to' operator Chart.yaml
new 64129ba Support readOnlyRootFilesystem for SolrCloud pods (#648)
new 42ea324 Update Solr version tag in local_tutorial.md (#652)
new 544da61 Fix early deletion of PVCs during scale down (#689)
new 2f7fa3e Fix usage of envtest-setup
new 13f9def Bump google.golang.org/grpc from 1.57.0 to 1.57.1 (#646)
new 771afe7 Bump github.com/docker/docker (#696)
new 106fdfa Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#695)
new 73cffd0 Do not return metrics for liveness probe (#694)
new 7e224b6 Update default security.json in solr-cloud-crd.md to include
permission for /admin/info/system path (#680)
new 327ec65 Bump github.com/containerd/containerd from 1.7.6 to 1.7.11
(#670)
new 8cbb5b0 Avoid reset of security.json if get fails (#659) (#660)
The 11 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:
Makefile | 3 +-
api/v1beta1/solrcloud_types.go | 4 +--
config/crd/bases/solr.apache.org_solrclouds.yaml | 5 ++-
controllers/solr_cluster_ops_util.go | 4 +--
controllers/solrcloud_controller.go | 17 ++++++---
controllers/solrcloud_controller_backup_test.go | 28 +++++++--------
.../solrcloud_controller_basic_auth_test.go | 3 +-
controllers/solrcloud_controller_storage_test.go | 24 ++++++-------
controllers/solrcloud_controller_test.go | 6 ++--
controllers/util/prometheus_exporter_util.go | 5 +--
controllers/util/solr_scale_util.go | 4 +--
controllers/util/solr_security_util.go | 2 +-
controllers/util/solr_util.go | 17 +++++++++
dependency_licenses.csv | 2 +-
docs/local_tutorial.md | 8 ++---
docs/solr-cloud/solr-cloud-crd.md | 9 ++++-
go.mod | 20 ++++++-----
go.sum | 39 +++++++++++---------
helm/solr-operator/Chart.yaml | 28 +++++++++++++++
helm/solr-operator/crds/crds.yaml | 5 ++-
tests/e2e/resource_utils_test.go | 13 +++++++
tests/e2e/solrcloud_scaling_test.go | 42 ++++++++++++++++++++++
22 files changed, 207 insertions(+), 81 deletions(-)