From d4832b3d5991c6b4610dacae7c43a31dea3f94ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 06:04:10 -0500 Subject: [PATCH] =?UTF-8?q?chore(ci)!:=20Update=20google-github-actions/re?= =?UTF-8?q?lease-please-action=20action=20(v3.7.13=20=E2=86=92=20v4.0.2)?= =?UTF-8?q?=20(#905)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(ci)!: Update google-github-actions/release-please-action action (v3.7.13 → v4.0.2) | datasource | package | from | to | | ----------- | ------------------------------------------- | ------- | ------ | | github-tags | google-github-actions/release-please-action | v3.7.13 | v4.0.2 | * update manifests Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --------- Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --- .github/workflows/release-please.yml | 10 +---- .release-please-manifest.json | 3 ++ howtos/cloud-image/centos-qcow2/provider.tf | 2 +- .../debian-from-storage/provider.tf | 2 +- howtos/cloud-image/ubuntu-img/provider.tf | 2 +- howtos/cloud-init/native/provider.tf | 2 +- release-please-config.json | 39 +++++++++++++++++++ 7 files changed, 47 insertions(+), 13 deletions(-) create mode 100644 .release-please-manifest.json create mode 100644 release-please-config.json diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index f68ed9c3..6945f1b4 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -23,14 +23,6 @@ jobs: repositories: "${{ github.event.repository.name }}" - name: Create / Update Release PR - uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 #v3.7.13 + uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e # v4.0.2 with: token: "${{ steps.app-token.outputs.token }}" - release-type: go - bump-minor-pre-major: true - extra-files: | - Makefile - skip-github-release: false - include-v-in-tag: true - changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]' - signoff: 'GitHub Bot <48106979+bpg-bot@users.noreply.github.com>' diff --git a/.release-please-manifest.json b/.release-please-manifest.json new file mode 100644 index 00000000..508e6368 --- /dev/null +++ b/.release-please-manifest.json @@ -0,0 +1,3 @@ +{ + ".": "0.44.0" +} diff --git a/howtos/cloud-image/centos-qcow2/provider.tf b/howtos/cloud-image/centos-qcow2/provider.tf index 407bda81..8736b713 100644 --- a/howtos/cloud-image/centos-qcow2/provider.tf +++ b/howtos/cloud-image/centos-qcow2/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.43.3" + version = "0.43.3"# x-release-please-version } } } diff --git a/howtos/cloud-image/debian-from-storage/provider.tf b/howtos/cloud-image/debian-from-storage/provider.tf index 407bda81..8736b713 100644 --- a/howtos/cloud-image/debian-from-storage/provider.tf +++ b/howtos/cloud-image/debian-from-storage/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.43.3" + version = "0.43.3"# x-release-please-version } } } diff --git a/howtos/cloud-image/ubuntu-img/provider.tf b/howtos/cloud-image/ubuntu-img/provider.tf index 407bda81..8736b713 100644 --- a/howtos/cloud-image/ubuntu-img/provider.tf +++ b/howtos/cloud-image/ubuntu-img/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.43.3" + version = "0.43.3"# x-release-please-version } } } diff --git a/howtos/cloud-init/native/provider.tf b/howtos/cloud-init/native/provider.tf index 407bda81..8736b713 100644 --- a/howtos/cloud-init/native/provider.tf +++ b/howtos/cloud-init/native/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.43.3" + version = "0.43.3"# x-release-please-version } } } diff --git a/release-please-config.json b/release-please-config.json new file mode 100644 index 00000000..e5dceaaa --- /dev/null +++ b/release-please-config.json @@ -0,0 +1,39 @@ +{ + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", + "signoff": "Pavel Boldyrev <627562+bpg@users.noreply.github.com>", + "packages": { + ".": { + "changelog-path": "CHANGELOG.md", + "release-type": "go", + "skip-github-release": false, + "bump-minor-pre-major": true, + "include-v-in-tag": true, + "draft": false, + "prerelease": false, + "extra-files": [ + "Makefile", + "howtos/cloud-image/centos-qcow2/provider.tf", + "howtos/cloud-image/debian-from-storage/provider.tf", + "howtos/cloud-image/ubuntu-img/provider.tf", + "howtos/cloud-init/native/provider.tf" + ], + "changelog-sections": [ + { + "type": "feat", + "section": "Features", + "hidden": false + }, + { + "type": "fix", + "section": "Bug Fixes", + "hidden": false + }, + { + "type": "chore", + "section": "Miscellaneous", + "hidden": false + } + ] + } + } + }