This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/go_modules/helm.sh/helm/v3-3.14.3
in repository https://gitbox.apache.org/repos/asf/solr-operator.git
omit 546a7fc Make prepare
omit 4d764f1 Bump helm.sh/helm/v3 from 3.12.3 to 3.14.3
add 84916e2 Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#695)
add 2358d54 Do not return metrics for liveness probe (#694)
add 6837ad2 Update default security.json in solr-cloud-crd.md to include
permission for /admin/info/system path (#680)
add 4d74362 Bump github.com/containerd/containerd from 1.7.6 to 1.7.11
(#670)
add b019cf2 SOLR-17216: Cleanup command-based Solr probe output (#698)
add 4adad59 Add 'changes' entry to' operator Chart.yaml
add 5fec11f Avoid reset of security.json if get fails (#659) (#660)
add 938a7da Fix changelog entry
add 1cc55ef Fix scaling when using ingress-addressed nodes (#692)
add b2c9510 Fix a few issues with testing, add better cluster information
add 0af2d73 Upgrade to go 1.22 (#711)
add 630efa0 SOLR-16295: Modernize helm-chart project description (#721)
add ccf54fd Correct query-param name used by prom-exporter probe (#729)
add ee1e3f3 Support 'ca.crt'-less TLS secrets in initContainer (#685)
add 6bd0fce Migrate from zkcli.sh to 'solr zk' CLI tool (#738)
add cbf5578 Allow imagePullSecret in operator helm chart (#734)
add b2f1e8d Clarify lack of 'standalone' Solr support (#733)
add 77d27a0 Add shareProcessNamespace flag to podOptions (#735)
add 9f3109e Allow users to configure Solr container's SecurityContext
(#743)
add 9a72d7d Bump helm.sh/helm/v3 from 3.12.3 to 3.14.3
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (546a7fc)
\
N -- N -- N
refs/heads/dependabot/go_modules/helm.sh/helm/v3-3.14.3 (9a72d7d)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/check.yaml | 2 +-
.github/workflows/e2e-tests.yaml | 2 +-
.github/workflows/smoke-tests.yaml | 2 +-
Makefile | 4 +-
README.md | 2 +-
api/v1beta1/common_types.go | 8 +
api/v1beta1/solrcloud_types.go | 7 +
api/v1beta1/zz_generated.deepcopy.go | 6 +-
build/Dockerfile | 2 +-
config/crd/bases/solr.apache.org_solrbackups.yaml | 60 +-
config/crd/bases/solr.apache.org_solrclouds.yaml | 15130 ++++++-------
.../solr.apache.org_solrprometheusexporters.yaml | 6474 +++---
config/rbac/role.yaml | 1 -
controllers/solr_cluster_ops_util.go | 25 +-
controllers/solrcloud_controller.go | 72 +-
.../solrcloud_controller_basic_auth_test.go | 16 +-
controllers/solrcloud_controller_test.go | 21 +
controllers/solrcloud_controller_tls_test.go | 5 +-
controllers/util/common.go | 30 +-
controllers/util/prometheus_exporter_util.go | 11 +-
controllers/util/solr_security_util.go | 23 +-
controllers/util/solr_tls_util.go | 12 +-
controllers/util/solr_update_util.go | 14 +-
controllers/util/solr_util.go | 12 +
dependency_licenses.csv | 40 +-
docs/development.md | 5 +
docs/solr-cloud/README.md | 5 +-
docs/solr-cloud/solr-cloud-crd.md | 13 +-
go.mod | 4 +-
go.sum | 49 +-
hack/release/wizard/releaseWizard.yaml | 4 +-
helm/solr-operator/Chart.yaml | 68 +-
helm/solr-operator/README.md | 1 +
helm/solr-operator/crds/crds.yaml | 21664 +++++++++----------
helm/solr-operator/templates/deployment.yaml | 3 +
helm/solr-operator/templates/role.yaml | 1 -
helm/solr-operator/values.yaml | 1 +
helm/solr/README.md | 8 +-
helm/solr/templates/_custom_option_helpers.tpl | 7 +
helm/solr/values.yaml | 3 +
tests/e2e/prometheus_exporter_tls_test.go | 3 +-
tests/e2e/solrcloud_rolling_upgrade_test.go | 2 +-
tests/e2e/solrcloud_scaling_test.go | 199 +-
...sic_test.go => solrcloud_security_json_test.go} | 8 +-
tests/e2e/solrcloud_tls_test.go | 29 +-
tests/e2e/suite_test.go | 64 +-
tests/e2e/test_utils_test.go | 111 +-
tests/e2e/utils_tls_test.go | 9 +-
48 files changed, 20457 insertions(+), 23785 deletions(-)
copy tests/e2e/{solrcloud_basic_test.go => solrcloud_security_json_test.go}
(87%)