0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-08-22 19:38:35 +00:00

chore(ci)!: Update google-github-actions/release-please-action action (v3.7.13 → v4.0.2) (#905)

* 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>
This commit is contained in:
renovate[bot] 2024-01-20 06:04:10 -05:00 committed by GitHub
parent 25db34b149
commit d4832b3d59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 47 additions and 13 deletions

View File

@ -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>'

View File

@ -0,0 +1,3 @@
{
".": "0.44.0"
}

View File

@ -2,7 +2,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.43.3"
version = "0.43.3"# x-release-please-version
}
}
}

View File

@ -2,7 +2,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.43.3"
version = "0.43.3"# x-release-please-version
}
}
}

View File

@ -2,7 +2,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.43.3"
version = "0.43.3"# x-release-please-version
}
}
}

View File

@ -2,7 +2,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.43.3"
version = "0.43.3"# x-release-please-version
}
}
}

View File

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