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

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


The following commit(s) were added to refs/heads/release-0.9 by this push:
     new 21ec059  Add changelog entry
21ec059 is described below

commit 21ec0597adb8d7c37158baf0cc51200c93a62512
Author: Houston Putman <[email protected]>
AuthorDate: Mon Mar 17 12:06:16 2025 -0500

    Add changelog entry
---
 helm/solr-operator/Chart.yaml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/helm/solr-operator/Chart.yaml b/helm/solr-operator/Chart.yaml
index 30d7b85..cb0c878 100644
--- a/helm/solr-operator/Chart.yaml
+++ b/helm/solr-operator/Chart.yaml
@@ -55,7 +55,7 @@ annotations:
   # Allowed syntax is described at: 
https://artifacthub.io/docs/topics/annotations/helm/#example
   # 'kind' accepts values: "added", "changed", "deprecated", "removed", 
"fixed" and "security"
   artifacthub.io/changes: |
-    - kind: fixed 
+    - kind: fixed
       description: "initContainers can once again connect to ZooKeeper when 
Solr 9.8.x images are used"
       links:
         - name: Github Issue
@@ -64,6 +64,13 @@ annotations:
           url: https://issues.apache.org/jira/browse/SOLR-17690
         - name: Github PR
           url: https://github.com/apache/solr-operator/pull/756
+    - kind: fixed
+      description: "Fix upgrade to v0.9 by updating pod readiness gates for 
existing clouds"
+      links:
+        - name: Github Issue
+          url: https://github.com/apache/solr-operator/issues/761
+        - name: Github PR
+          url: https://github.com/apache/solr-operator/pull/766
   artifacthub.io/images: |
     - name: solr-operator
       image: apache/solr-operator:v0.9.1-prerelease

Reply via email to