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 }} 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 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