From c5fe99ab20457f5278e5dbf80d3502033f359f9b Mon Sep 17 00:00:00 2001 From: moelsayed Date: Fri, 23 May 2025 12:41:11 +0200 Subject: [PATCH 1/3] fix release action --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 402f61b..5103e87 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -110,8 +110,8 @@ jobs: with: tag_name: ${{ env.version }} name: Release ${{ env.version }} - body: "Automated release for version ${{ env.version }}" - draft: false + body: ${{steps.github_release.outputs.changelog}} + draft: true prerelease: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 444ac4f311a5654d37e5dce506695a39308ec569 Mon Sep 17 00:00:00 2001 From: moelsayed Date: Fri, 23 May 2025 12:42:18 +0200 Subject: [PATCH 2/3] fix chart name --- charts/control-plane-operator/Chart.yaml | 2 +- charts/control-plane-operator/Chart.yaml.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/control-plane-operator/Chart.yaml b/charts/control-plane-operator/Chart.yaml index 38b4ba1..20d49c7 100644 --- a/charts/control-plane-operator/Chart.yaml +++ b/charts/control-plane-operator/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -name: co-control-plane-operator +name: control-plane-operator description: A Helm chart for the Cloud Orchestration Control Plane Operator type: application version: v0.1.5 diff --git a/charts/control-plane-operator/Chart.yaml.tpl b/charts/control-plane-operator/Chart.yaml.tpl index 43e77ab..90f6d6b 100644 --- a/charts/control-plane-operator/Chart.yaml.tpl +++ b/charts/control-plane-operator/Chart.yaml.tpl @@ -1,5 +1,5 @@ apiVersion: v2 -name: co-control-plane-operator +name: control-plane-operator description: A Helm chart for the Cloud Orchestration Control Plane Operator type: application version: $OPERATOR_VERSION From a90c81e4e50e27f03bcd8b445f0fc18862dfeb6d Mon Sep 17 00:00:00 2001 From: moelsayed Date: Fri, 23 May 2025 12:56:37 +0200 Subject: [PATCH 3/3] bump version for new release --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 749302d..fad30c5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.1.6-dev \ No newline at end of file +v0.1.7