Skip to content

Commit 4427d93

Browse files
chore(main): release 0.106.0 (#2854)
* chore(main): release 0.106.0 Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> * chore(docs): bump context7.json to v0.106.0 Signed-off-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com> --------- Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Signed-off-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com> Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
1 parent 5939390 commit 4427d93

14 files changed

Lines changed: 33 additions & 14 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.105.0"
2+
".": "0.106.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.106.0](https://github.com/bpg/terraform-provider-proxmox/compare/v0.105.0...v0.106.0) (2026-05-06)
4+
5+
6+
### Features
7+
8+
* **lxc:** add support for `mknod()` feature ([#2845](https://github.com/bpg/terraform-provider-proxmox/issues/2845)) ([07f91b4](https://github.com/bpg/terraform-provider-proxmox/commit/07f91b4228f6989869c80b2e54f718e5db35e82d))
9+
10+
11+
### Bug Fixes
12+
13+
* **lxc:** allow disabling feature flags on update ([#2857](https://github.com/bpg/terraform-provider-proxmox/issues/2857)) ([2f3ae58](https://github.com/bpg/terraform-provider-proxmox/commit/2f3ae58a7d8c7414aa1589acb5cb2c37bff0a63e))
14+
* **lxc:** refresh `features`, `start_on_boot`, `hookscript` in read ([#2852](https://github.com/bpg/terraform-provider-proxmox/issues/2852)) ([e316aba](https://github.com/bpg/terraform-provider-proxmox/commit/e316aba0d6040466ae028cef7262efb96be5f539))
15+
* **network:** allow unknown `ports` on linux bridge validate ([#2855](https://github.com/bpg/terraform-provider-proxmox/issues/2855)) ([dacac9c](https://github.com/bpg/terraform-provider-proxmox/commit/dacac9cf581480523c31e5869c91d56cba00bceb))
16+
17+
18+
### Miscellaneous
19+
20+
* **ci:** Update actions/add-to-project action (v1.0.2 → v2) ([#2860](https://github.com/bpg/terraform-provider-proxmox/issues/2860)) ([5939390](https://github.com/bpg/terraform-provider-proxmox/commit/59393904ad7c17d94dd3c6b59d6768fd91585943))
21+
322
## [0.105.0](https://github.com/bpg/terraform-provider-proxmox/compare/v0.104.0...v0.105.0) (2026-05-02)
423

524

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NAME=terraform-provider-proxmox
22
TARGETS=darwin linux windows
33
TERRAFORM_PLUGIN_EXTENSION=
4-
VERSION=0.105.0# x-release-please-version
4+
VERSION=0.106.0# x-release-please-version
55

66
GOLANGCI_LINT_VERSION=2.12.1# renovate: depName=golangci/golangci-lint datasource=github-releases
77

context7.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
],
3030
"previousVersions": [
3131
{
32-
"tag": "v0.105.0",
33-
"title": "0.105.0"
32+
"tag": "v0.106.0",
33+
"title": "0.106.0"
3434
}
3535
],
3636
"rules": [

docs/guides/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This guide documents breaking changes across provider versions and the recommend
1919
required_providers {
2020
proxmox = {
2121
source = "bpg/proxmox"
22-
version = "~> 0.105.0" # x-release-please-version
22+
version = "~> 0.106.0" # x-release-please-version
2323
}
2424
}
2525
}

examples/guides/clone-vm/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
proxmox = {
44
source = "bpg/proxmox"
5-
version = "0.105.0" # x-release-please-version
5+
version = "0.106.0" # x-release-please-version
66
}
77
}
88
}

examples/guides/cloned-vm/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
proxmox = {
44
source = "bpg/proxmox"
5-
version = "0.105.0" # x-release-please-version
5+
version = "0.106.0" # x-release-please-version
66
}
77
}
88
}

examples/guides/cloud-image/centos-qcow2/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
proxmox = {
44
source = "bpg/proxmox"
5-
version = "0.105.0" # x-release-please-version
5+
version = "0.106.0" # x-release-please-version
66
}
77
}
88
}

examples/guides/cloud-image/coreos-xz/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
proxmox = {
44
source = "bpg/proxmox"
5-
version = "0.105.0" # x-release-please-version
5+
version = "0.106.0" # x-release-please-version
66
}
77
http = {
88
source = "hashicorp/http"

examples/guides/cloud-image/debian-from-storage/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
proxmox = {
44
source = "bpg/proxmox"
5-
version = "0.105.0" # x-release-please-version
5+
version = "0.106.0" # x-release-please-version
66
}
77
}
88
}

0 commit comments

Comments
 (0)