Skip to content

Commit 8c95ef1

Browse files
committed
Helm chart version bump
Use double quote around strings in changelogs to enable artifacthub.io indexation of the release
1 parent 86e9016 commit 8c95ef1

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

zoo-project-dru/Chart.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type: application
2323
# This is the chart version. This version number should be incremented each time you make changes
2424
# to the chart and its templates, including the app version.
2525
# Versions are expected to follow Semantic Versioning (https://semver.org/)
26-
version: 0.8.5
26+
version: 0.8.6
2727

2828
# This is the version number of the application being deployed. This version number should be
2929
# incremented each time you make changes to the application. Versions are not expected to
@@ -75,17 +75,17 @@ annotations:
7575
- kind: changed
7676
description: "Update to the latest ZOO-Project-DRU version (including fix for GHSA-58pv-8j8x-9vj2)"
7777
links:
78-
- name: GitHub Commit
78+
- name: "GitHub Commit"
7979
url: https://github.com/ZOO-Project/ZOO-Project/commit/f4c7c44dbcc9b3333c8b6248e09f2a176c911057
8080
- kind: changed
8181
description: "Update Nuxt client to version 0.0.9"
8282
links:
83-
- name: Nuxt-Client release
83+
- name: "Nuxt-Client release"
8484
url: https://github.com/ZOO-Project/nuxt-client/releases/tag/0.0.9
8585
- kind: fixed
8686
description: "Fix issue with cwl-loader for loading some CWL files"
8787
links:
88-
- name: GitHub Issue
88+
- name: "GitHub Issue"
8989
url: https://github.com/ZOO-Project/charts/issues/25
9090
- kind: fixed
9191
description: "Remove the clientSecret from the default values.yaml to avoid security issue (the previous one is now revoked)"
@@ -94,12 +94,12 @@ annotations:
9494
- kind: added
9595
description: "Add support for OGC API - Processes - Part 1: Core 2.0 conformance classes (optional, disabled by default)"
9696
links:
97-
- name: OGC API - Processes - Part 1: Core 2.0
97+
- name: "OGC API - Processes - Part 1: Core 2.0"
9898
url: https://ogcapi.github.io/processes/2.0/core/
9999
- kind: added
100100
description: "Add option to skip cwl2ogc schema generation in processDescription responses (disabled by default)"
101101
links:
102-
- name: cwl2ogc GitHub repository
102+
- name: "cwl2ogc GitHub repository"
103103
url: https://github.com/eoap/cwl2ogc
104104
105105
artifacthub.io/license: Apache-2.0

zoo-project-dru/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To install the chart with the release name `my-zoo-project-dru`:
2424

2525
````bash
2626
helm repo add zoo-project https://zoo-project.github.io/charts/
27-
helm install my-zoo-project-dru zoo-project/zoo-project-dru --version 0.8.5
27+
helm install my-zoo-project-dru zoo-project/zoo-project-dru --version 0.8.6
2828
````
2929

3030
## Parameters

0 commit comments

Comments
 (0)