From fd18b077f88be9a275278a98bd26360b6edea655 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Sat, 10 Aug 2024 17:33:34 +0200 Subject: [PATCH] chore: releasing v0.7.0 Signed-off-by: Dario Tranchitella --- charts/kamaji-etcd/Chart.yaml | 23 ++++++++++++++++++++--- charts/kamaji-etcd/README.md | 6 +++--- 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/charts/kamaji-etcd/Chart.yaml b/charts/kamaji-etcd/Chart.yaml index 9c6b5a8..27ea86e 100644 --- a/charts/kamaji-etcd/Chart.yaml +++ b/charts/kamaji-etcd/Chart.yaml @@ -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.6.0 +version: 0.7.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 @@ -27,7 +27,24 @@ home: https://github.com/clastix/kamaji-etcd sources: ["https://github.com/clastix/kamaji-etcd"] kubeVersion: ">=1.22.0-0" maintainers: - - email: me@bsctl.io + - email: adriano@clastix.io name: Adriano Pezzuto - - email: dario@tranchitella.eu + url: https://clastix.io + - email: dario@clastix.io name: Dario Tranchitella + url: https://clastix.io +annotations: + artifacthub.io/links: | + - name: CLASTIX + url: https://clastix.io + - name: Kamaji + url: https://kamaji.clastix.io + - name: support + url: https://clastix.io/support + artifacthub.io/operator: "true" + artifacthub.io/operatorCapabilities: "full lifecycle" + artifacthub.io/changes: | + - chore(gh): ci for helm-docs + - feat: config datastore name + - feat: add support for imagePullSecrets + - fix: fullnameOverride in values diff --git a/charts/kamaji-etcd/README.md b/charts/kamaji-etcd/README.md index b16ce1d..8b6d429 100644 --- a/charts/kamaji-etcd/README.md +++ b/charts/kamaji-etcd/README.md @@ -1,6 +1,6 @@ # kamaji-etcd -![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.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.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) Helm chart for deploying a multi-tenant `etcd` cluster. @@ -130,8 +130,8 @@ Here the values you can override: | Name | Email | Url | | ---- | ------ | --- | -| Adriano Pezzuto | | | -| Dario Tranchitella | | | +| Adriano Pezzuto | | | +| Dario Tranchitella | | | ## Source Code