# Community Proxmox Collection Release Notes
**Topics**
- v1\.3\.0
- Release Summary
- Minor Changes
- Bugfixes
- New Modules
- v1\.2\.0
- Release Summary
- Minor Changes
- New Modules
- v1\.1\.0
- Release Summary
- Minor Changes
- Bugfixes
- New Modules
- v1\.0\.1
- Release Summary
- Minor Changes
- v1\.0\.0
- Release Summary
- Minor Changes
- Breaking Changes / Porting Guide
- Bugfixes
- New Modules
- v0\.1\.0
- Release Summary
## v1\.3\.0
### Release Summary
This is the minor release of the community\.proxmox collection\.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release\.
### Minor Changes
* proxmox\* modules \- added fallback environment variables for api\_token\, api\_secret\, and validate\_certs \([https\://github\.com/ansible\-collections/community\.proxmox/issues/63](https\://github\.com/ansible\-collections/community\.proxmox/issues/63)\, [https\://github\.com/ansible\-collections/community\.proxmox/pull/136](https\://github\.com/ansible\-collections/community\.proxmox/pull/136)\)\.
* proxmox\_cluster\_ha\_groups \- fix idempotency in proxmox\_cluster\_ha\_groups module \([https\://github\.com/ansible\-collections/community\.proxmox/issues/138](https\://github\.com/ansible\-collections/community\.proxmox/issues/138)\, [https\://github\.com/ansible\-collections/community\.proxmox/pull/139](https\://github\.com/ansible\-collections/community\.proxmox/pull/139)\)\.
* proxmox\_cluster\_ha\_resources \- Fix idempotency proxmox\_cluster\_ha\_resources \([https\://github\.com/ansible\-collections/community\.proxmox/pull/135](https\://github\.com/ansible\-collections/community\.proxmox/pull/135)\)\.
* proxmox\_kvm \- Add missing \'storage\' parameter to create\_vm\(\)\-call\.
* proxmox\_kvm \- add new purge parameter to proxmox\_kvm module \([https\://github\.com/ansible\-collections/community\.proxmox/issues/60](https\://github\.com/ansible\-collections/community\.proxmox/issues/60)\, [https\://github\.com/ansible\-collections/community\.proxmox/pull/148](https\://github\.com/ansible\-collections/community\.proxmox/pull/148)\)\.
### Bugfixes
* proxmox\_pct\_remote connection plugin \- avoid deprecated ansible\-core paramiko import helper\, import paramiko directly instead \([https\://github\.com/ansible\-collections/community\.proxmox/issues/146](https\://github\.com/ansible\-collections/community\.proxmox/issues/146)\, [https\://github\.com/ansible\-collections/community\.proxmox/pull/151](https\://github\.com/ansible\-collections/community\.proxmox/pull/151)\)\.
### New Modules
* community\.proxmox\.proxmox\_storage \- Manage storage in PVE clusters and nodes\.
## v1\.2\.0
### Release Summary
This is the minor release of the community\.proxmox collection\.
This changelog contains all changes to the modules and plugins in this collection that have been made after the previous release\.
### Minor Changes
* proxmox inventory plugin \- always provide basic information regardless of want\_facts \([https\://github\.com/ansible\-collections/community\.proxmox/pull/124](https\://github\.com/ansible\-collections/community\.proxmox/pull/124)\)\.
* proxmox\_cluster \- cluster creation has been made idempotent \([https\://github\.com/ansible\-collections/community\.proxmox/pull/125](https\://github\.com/ansible\-collections/community\.proxmox/pull/125)\)\.
* proxmox\_pct\_remote \- allow forward agent with paramiko \([https\://github\.com/ansible\-collections/community\.proxmox/pull/130](https\://github\.com/ansible\-collections/community\.proxmox/pull/130)\)\.
### New Modules
* community\.proxmox\.proxmox\_group \- Group management for Proxmox VE cluster\.
* community\.proxmox\.proxmox\_node \- Manage Proxmox VE nodes\.
* community\.proxmox\.proxmox\_user \- User management for Proxmox VE cluster\.
## v1\.1\.0
### Release Summary
This is the minor release of the community\.proxmox collection\.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release\.
### Minor Changes
* proxmox \- allow force deletion of LXC containers \([https\://github\.com/ansible\-collections/community\.proxmox/pull/105](https\://github\.com/ansible\-collections/community\.proxmox/pull/105)\)\.
* proxmox \- validate the cluster name length \([https\://github\.com/ansible\-collections/community\.proxmox/pull/119](https\://github\.com/ansible\-collections/community\.proxmox/pull/119)\)\.
### Bugfixes
* proxmox inventory plugin \- avoid using deprecated option when templating options \([https\://github\.com/ansible\-collections/community\.proxmox/pull/108](https\://github\.com/ansible\-collections/community\.proxmox/pull/108)\)\.
### New Modules
* community\.proxmox\.proxmox\_access\_acl \- Management of ACLs for objects in Proxmox VE Cluster\.
* community\.proxmox\.proxmox\_cluster\_ha\_groups \- Management of HA groups in Proxmox VE Cluster\.
* community\.proxmox\.proxmox\_cluster\_ha\_resources \- Management of HA groups in Proxmox VE Cluster\.
## v1\.0\.1
### Release Summary
This is a minor bugfix release for the community\.proxmox collections\.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release\.
### Minor Changes
* proxmox module utils \- fix handling warnings in LXC tasks \([https\://github\.com/ansible\-collections/community\.proxmox/pull/104](https\://github\.com/ansible\-collections/community\.proxmox/pull/104)\)\.
## v1\.0\.0
### Release Summary
This is the first stable release of the community\.proxmox collection since moving from community\.general\, released on 2025\-06\-08\.
### Minor Changes
* proxmox \- add support for creating and updating containers in the same task \([https\://github\.com/ansible\-collections/community\.proxmox/pull/92](https\://github\.com/ansible\-collections/community\.proxmox/pull/92)\)\.
* proxmox module util \- do not hang on tasks that throw warnings \([https\://github\.com/ansible\-collections/community\.proxmox/issues/96](https\://github\.com/ansible\-collections/community\.proxmox/issues/96)\, [https\://github\.com/ansible\-collections/community\.proxmox/pull/100](https\://github\.com/ansible\-collections/community\.proxmox/pull/100)\)\.
* proxmox\_kvm \- add rng0 option to specify an RNG device \([https\://github\.com/ansible\-collections/community\.proxmox/pull/18](https\://github\.com/ansible\-collections/community\.proxmox/pull/18)\)\.
* proxmox\_kvm \- remove redundant check for duplicate names as this is allowed by PVE API \([https\://github\.com/ansible\-collections/community\.proxmox/issues/97](https\://github\.com/ansible\-collections/community\.proxmox/issues/97)\, [https\://github\.com/ansible\-collections/community\.proxmox/pull/99](https\://github\.com/ansible\-collections/community\.proxmox/pull/99)\)\.
* proxmox\_snap \- correctly handle proxmox\_snap timeout parameter \([https\://github\.com/ansible\-collections/community\.proxmox/issues/73](https\://github\.com/ansible\-collections/community\.proxmox/issues/73)\, [https\://github\.com/ansible\-collections/community\.proxmox/issues/95](https\://github\.com/ansible\-collections/community\.proxmox/issues/95)\, [https\://github\.com/ansible\-collections/community\.proxmox/pull/101](https\://github\.com/ansible\-collections/community\.proxmox/pull/101)\)\.
### Breaking Changes / Porting Guide
* proxmox \- update and force are now mutually exclusive \([https\://github\.com/ansible\-collections/community\.proxmox/pull/92](https\://github\.com/ansible\-collections/community\.proxmox/pull/92)\)\.
* proxmox \- the default of update changed from false to true \([https\://github\.com/ansible\-collections/community\.proxmox/pull/92](https\://github\.com/ansible\-collections/community\.proxmox/pull/92)\)\.
### Bugfixes
* proxmox \- fix crash in module when the used on an existing LXC container with state\=present and force\=true \([https\://github\.com/ansible\-collections/community\.proxmox/pull/91](https\://github\.com/ansible\-collections/community\.proxmox/pull/91)\)\.
### New Modules
* community\.proxmox\.proxmox\_backup\_schedule \- Schedule VM backups and removing them\.
* community\.proxmox\.proxmox\_cluster \- Create and join Proxmox VE clusters\.
* community\.proxmox\.proxmox\_cluster\_join\_info \- Retrieve the join information of the Proxmox VE cluster\.
## v0\.1\.0
### Release Summary
This is the first community\.proxmox release\. It contains mainly the state of the Proxmox content in community\.general 10\.6\.0\.
The minimum required ansible\-core version for community\.proxmox is ansible\-core 2\.17\, which implies Python 3\.7\+\.
The minimum required proxmoxer version is 2\.0\.0\.