From 5cee1b1846370f1a0f84cd808c1dcc915e747a6b Mon Sep 17 00:00:00 2001 From: cs-minion Date: Thu, 27 Jul 2023 13:49:55 +0200 Subject: [PATCH] chore: release chart 0.1.1 (#64) Signed-off-by: cs-minion --- .release-please-manifest.json | 2 +- amphora-service/charts/amphora/CHANGELOG.md | 8 ++++++++ amphora-service/charts/amphora/Chart.yaml | 13 +++++++------ 3 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 amphora-service/charts/amphora/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 125b9d5..2aeae05 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,5 +3,5 @@ "amphora-common": "0.1.1", "amphora-java-client": "0.1.1", "amphora-service": "0.1.1", - "amphora-service/charts/amphora": "0.1.0" + "amphora-service/charts/amphora": "0.1.1" } diff --git a/amphora-service/charts/amphora/CHANGELOG.md b/amphora-service/charts/amphora/CHANGELOG.md new file mode 100644 index 0000000..0476018 --- /dev/null +++ b/amphora-service/charts/amphora/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.1](https://github.com/carbynestack/amphora/compare/chart-v0.1.0...chart-v0.1.1) (2023-07-27) + + +### Bug Fixes + +* **chart:** trigger release ([#63](https://github.com/carbynestack/amphora/issues/63)) ([fcfb495](https://github.com/carbynestack/amphora/commit/fcfb4953b0f6d70a1a734003572f83b98ff7dbe5)) diff --git a/amphora-service/charts/amphora/Chart.yaml b/amphora-service/charts/amphora/Chart.yaml index a309d5f..ea2112c 100644 --- a/amphora-service/charts/amphora/Chart.yaml +++ b/amphora-service/charts/amphora/Chart.yaml @@ -1,13 +1,14 @@ apiVersion: v1 appVersion: "1.0" -description: A Helm chart for creating a Carbyne Stack Amphora secret storage and management service. +description: A Helm chart for creating a Carbyne Stack Amphora secret storage + and management service. name: amphora -version: 0.1.0 +version: 0.1.1 keywords: -- carbyne stack -- amphora + - carbyne stack + - amphora home: https://carbynestack.io sources: -- https://github.com/carbynestack/amphora + - https://github.com/carbynestack/amphora maintainers: -- name: CarbyneStack.io + - name: CarbyneStack.io