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 495e9c6  Fix release wizard - remove version info on new branches.
495e9c6 is described below

commit 495e9c6be8e2a9c4879240c6407892ccebf0f08b
Author: Houston Putman <[email protected]>
AuthorDate: Thu Sep 23 15:57:13 2021 -0400

    Fix release wizard - remove version info on new branches.
---
 hack/release/wizard/releaseWizard.yaml |   6 ++
 helm/solr-operator/Chart.yaml          | 115 ++-------------------------------
 helm/solr/Chart.yaml                   |  20 ++----
 3 files changed, 15 insertions(+), 126 deletions(-)

diff --git a/hack/release/wizard/releaseWizard.yaml 
b/hack/release/wizard/releaseWizard.yaml
index 384f05f..19e8bb0 100644
--- a/hack/release/wizard/releaseWizard.yaml
+++ b/hack/release/wizard/releaseWizard.yaml
@@ -446,6 +446,9 @@ groups:
         cmd: git checkout main
         tee: true
       - !Command
+        cmd: ./hack/release/version/remove_version_specific_info.sh -v {{ 
next_version }}
+        tee: true
+      - !Command
         cmd: ./hack/release/version/update_version.sh -v {{ next_version }}
         tee: true
       - !Command
@@ -472,6 +475,9 @@ groups:
         cmd: git checkout {{ stable_branch }}
         tee: true
       - !Command
+        cmd: ./hack/release/version/remove_version_specific_info.sh -v {{ 
next_version }}
+        tee: true
+      - !Command
         cmd: ./hack/release/version/update_version.sh -v {{ next_version }}
         tee: true
       - !Command
diff --git a/helm/solr-operator/Chart.yaml b/helm/solr-operator/Chart.yaml
index 2c3f012..6962c6a 100644
--- a/helm/solr-operator/Chart.yaml
+++ b/helm/solr-operator/Chart.yaml
@@ -54,122 +54,16 @@ annotations:
   # Add change log for a single release here.
   # Allowed syntax is described at: 
https://artifacthub.io/docs/topics/annotations/helm/#example
   artifacthub.io/changes: |
-    - kind: changed
-      description: Zookeeper Operator supported version changed to v0.2.12
-      links:
-        - name: Github Issue
-          url: https://github.com/apache/solr-operator/issues/271
-        - name: Github PR
-          url: https://github.com/apache/solr-operator/pull/304
-        - name: Zookeeper Operator Release Notes
-          url: 
https://github.com/pravega/zookeeper-operator/releases/tag/v0.2.12
     - kind: added
-      description: Ability to schedule automatic restarts for SolrClouds
-      links:
-        - name: Github Issue
-          url: https://github.com/apache/solr-operator/issues/281
-        - name: Github PR
-          url: https://github.com/apache/solr-operator/pull/279
-    - kind: removed
-      description: "Removed deprecated Solr Operator Helm chart option 
`useZkOperator`, use `zookeeper-operator.use` instead"
+      description: Addition 1
       links:
         - name: Github Issue
-          url: https://github.com/apache/solr-operator/issues/286
-        - name: Github PR
-          url: https://github.com/apache/solr-operator/pull/288
-        - name: Deprecating Github PR
-          url: https://github.com/apache/solr-operator/pull/231
+          url: https://github.com/issue-url
     - kind: changed
-      description: Default Solr Version upgraded to 8.9, does not affect 
existing clouds
+      description: Change 2
       links:
-        - name: Github Issue
-          url: https://github.com/apache/solr-operator/issues/285
-        - name: Github PR
-          url: https://github.com/apache/solr-operator/pull/287
-    - kind: added
-      description: Customize serviceAccountName for SolrCloud and 
SolrPrometheusExporter
-      links:
-        - name: Github Issue
-          url: https://github.com/apache/solr-operator/issues/264
-        - name: Github PR
-          url: https://github.com/apache/solr-operator/pull/283
-    - kind: added
-      description: Introduced ephemeral option for Zookeeper storage
-      links:
-        - name: Github Issue
-          url: https://github.com/apache/solr-operator/issues/259
-        - name: Github PR
-          url: https://github.com/apache/solr-operator/pull/284
-    - kind: security
-      description: Changed Solr Operator base Docker image to reduce 
vulnerabilities.
-      links:
-        - name: Github Issue
-          url: https://github.com/apache/solr-operator/issues/294
-        - name: Github PR
-          url: https://github.com/apache/solr-operator/pull/295
-    - kind: added
-      description: Ability to customize probes for PrometheusExporter
-      links:
-        - name: Github Issue
-          url: https://github.com/apache/solr-operator/issues/282
-        - name: Github PR
-          url: https://github.com/apache/solr-operator/pull/297
-    - kind: security
-      description: Remove users role from the all permission in the initial 
security.json
-      links:
-        - name: Github Issue
-          url: https://github.com/apache/solr-operator/issues/274
-        - name: Github PR
-          url: https://github.com/apache/solr-operator/pull/299
-    - kind: fixed
-      description: Grant access to the /admin/zookeeper/status path to the k8s 
role in the initial security.json
-      links:
-        - name: Github Issue
-          url: https://github.com/apache/solr-operator/issues/289
-        - name: Github PR
-          url: https://github.com/apache/solr-operator/pull/299
-    - kind: security
-      description: Add a mountedServerTLSDir config option to support a unique 
certificate per pod mounted dynamically by an external agent or CSI driver
-      links:
-        - name: Github Issue
-          url: https://github.com/apache/solr-operator/issues/291
-        - name: Github PR
-          url: https://github.com/apache/solr-operator/pull/292
-    - kind: added
-      description: Ability to terminate TLS at Ingress for SolrCloud.
-      links:
-        - name: Github Issue
-          url: https://github.com/apache/solr-operator/issues/268
-        - name: Github PR
-          url: https://github.com/apache/solr-operator/pull/293
-    - kind: added
-      description: Ability to schedule automatic restarts for 
SolrPrometheusExporters
-      links:
-        - name: Github Issue
-          url: https://github.com/apache/solr-operator/issues/310
-        - name: Github PR
-          url: https://github.com/apache/solr-operator/pull/313
-    - kind: added
-      description: Ability to specify ZK Config properties for provided 
Zookeeper Clusters.
-      links:
-        - name: Github Issue
-          url: https://github.com/apache/solr-operator/issues/290
-        - name: Github PR
-          url: https://github.com/apache/solr-operator/pull/311
-    - kind: added
-      description: Option to watch for updates to the mTLS client certificate 
used by the operator to call Solr pods.
-      links:
-        - name: Github Issue
-          url: https://github.com/apache/solr-operator/issues/317
-        - name: Github PR
-          url: https://github.com/apache/solr-operator/pull/318
-    - kind: added
-      description: Configuration options to support an additional client TLS 
cert in addition to the server certificate
-      links:
-        - name: Github Issue
-          url: https://github.com/apache/solr-operator/issues/300
         - name: Github PR
-          url: https://github.com/apache/solr-operator/pull/312
+          url: https://github.com/pr-url
   artifacthub.io/images: |
     - name: solr-operator
       image: apache/solr-operator:v0.5.0-prerelease
@@ -228,3 +122,4 @@ annotations:
         numThreads: 4
         image:
           tag: 8.7.0
+  artifacthub.io/containsSecurityUpdates: "false"
diff --git a/helm/solr/Chart.yaml b/helm/solr/Chart.yaml
index 3635af1..0db1824 100644
--- a/helm/solr/Chart.yaml
+++ b/helm/solr/Chart.yaml
@@ -16,7 +16,6 @@
 apiVersion: v2
 name: solr
 description: A SolrCloud cluser running on Kubernetes via the Solr Operator
-
 version: 0.5.0-prerelease
 appVersion: 8.9.0
 kubeVersion: ">= 1.16.0-0"
@@ -42,26 +41,15 @@ annotations:
   # Allowed syntax is described at: 
https://artifacthub.io/docs/topics/annotations/helm/#example
   artifacthub.io/changes: |
     - kind: added
-      description: Official Solr Helm chart created. Works with the Solr 
Operator.
+      description: Addition 1
       links:
         - name: Github Issue
-          url: https://github.com/apache/solr-operator/issues/112
-        - name: Github PR
-          url: https://github.com/apache/solr-operator/pull/276
+          url: https://github.com/issue-url
     - kind: changed
-      description: Default Solr Version upgraded to 8.9, does not affect 
existing clouds
+      description: Change 2
       links:
-        - name: Github Issue
-          url: https://github.com/apache/solr-operator/issues/285
-        - name: Github PR
-          url: https://github.com/apache/solr-operator/pull/287
-    - kind: added
-      description: Ability to create serviceAccount for SolrCloud deployment 
through Helm chart.
-      links:
-        - name: Github Issue
-          url: https://github.com/apache/solr-operator/issues/264
         - name: Github PR
-          url: https://github.com/apache/solr-operator/pull/283
+          url: https://github.com/pr-url
   artifacthub.io/containsSecurityUpdates: "false"
   artifacthub.io/recommendations: |
     - url: https://artifacthub.io/packages/helm/apache-solr/solr-operator

Reply via email to