Skip to content

Commit

Permalink
Add changelog for v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HoustonPutman committed Jul 17, 2023
1 parent 34e126b commit eaac03b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
9 changes: 8 additions & 1 deletion helm/solr-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,14 @@ annotations:
url: https://dist.apache.org/repos/dist/release/solr/KEYS
# 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: added\n description: Addition 1\n links:\n - name: Github Issue\n url: https://github.com/issue-url\n- kind: changed\n description: Change 2\n links:\n - name: Github PR\n url: https://github.com/pr-url\n"
artifacthub.io/changes: |
- kind: fixed
description: Upgraded the Kubernetes API clients to fix crash when running with Kubernetes 1.27
links:
- name: Github Issue
url: https://github.com/apache/solr-operator/issues/583
- name: Github PR
url: https://github.com/apache/solr-operator/pull/592
artifacthub.io/images: |
- name: solr-operator
image: apache/solr-operator:v0.7.1-prerelease
Expand Down
10 changes: 0 additions & 10 deletions helm/solr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,6 @@ 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: added
description: Addition 1
links:
- name: Github Issue
url: https://github.com/issue-url
- kind: changed
description: Change 2
links:
- name: Github PR
url: https://github.com/pr-url
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/recommendations: |
- url: https://artifacthub.io/packages/helm/apache-solr/solr-operator
Expand Down

0 comments on commit eaac03b

Please sign in to comment.