From 418b6e4e6127f9db493ac335364035684f8f9e44 Mon Sep 17 00:00:00 2001 From: "bpg-autobot[bot]" <155200059+bpg-autobot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 20:31:31 -0500 Subject: [PATCH] chore(main): release 0.45.1 (#956) Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ Makefile | 2 +- howtos/cloud-image/centos-qcow2/provider.tf | 2 +- .../cloud-image/debian-from-storage/provider.tf | 2 +- howtos/cloud-image/ubuntu-img/provider.tf | 2 +- howtos/cloud-init/native/provider.tf | 2 +- 7 files changed, 23 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aee8fc22..135ebe4f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.45.0" + ".": "0.45.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bba655b..68351063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.45.1](https://github.com/bpg/terraform-provider-proxmox/compare/v0.45.0...v0.45.1) (2024-01-27) + + +### Bug Fixes + +* **docs:** inconsistent indentations in docs ([#961](https://github.com/bpg/terraform-provider-proxmox/issues/961)) ([0d548a7](https://github.com/bpg/terraform-provider-proxmox/commit/0d548a78078ee9ae3e0653ea8f5e75b228dc17ac)) +* **docs:** update HOW-TOs for cloud-init ([#955](https://github.com/bpg/terraform-provider-proxmox/issues/955)) ([d91ec25](https://github.com/bpg/terraform-provider-proxmox/commit/d91ec25bfae08e6f24bb9923c0ba962792e765db)) +* **vm:** regression: `sudo: command not found` when creating a VM ([#966](https://github.com/bpg/terraform-provider-proxmox/issues/966)) ([01a8f97](https://github.com/bpg/terraform-provider-proxmox/commit/01a8f9779c87a844f7d74ccaa8f9a3d4bc28bb55)) + + +### Miscellaneous + +* **ci:** update dorny/paths-filter action (v2.11.1 → v2.12.0) ([#958](https://github.com/bpg/terraform-provider-proxmox/issues/958)) ([3a5e69d](https://github.com/bpg/terraform-provider-proxmox/commit/3a5e69d9c8e647a72b9e6141fe3e2d0f2363c991)) +* **deps:** update module github.com/google/uuid (v1.5.0 → v1.6.0) ([#954](https://github.com/bpg/terraform-provider-proxmox/issues/954)) ([b6474f8](https://github.com/bpg/terraform-provider-proxmox/commit/b6474f8ddbd8c1d3564c7d2f2bbe5a996862d443)) +* **deps:** update module github.com/hashicorp/terraform-plugin-docs (v0.17.0 → v0.18.0) in /tools ([#957](https://github.com/bpg/terraform-provider-proxmox/issues/957)) ([4a03a78](https://github.com/bpg/terraform-provider-proxmox/commit/4a03a78dcd6d350b3a17fccabffb85b23c7f9fc3)) +* **deps:** update module github.com/hashicorp/terraform-plugin-go (v0.20.0 → v0.21.0) ([#964](https://github.com/bpg/terraform-provider-proxmox/issues/964)) ([63e7bfc](https://github.com/bpg/terraform-provider-proxmox/commit/63e7bfc042bd5f4b60f6fbf70c7fdfd344b91b05)) + ## [0.45.0](https://github.com/bpg/terraform-provider-proxmox/compare/v0.44.0...v0.45.0) (2024-01-22) diff --git a/Makefile b/Makefile index 57830829..8a9c6bc1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ NAME=terraform-provider-proxmox TARGETS=darwin linux windows TERRAFORM_PLUGIN_EXTENSION= -VERSION=0.45.0# x-release-please-version +VERSION=0.45.1# x-release-please-version # check if opentofu is installed and use it if it is, # otherwise use terraform diff --git a/howtos/cloud-image/centos-qcow2/provider.tf b/howtos/cloud-image/centos-qcow2/provider.tf index 374c699b..440cb6d6 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.45.0"# x-release-please-version + version = "0.45.1"# 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 374c699b..440cb6d6 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.45.0"# x-release-please-version + version = "0.45.1"# x-release-please-version } } } diff --git a/howtos/cloud-image/ubuntu-img/provider.tf b/howtos/cloud-image/ubuntu-img/provider.tf index 374c699b..440cb6d6 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.45.0"# x-release-please-version + version = "0.45.1"# x-release-please-version } } } diff --git a/howtos/cloud-init/native/provider.tf b/howtos/cloud-init/native/provider.tf index 374c699b..440cb6d6 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.45.0"# x-release-please-version + version = "0.45.1"# x-release-please-version } } }