From 826f32094f89e5a8f2f3b3591fb6b89c241c5a28 Mon Sep 17 00:00:00 2001 From: Mohamed ElSayed Date: Fri, 15 Nov 2024 09:08:20 +1100 Subject: [PATCH 1/3] chore: Remove extra_files from gitops_server config --- release-please-config.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/release-please-config.json b/release-please-config.json index 06c6002..9453a49 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -13,13 +13,7 @@ "gitops_server": { "package-name": "server", "release-type": "python", - "changelog-path": "gitops_server/CHANGELOG.md", - "extra-files": [ - { - "type": "helm", - "path": "charts/gitops/chart.yaml" - } - ] + "changelog-path": "gitops_server/CHANGELOG.md" }, "charts/gitops": { "package-name": "helm", From bf625175548413cdee8aa84153ee67935b1077d7 Mon Sep 17 00:00:00 2001 From: Mohamed ElSayed Date: Fri, 15 Nov 2024 09:17:24 +1100 Subject: [PATCH 2/3] chore: Use the updated github action --- .github/workflows/release-please.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index ff87b99..f1d0da7 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -27,7 +27,7 @@ jobs: helm-version: ${{ steps.release.outputs['charts/gitops--tag_name'] }} sha: ${{ steps.release.outputs.sha }} steps: - - uses: google-github-actions/release-please-action@v4 + - uses: googleapis/release-please-action@v4 id: release with: {} publish_helm_chart: From 0709c89eb5e42aaf72b6d42d46a7c7b857a3cab2 Mon Sep 17 00:00:00 2001 From: Mohamed ElSayed Date: Fri, 15 Nov 2024 09:23:22 +1100 Subject: [PATCH 3/3] chore: Update chart version with server release --- release-please-config.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index 9453a49..dbe5040 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -13,7 +13,13 @@ "gitops_server": { "package-name": "server", "release-type": "python", - "changelog-path": "gitops_server/CHANGELOG.md" + "changelog-path": "gitops_server/CHANGELOG.md", + "extra-files": [ + { + "type": "yaml", + "path": "charts/gitops/chart.yaml" + } + ] }, "charts/gitops": { "package-name": "helm",