You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by gi...@apache.org on 2024/03/26 20:30:49 UTC

(solr-operator) branch dependabot/go_modules/golang.org/x/crypto-0.17.0 updated (f889de3 -> f157ce4)

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

github-bot pushed a change to branch dependabot/go_modules/golang.org/x/crypto-0.17.0
in repository https://gitbox.apache.org/repos/asf/solr-operator.git


 discard f889de3  Bump golang.org/x/crypto from 0.14.0 to 0.17.0
     add ec51811  Fix early deletion of PVCs during scale down (#689)
     add 212fe0e  Fix usage of envtest-setup
     add e6d7a27  Bump google.golang.org/grpc from 1.57.0 to 1.57.1 (#646)
     add b40737d  Bump github.com/docker/docker (#696)
     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 f157ce4  Bump golang.org/x/crypto from 0.14.0 to 0.17.0

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   (f889de3)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/golang.org/x/crypto-0.17.0 (f157ce4)

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:
 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/util/prometheus_exporter_util.go     |  5 +--
 controllers/util/solr_scale_util.go              |  4 +--
 dependency_licenses.csv                          |  2 +-
 docs/solr-cloud/solr-cloud-crd.md                |  9 ++++-
 go.mod                                           |  6 ++--
 go.sum                                           | 12 +++----
 helm/solr-operator/Chart.yaml                    | 14 ++++++++
 helm/solr-operator/crds/crds.yaml                |  5 ++-
 tests/e2e/resource_utils_test.go                 | 13 ++++++++
 tests/e2e/solrcloud_scaling_test.go              | 42 ++++++++++++++++++++++++
 15 files changed, 114 insertions(+), 31 deletions(-)