File tree Expand file tree Collapse file tree 9 files changed +24
-8
lines changed Expand file tree Collapse file tree 9 files changed +24
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.78.0 "
2
+ "." : " 0.78.1 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.78.1] ( https://github.com/bpg/terraform-provider-proxmox/compare/v0.78.0...v0.78.1 ) (2025-05-24)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** lxc:** increase maximum supported passthrough devices to 128 ([ #1968 ] ( https://github.com/bpg/terraform-provider-proxmox/issues/1968 ) ) ([ 3631240] ( https://github.com/bpg/terraform-provider-proxmox/commit/36312406d3a4ea55f3dfde522d54f9a527ef36a9 ) )
9
+ * ** vm:** allow ` scsi ` and ` sata ` for CD-ROM interface ([ #1971 ] ( https://github.com/bpg/terraform-provider-proxmox/issues/1971 ) ) ([ b1b8d15] ( https://github.com/bpg/terraform-provider-proxmox/commit/b1b8d1570f4ff71f7825ac3a0f3a6d25ada4c99e ) )
10
+
11
+
12
+ ### Miscellaneous
13
+
14
+ * ** ci:** improve devcontainer UX ([ #1973 ] ( https://github.com/bpg/terraform-provider-proxmox/issues/1973 ) ) ([ d8a7bc0] ( https://github.com/bpg/terraform-provider-proxmox/commit/d8a7bc093f99d4e46c86d1d1f46c939b2690d741 ) )
15
+ * ** deps:** pin image golang to 4c0a181 ([ #1975 ] ( https://github.com/bpg/terraform-provider-proxmox/issues/1975 ) ) ([ f643f2a] ( https://github.com/bpg/terraform-provider-proxmox/commit/f643f2aecfea97ddf9a681ddc699e721ce947ff3 ) )
16
+ * ** deps:** update github.com/hashicorp/terraform-plugin-* ([ #1966 ] ( https://github.com/bpg/terraform-provider-proxmox/issues/1966 ) ) ([ 9655bd9] ( https://github.com/bpg/terraform-provider-proxmox/commit/9655bd9ec7309e72216dd0bbef24b5e0f0d27274 ) )
17
+ * ** deps:** update github.com/hashicorp/terraform-plugin-* ([ #1974 ] ( https://github.com/bpg/terraform-provider-proxmox/issues/1974 ) ) ([ 71ade27] ( https://github.com/bpg/terraform-provider-proxmox/commit/71ade273487b7d3e2c260fa44b7f0e7a3807e5be ) )
18
+
3
19
## [ 0.78.0] ( https://github.com/bpg/terraform-provider-proxmox/compare/v0.77.1...v0.78.0 ) (2025-05-14)
4
20
5
21
Original file line number Diff line number Diff line change 1
1
NAME =terraform-provider-proxmox
2
2
TARGETS =darwin linux windows
3
3
TERRAFORM_PLUGIN_EXTENSION =
4
- VERSION =0.78.0 # x-release-please-version
4
+ VERSION =0.78.1 # x-release-please-version
5
5
6
6
GOLANGCI_LINT_VERSION =2.1.6# renovate: depName=golangci/golangci-lint datasource=github-releases
7
7
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ terraform {
2
2
required_providers {
3
3
proxmox = {
4
4
source = " bpg/proxmox"
5
- version = " 0.78.0 " # x-release-please-version
5
+ version = " 0.78.1 " # x-release-please-version
6
6
}
7
7
}
8
8
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ terraform {
2
2
required_providers {
3
3
proxmox = {
4
4
source = " bpg/proxmox"
5
- version = " 0.78.0 " # x-release-please-version
5
+ version = " 0.78.1 " # x-release-please-version
6
6
}
7
7
}
8
8
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ terraform {
2
2
required_providers {
3
3
proxmox = {
4
4
source = " bpg/proxmox"
5
- version = " 0.78.0 " # x-release-please-version
5
+ version = " 0.78.1 " # x-release-please-version
6
6
}
7
7
}
8
8
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ terraform {
2
2
required_providers {
3
3
proxmox = {
4
4
source = " bpg/proxmox"
5
- version = " 0.78.0 " # x-release-please-version
5
+ version = " 0.78.1 " # x-release-please-version
6
6
}
7
7
}
8
8
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ terraform {
2
2
required_providers {
3
3
proxmox = {
4
4
source = " bpg/proxmox"
5
- version = " 0.78.0 " # x-release-please-version
5
+ version = " 0.78.1 " # x-release-please-version
6
6
}
7
7
}
8
8
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ terraform {
2
2
required_providers {
3
3
proxmox = {
4
4
source = " bpg/proxmox"
5
- version = " 0.78.0 " # x-release-please-version
5
+ version = " 0.78.1 " # x-release-please-version
6
6
}
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments