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

houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 0326614  Move non-helm changelog to solr-operator
0326614 is described below

commit 0326614f60f9dab6240a57b07bc315bd5c15c678
Author: Houston Putman <[email protected]>
AuthorDate: Tue Oct 10 10:54:42 2023 -0400

    Move non-helm changelog to solr-operator
---
 helm/solr-operator/Chart.yaml | 21 +++++++++++++++++++++
 helm/solr/Chart.yaml          | 21 ---------------------
 2 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/helm/solr-operator/Chart.yaml b/helm/solr-operator/Chart.yaml
index 62955e2..1d492a8 100644
--- a/helm/solr-operator/Chart.yaml
+++ b/helm/solr-operator/Chart.yaml
@@ -142,6 +142,27 @@ annotations:
           url: https://github.com/apache/solr-operator/issues/615
         - name: Github PR
           url: https://github.com/apache/solr-operator/pull/625
+    - kind: added
+      description: The default solr.xml now includes a `maxBooleanClauses` 
value of `${solr.max.booleanClauses:1024}`.
+      links:
+        - name: Github Issue
+          url: https://github.com/apache/solr-operator/issues/630
+        - name: Github PR
+          url: https://github.com/apache/solr-operator/pull/631
+    - kind: added
+      description: The default solr.xml now includes the necessary boilerplate 
to specify additional `sharedLib` and `allowPath` values (via the 
`solr.sharedLib` and `solr.allowPaths` system properties respectively).  The 
`metricsEnabled` system property can also be used to toggle Solr's metrics 
processing (defaults to `true`).  Lastly, the `solr.port.advertise` property 
can be used to control the port Solr is advertised under in `/live_nodes` and 
other cluster state.  Users providing th [...]
+      links:
+        - name: Github Issue
+          url: https://github.com/apache/solr-operator/issues/635
+        - name: Github PR
+          url: https://github.com/apache/solr-operator/pull/636
+    - kind: changed
+      description: Solr's `/admin/info/health` API is now used for readiness 
probes by default.
+      links:
+        - name: Github Issue
+          url: https://github.com/apache/solr-operator/issues/628
+        - name: Github PR
+          url: https://github.com/apache/solr-operator/pull/629
   artifacthub.io/images: |
     - name: solr-operator
       image: apache/solr-operator:v0.8.0-prerelease
diff --git a/helm/solr/Chart.yaml b/helm/solr/Chart.yaml
index 5fda1c1..3afbca3 100644
--- a/helm/solr/Chart.yaml
+++ b/helm/solr/Chart.yaml
@@ -48,27 +48,6 @@ annotations:
           url: https://github.com/apache/solr-operator/issues/616
         - name: Version Compatibility Documentation
           url: 
https://apache.github.io/solr-operator/docs/upgrade-notes.html#solr-versions
-    - kind: changed
-      description: The default solr.xml now includes a `maxBooleanClauses` 
value of `${solr.max.booleanClauses:1024}`.
-      links:
-        - name: Github Issue
-          url: https://github.com/apache/solr-operator/issues/630
-        - name: Github PR
-          url: https://github.com/apache/solr-operator/pull/631
-    - kind: changed
-      description: The default solr.xml now includes the necessary boilerplate 
to specify additional `sharedLib` and `allowPath` values (via the 
`solr.sharedLib` and `solr.allowPaths` system properties respectively).  The 
`metricsEnabled` system property can also be used to toggle Solr's metrics 
processing (defaults to `true`).  Lastly, the `solr.port.advertise` property 
can be used to control the port Solr is advertised under in `/live_nodes` and 
other cluster state.  Users providing th [...]
-      links:
-        - name: Github Issue
-          url: https://github.com/apache/solr-operator/issues/635
-        - name: Github PR
-          url: https://github.com/apache/solr-operator/pull/636
-    - kind: changed
-      description: Solr's `/admin/info/health` API is now used for readiness 
probes by default.
-      links:
-        - name: Github Issue
-          url: https://github.com/apache/solr-operator/issues/628
-        - name: Github PR
-          url: https://github.com/apache/solr-operator/pull/629
   artifacthub.io/containsSecurityUpdates: "false"
   artifacthub.io/recommendations: |
     - url: https://artifacthub.io/packages/helm/apache-solr/solr-operator

Reply via email to