Skip to content

Commit

Permalink
feat: releasing v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bsctl committed Aug 25, 2024
1 parent 3e0daf8 commit 0b31999
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions charts/kamaji-etcd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.7.0
version: 0.8.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -42,11 +42,21 @@ annotations:
- name: support
url: https://clastix.io/support
artifacthub.io/operator: "true"
artifacthub.io/operatorCapabilities: "full lifecycle"
artifacthub.io/operatorCapabilities: "Full Lifecycle"
artifacthub.io/changes: |
- kind: added
description: Configuring DataStore name
- kind: added
description: Support for imagePullSecrets
- kind: added
description: Use external defrag cronjob
- kind: added
description: Use external backup cronjob
- kind: added
description: Refactoring of the restore job
- kind: fixed
description: Missing release fullnameOverride
- kind: fixed
description: Job selector for metrics scraping
- kind: fixed
description: Missing fullnameOverride in values
description: Service Account for metrics scraping
2 changes: 1 addition & 1 deletion charts/kamaji-etcd/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kamaji-etcd

![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.5.6](https://img.shields.io/badge/AppVersion-3.5.6-informational?style=flat-square)
![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.5.6](https://img.shields.io/badge/AppVersion-3.5.6-informational?style=flat-square)

Helm chart for deploying a multi-tenant `etcd` cluster.

Expand Down

0 comments on commit 0b31999

Please sign in to comment.