You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(docs): update compatibility notes for PVE 9.x (#2116)
- Update primary support from Proxmox VE 8.x to 9.x
- Change privilege examples from VM.Monitor to VM.GuestAgent.Audit
(VM.Monitor removed in PVE 9.x)
- Add backward compatibility notes for 8.x users
- Update production requirements and examples
Signed-off-by: Pavel Boldyrev <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,10 @@ The project is not affiliated with [Proxmox Server Solutions GmbH](https://www.p
19
19
20
20
## Compatibility Promise
21
21
22
-
This provider is compatible with Proxmox VE 8.x (currently **8.4**).
22
+
This provider is compatible with Proxmox VE 9.x (currently **9.0**). See [Known Issues](#known-issues) below for compatibility details.
23
23
24
24
> [!IMPORTANT]
25
+
> Proxmox VE 8.x is supported, but some functionality might be limited or not work as expected. Testing against 8.x is not a priority, and issues specific to 8.x will not be addressed.
25
26
> Proxmox VE 7.x is NOT supported. While some features might work with 7.x, we do not test against it, and issues specific to 7.x will not be addressed.
26
27
27
28
While the provider is on version 0.x, it is not guaranteed to be backward compatible with all previous minor versions.
@@ -31,7 +32,7 @@ However, we will try to maintain backward compatibility between provider version
@@ -93,6 +94,12 @@ Work has started to migrate the provider to the new [Terraform Plugin Framework]
93
94
94
95
## Known Issues
95
96
97
+
### Proxmox VE 9.0
98
+
99
+
Proxmox VE 9.0 has a new API for managing HA resources, which is not yet supported by the provider, see [#2097](https://github.com/bpg/terraform-provider-proxmox/issues/2097) for more details.
100
+
101
+
`apt_*` resources / datasources do not support the new deb822 style format.
102
+
96
103
### HA VMs / containers
97
104
98
105
If a VM or container resource is created with the provider but managed by an HA cluster, it might be migrated to a different node without the provider being aware of the change.
@@ -110,7 +117,7 @@ Add the following block to your VM config:
110
117
}
111
118
```
112
119
113
-
For more context, see #1639 and #1770.
120
+
For more context, see issues #1639 and #1770.
114
121
115
122
### Disk Images from VMware Cannot Be Uploaded or Imported
-[Pre-Authentication, or Passing an Authentication Ticket into the provider](#pre-authentication-or-passing-an-authentication-ticket-into-the-provider)
24
-
-[SSH Connection](#ssh-connection)
26
+
-[SSH Connection](#ssh-connection)
25
27
-[SSH Agent](#ssh-agent)
26
28
-[SSH Private Key](#ssh-private-key)
27
29
-[SSH User](#ssh-user)
28
30
-[Node IP address used for SSH connection](#node-ip-address-used-for-ssh-connection)
29
31
-[SSH Connection via SOCKS5 Proxy](#ssh-connection-via-socks5-proxy)
30
-
-[VM and Container ID Assignment](#vm-and-container-id-assignment)
31
-
-[Temporary Directory](#temporary-directory)
32
-
-[Argument Reference](#argument-reference)
32
+
-[VM and Container ID Assignment](#vm-and-container-id-assignment)
33
+
-[Temporary Directory](#temporary-directory)
34
+
-[Argument Reference](#argument-reference)
33
35
34
36
## Environment Variables Summary
35
37
@@ -205,10 +207,10 @@ You can create an API Token for a user via the Proxmox UI, or via the command li
205
207
- Create a role for the user (you can skip this step if you want to use any of the existing roles):
~> The list of privileges above is only an example, please review it and adjust to your needs.
213
+
~> The list of available privileges has been changed in PVE 9.0, and the above list is only an example (and most likely too excessive for most use cases), please review it and adjust to your needs.
212
214
Refer to the [privileges documentation](https://pve.proxmox.com/pve-docs/pveum.1.html#_privileges) for more details.
0 commit comments