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

svn commit: r47319 [13/13] - in /dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54: ./ crds/ helm-charts/

Added: dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/crds/zookeeperclusters.yaml.asc
==============================================================================
--- dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/crds/zookeeperclusters.yaml.asc (added)
+++ dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/crds/zookeeperclusters.yaml.asc Wed Apr 21 18:56:07 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmCAWYoACgkQNpQk/Jjz
+9uzJNhAAkQJLUm+2HmdMrDGTNBXi+ZnZhvkpvFos8q+fbIuKa80o57W8Hf+ZAnCO
+v/65f9BKXNtKwNghy2EUWdhzb5d2ySfY0X9NKmWHjod954WPTkvSesL8f2qtjMDD
+Kj2lu68B7YRm4XQxOOj5RdhUJiN98EMVjRnhTZTuFPS3fRNdkw3/G2Nim53VRchs
+wFDpsVieO1homCmdvvgLA+uIBEL96Lzi0q0D9r2WPWU2iHolKeElilosSE0frxAN
+xw0mc6v1KP+PJgR//hlzfs6VErXOQyeoPx65DRtOlSZZTBoOO5ReXgBaCa79ffAH
+OEbVIa/wTUqKG2aN8eZ6G+gUBfavevTYwjuhfEcM9wpCUr/RPv4apCtj+/y1CZTE
+exBcTy1EU0/bviChDJZwpaU/F/RcTs9TXzeTEegJrN6DgmQvbnlgwSEb9FWU83n+
+i2NTBKsw/hSJluUw4aO9OmLG/mm2pQImkavg3nvUrjKNB85mYwRZzA5uZFPtZ0BO
+RDP+wUJ1JivrfeZFnbdQXMVXUI/i89LiVtij+qXSOQs/Tyg8naFGoBUG9G1RdQnn
+/TEl6+CiCubGuZm7YvBW7wBNy5UGEB0AYYvvoqn5lMMpIvK7mvP4PM0eOCbIjtLg
+d7mTTXTR7Gy6pIvo3i6uIteArBgcjBfTtoaUeG8NwhxjaEYfIKM=
+=ORMn
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/crds/zookeeperclusters.yaml.sha512
==============================================================================
--- dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/crds/zookeeperclusters.yaml.sha512 (added)
+++ dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/crds/zookeeperclusters.yaml.sha512 Wed Apr 21 18:56:07 2021
@@ -0,0 +1 @@
+7e489978f2bd10d488cbd741a8a8b7e2d88eb095e06cfa2fdfcd58dae9871a0bda1a6011840e06429f477fea9c5d4812ce84038b3fb55ac89335a0013c453b7a *zookeeperclusters.yaml

Added: dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/helm-charts/index.yaml
==============================================================================
--- dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/helm-charts/index.yaml (added)
+++ dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/helm-charts/index.yaml Wed Apr 21 18:56:07 2021
@@ -0,0 +1,109 @@
+apiVersion: v1
+entries:
+  solr-operator:
+  - annotations:
+      artifacthub.io/changes: |
+        - The Solr Operator is now an Apache project managed by the Apache Solr PMC.
+        - The Solr CRDs now use the solr.apache.org API group instead of solr.bloomberg.com.
+        - The Solr Operator now fully supports running Solr in a secure and locked down way:
+        - Basic Auth support is now built in when requested in the SolrCloud CRD
+        - Solr can be run with TLS (optional mTLS, if provided to the operator)
+        - More helm chart options are provided to customize running the Solr Operator
+        - The Zookeeper Operator is now up-to-date with the most recent release, v0.2.9.
+          It can now be installed as a helm-chart dependency with the Solr Operator.
+        - Users can now provide custom Solr log4j.xml and Prometheus Exporter config xml configMaps
+        - Fix bug in custom probes for Solr pods
+        - Solr pod shutdown is more graceful, has better coordination between Kubernetes and Solr.
+        - SolrCloud can now be used with the Kubernetes HPA to autoscale Solr Cloud pods.
+      artifacthub.io/crds: |
+        - kind: SolrCloud
+          version: v1beta1
+          name: solrcloud.solr.apache.org
+          displayName: Solr Cloud
+          description: A distributed Solr Cloud cluster
+        - kind: SolrPrometheusExporter
+          version: v1beta1
+          name: solrprometheusexporter.solr.apache.org
+          displayName: Solr Prometheus Exporter
+          description: A Prometheus metrics exporter for Solr
+        - kind: SolrBackup
+          version: v1beta1
+          name: solrbackup.solr.apache.org
+          displayName: Solr Backup
+          description: A backup mechanism for Solr
+      artifacthub.io/crdsExamples: |
+        - apiVersion: solr.apache.org/v1beta1
+          kind: SolrCloud
+          metadata:
+            name: example
+          spec:
+            dataStorage:
+              persistent:
+                reclaimPolicy: Delete
+                pvcTemplate:
+                  spec:
+                    resources:
+                      requests:
+                        storage: "20Gi"
+            replicas: 3
+            solrImage:
+              tag: 8.7.0
+            solrJavaMem: "-Xms4g -Xmx4g"
+            customSolrKubeOptions:
+              podOptions:
+                resources:
+                  requests:
+                    memory: "6G"
+            zookeeperRef:
+              provided:
+                replicas: 3
+            solrOpts: "-Dsolr.autoSoftCommit.maxTime=10000"
+            solrGCTune: "-XX:SurvivorRatio=4 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=8"
+        - apiVersion: solr.apache.org/v1beta1
+          kind: SolrPrometheusExporter
+          metadata:
+            name: example
+          spec:
+            solrReference:
+              cloud:
+                name: "example"
+            numThreads: 4
+            image:
+              tag: 8.7.0
+      artifacthub.io/images: |
+        - name: solr-operator
+          image: apache/solr-operator:v0.3.0
+      artifacthub.io/operator: "true"
+      artifacthub.io/operatorCapabilities: Seamless Upgrades
+      artifacthub.io/prerelease: "false"
+    apiVersion: v2
+    appVersion: v0.3.0
+    created: "2021-04-21T11:57:45.29731-05:00"
+    dependencies:
+    - condition: zookeeper-operator.install
+      name: zookeeper-operator
+      repository: https://charts.pravega.io
+      version: 0.2.9
+    description: The Solr Operator enables easy management of Solr resources within Kubernetes.
+    digest: a2ee92263c13b4d220ec0b67bb04a76889b7bae4904929d02d0ad8713622ec5b
+    home: https://github.com/apache/solr-operator
+    icon: https://solr.apache.org/theme/images/identity/Solr_Logo_on_white.png
+    keywords:
+    - solr
+    - apache
+    - search
+    - lucene
+    - operator
+    kubeVersion: '>= 1.16.0-0'
+    maintainers:
+    - email: dev@solr.apache.org
+      name: Solr Dev Community
+    - email: houston@apache.org
+      name: Houston Putman
+    name: solr-operator
+    sources:
+    - https://github.com/apache/solr-operator
+    urls:
+    - solr-operator-0.3.0.tgz
+    version: 0.3.0
+generated: "2021-04-21T11:57:45.290387-05:00"

Added: dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/helm-charts/index.yaml.asc
==============================================================================
--- dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/helm-charts/index.yaml.asc (added)
+++ dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/helm-charts/index.yaml.asc Wed Apr 21 18:56:07 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmCAWYoACgkQNpQk/Jjz
+9uyi9Q//YO+ruwfoacDMuqJRCK/ObXKSqLGm8QivbFfW38sOWj0KzSGH4jKrkbMP
+5IIgFZJI6/CL6Jmf66kPVA0q3q172ru5Ff8spcuYFdVsek5fU+m01I0aG99uTkz7
+29E7Xbi6XGMlElkfqVMJ/YwFo897qmgwtFgtz5m9btvA/wOZqYDx6/yrJJjdszWr
+rrkaY7vhRVg675MLu0fqIUCt8c0c/Ymt+N8qr98skOVxX+AWcY6KCJVpdn2fW5PK
+n7FbGuhVAOHFcuaoMlotp88hna32ZXy3FqE0hGCE0S0rrZIEMjgHTgjSEbi3DJe0
+JyfAO2QmUK1UmPX+ZstyzMvTHPnlok0sH5Y6cFGQyDp+7uTV0jrOsiYLBL5otbph
+/a08xMEYDoAgQJuol1g/LblC1uOavjqxb+Hjcvp8ElODO0inzKtzAcc/s1BhAJNu
+kSyv53cF8HOC80K/BGoWZmnQy+DaX+930pSYu17zkDss+drOPw/j89F2mpI7uZE/
+FdfwbtqDbKFlSY1Au+MXrmvtIOreRE0yikLACw6o9rYy9tu0pYEON4puobVyn1g6
+5vHSde3e9TF99tprspyMRqT8XY4UCb4pnLn4z1b+aBrCCF6fYkTbdECuIgk3A7Bp
+v2502Sy8ZVhZeFeCDIyp64d+XE0QJdnwJMpGcBiojMedLnmpZ4I=
+=a9Uh
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/helm-charts/index.yaml.sha512
==============================================================================
--- dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/helm-charts/index.yaml.sha512 (added)
+++ dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/helm-charts/index.yaml.sha512 Wed Apr 21 18:56:07 2021
@@ -0,0 +1 @@
+b022e9dc3d21e14e21c119ae81e48d30a4faf062b57dfb900abea3a698d5c447600324eb778f27a58481752863a65ba0ca46394b7dc263ea06dd25b63fe95121 *index.yaml

Added: dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/helm-charts/solr-operator-0.3.0.tgz
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/helm-charts/solr-operator-0.3.0.tgz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/helm-charts/solr-operator-0.3.0.tgz.asc
==============================================================================
--- dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/helm-charts/solr-operator-0.3.0.tgz.asc (added)
+++ dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/helm-charts/solr-operator-0.3.0.tgz.asc Wed Apr 21 18:56:07 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmCAWYoACgkQNpQk/Jjz
+9uzmdhAAxUkoSgFOfA/iFfFf5mELsFg9cISJBbXyiWQGPpn107dUvKWSylg3IZQ6
+G7R9KNH1jQy0bnu1i5NDHpvrgPCi9pFcRXG9KvcMy16XCHNBy1ChHqExZTnAFQrk
+Wir3cNEoWKeaF9RrK8v4OUdovJZi4ejrXiBbn5KRlXLMr7LNQ3ZhYs4KG2kHkmmA
+msuhzIzW+4SlIqMg2JlJtTETS8f2S6wLxajyaCNBzgDzw2XukmuTA8kmxIAB2a7I
+GHCxVovfW9IgVmaAWHom5FEFf3VQPgSQ17M5uOts1blXXUXH/gb/MakjbE/VImlc
+1v3jF0Sus1/cbrV24PJ9L+bubs6euhdlaAeuYp7weHmH4zVuDMh8JDeh2Y80W8mM
+MCOICn4jwQgSTEjYc9QkRd5/Jo09vE+lTZMsg4g7N/cn9043jGYgS8HA88kGZ4bn
+5+n4a6WEd35SN4hHSale7pgXNbb0CM8aUWbggPg66mjFITeKxMd2fs5wx6wQz0uu
+esVECmnEsEpqdOVHWY/mSmXk4y899E4L2Ew01IniPf1Mw45MOKkuyY7VXiJhfCL9
+f+ZCNlQrIwjMyYfZshwoq55lEdHpKqgh+8e1oDDIJNAfHaO9lL/vLjcec2hbeOgJ
+L67quWxjC6BPgyJgXA6jfMP11FD0w4btJjOuJlErbYsiT8BfCwA=
+=PmLb
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/helm-charts/solr-operator-0.3.0.tgz.prov
==============================================================================
--- dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/helm-charts/solr-operator-0.3.0.tgz.prov (added)
+++ dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/helm-charts/solr-operator-0.3.0.tgz.prov Wed Apr 21 18:56:07 2021
@@ -0,0 +1,124 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA512
+
+annotations:
+  artifacthub.io/changes: |
+    - The Solr Operator is now an Apache project managed by the Apache Solr PMC.
+    - The Solr CRDs now use the solr.apache.org API group instead of solr.bloomberg.com.
+    - The Solr Operator now fully supports running Solr in a secure and locked down way:
+    - Basic Auth support is now built in when requested in the SolrCloud CRD
+    - Solr can be run with TLS (optional mTLS, if provided to the operator)
+    - More helm chart options are provided to customize running the Solr Operator
+    - The Zookeeper Operator is now up-to-date with the most recent release, v0.2.9.
+      It can now be installed as a helm-chart dependency with the Solr Operator.
+    - Users can now provide custom Solr log4j.xml and Prometheus Exporter config xml configMaps
+    - Fix bug in custom probes for Solr pods
+    - Solr pod shutdown is more graceful, has better coordination between Kubernetes and Solr.
+    - SolrCloud can now be used with the Kubernetes HPA to autoscale Solr Cloud pods.
+  artifacthub.io/crds: |
+    - kind: SolrCloud
+      version: v1beta1
+      name: solrcloud.solr.apache.org
+      displayName: Solr Cloud
+      description: A distributed Solr Cloud cluster
+    - kind: SolrPrometheusExporter
+      version: v1beta1
+      name: solrprometheusexporter.solr.apache.org
+      displayName: Solr Prometheus Exporter
+      description: A Prometheus metrics exporter for Solr
+    - kind: SolrBackup
+      version: v1beta1
+      name: solrbackup.solr.apache.org
+      displayName: Solr Backup
+      description: A backup mechanism for Solr
+  artifacthub.io/crdsExamples: |
+    - apiVersion: solr.apache.org/v1beta1
+      kind: SolrCloud
+      metadata:
+        name: example
+      spec:
+        dataStorage:
+          persistent:
+            reclaimPolicy: Delete
+            pvcTemplate:
+              spec:
+                resources:
+                  requests:
+                    storage: "20Gi"
+        replicas: 3
+        solrImage:
+          tag: 8.7.0
+        solrJavaMem: "-Xms4g -Xmx4g"
+        customSolrKubeOptions:
+          podOptions:
+            resources:
+              requests:
+                memory: "6G"
+        zookeeperRef:
+          provided:
+            replicas: 3
+        solrOpts: "-Dsolr.autoSoftCommit.maxTime=10000"
+        solrGCTune: "-XX:SurvivorRatio=4 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=8"
+    - apiVersion: solr.apache.org/v1beta1
+      kind: SolrPrometheusExporter
+      metadata:
+        name: example
+      spec:
+        solrReference:
+          cloud:
+            name: "example"
+        numThreads: 4
+        image:
+          tag: 8.7.0
+  artifacthub.io/images: |
+    - name: solr-operator
+      image: apache/solr-operator:v0.3.0
+  artifacthub.io/operator: "true"
+  artifacthub.io/operatorCapabilities: Seamless Upgrades
+  artifacthub.io/prerelease: "false"
+apiVersion: v2
+appVersion: v0.3.0
+dependencies:
+- - condition: zookeeper-operator.install
+  name: zookeeper-operator
+  repository: https://charts.pravega.io
+  version: 0.2.9
+description: The Solr Operator enables easy management of Solr resources within Kubernetes.
+home: https://github.com/apache/solr-operator
+icon: https://solr.apache.org/theme/images/identity/Solr_Logo_on_white.png
+keywords:
+- - solr
+- - apache
+- - search
+- - lucene
+- - operator
+kubeVersion: '>= 1.16.0-0'
+maintainers:
+- - email: dev@solr.apache.org
+  name: Solr Dev Community
+- - email: houston@apache.org
+  name: Houston Putman
+name: solr-operator
+sources:
+- - https://github.com/apache/solr-operator
+version: 0.3.0
+
+...
+files:
+  solr-operator-0.3.0.tgz: sha256:a2ee92263c13b4d220ec0b67bb04a76889b7bae4904929d02d0ad8713622ec5b
+-----BEGIN PGP SIGNATURE-----
+
+wsFcBAEBCgAQBQJggFmJCRA2lCT8mPP27AAAdhoQAKPOwR34oGTNo48vOyPdRnX+
+v+pG0Y5Cac0QRJY5z3kTQtVMVrGuRfMfr22FbYYMmnodCKuYLipIPl8H9xAnkHPq
+/mdh1wH/2QonluDrygATsQ2bFPguI4yovKs132aEyaq4VqxLtlNP9PmZX61BBALm
+8LBqqvsPy62Yrq8j60hUeYgMbA/N94lsaWWGxehInPHBqvayRAflgo6Ve6l4kjsn
+gD/mE8XwMKnD6zq0UGQ45mqlvkOpqUXzruAiABjImhWW51y6GweoE2LH/qzecjFw
+Zm1L94+UdjY94UImiggLY9wVZrKOjdL42WTrV3558xy5+YweroaF4NUJb8mK44Ny
+z9KRK/6/8ffyQYgiHACP8bLZSBstwxv2Fw3uaD+P9PwPUFm9pQrZG5l0vu2r+t0Z
+gDXMEorBurpoK3uYhhaq2U/EUgQyAL2C+r7bXdDZn2JbKHfv7T0sp0FsFq1p82KE
+jwkj0iLIyEHodDc1phvqz40IDUrUjynvXSvr6qd3jN+VvcIZVLcM5i9ks6aReLZz
+oua9ToYry4wgh7MlGxqS/G2QGInlA5NNkVIg8HCNDHLK3qZ7nm0eixWMk+1H5Bip
+8bJ1gVW80PBCn1oWLO1IHvm8eoskQ40HJ22sFSCtwyDgCrBbJQwVAxHbWQvZP9gd
+0y6nskMDZS1xqwXhSoUd
+=JaLX
+-----END PGP SIGNATURE-----
\ No newline at end of file

Added: dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/helm-charts/solr-operator-0.3.0.tgz.sha512
==============================================================================
--- dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/helm-charts/solr-operator-0.3.0.tgz.sha512 (added)
+++ dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/helm-charts/solr-operator-0.3.0.tgz.sha512 Wed Apr 21 18:56:07 2021
@@ -0,0 +1 @@
+c1bb87f7f2dcdee40c536d987cfdca423cd415c2b594495db8e6963c5a18443a7e4f98baed49a8d270dddfded6b592b57ca6e6460a1dbe9a51abffa5262a667f *solr-operator-0.3.0.tgz

Added: dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/solr-operator-v0.3.0.tgz
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/solr-operator-v0.3.0.tgz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/solr-operator-v0.3.0.tgz.asc
==============================================================================
--- dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/solr-operator-v0.3.0.tgz.asc (added)
+++ dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/solr-operator-v0.3.0.tgz.asc Wed Apr 21 18:56:07 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmCAWYoACgkQNpQk/Jjz
+9uxXehAAqgq+92NcjNINQSHJRqrmv7VP7YYOXbPnI1pDNPEBbQyAbssEUU9BQ7ep
+IouhaKhzHNBrI9ss405bEXi0J2diQnhHdJG2+gSb0nxnmE9FmvG8F4+J2Xh9tGM1
+KjCIVbPTOOQ+x2JkAcwEiwQOdk3tAvw0ZSp5vBQpVKWOF0PU+3fMYOdrDijrEFpR
+/eEZwH6QPsgw2jF1WcS/PAusB5xtagXhjucCYZNyAQw7lQva0km5Q2JqVu4wHKRy
+qLLS94oXL0WNRhAnAVzeBwSMNZGlAaMxPvFqYSKHPjsMBnUQFawyOpJqQsBitr6b
+f2oiMH28A8A4u5SjTfiuYyqeD2XcYDBB0psYEPnHYLX1RxoRH1U3yxZL215dsbfW
+32gGL3sluwSxHULW/OBIgIJf5bDFeuTl/Iy1LLX4hep3wW1NI/1bohpbufdynLWW
+FCXI5Aonq19TLL+0gmaqsofzNBJQaqpGyDjJf5MgrjPK/rKizA2tomnVyzIzNuUK
+6AHD+EHSMBYrFy4Ys1cZus8HJ2zUiDwZEnIq8wUf+1tjFyq3kC/NKeJbi78rXWEg
+dKeJi8AEGnX8h/ryEMy/N/C4fOupYpU14ADjsZbQBgCl6rC1sYzL+0O87ZLsNhoI
+CpoyYLtC5AbqQ3xdUuT2fhlSRWJJj+b+4j87XStQbf8EBSJ+5aU=
+=Ek1M
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/solr-operator-v0.3.0.tgz.sha512
==============================================================================
--- dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/solr-operator-v0.3.0.tgz.sha512 (added)
+++ dev/solr/solr-operator/solr-operator-v0.3.0-RC2-revc55ba408f69c3ae2dbb26b063cac858afb0cab54/solr-operator-v0.3.0.tgz.sha512 Wed Apr 21 18:56:07 2021
@@ -0,0 +1 @@
+806cba344cce5d4e846cacde26429dc36d5537dc23210a1666f830dd587e7a939c1e374588b46e23d9788eb9ce279d25f3233f489f8f55d7f45160166acef109 *solr-operator-v0.3.0.tgz