Skip to content

Latest commit

 

History

History
374 lines (286 loc) · 30.2 KB

File metadata and controls

374 lines (286 loc) · 30.2 KB

Community Proxmox Collection Release Notes

Topics

v2.0.0-beta1

Release Summary

This is the first beta major 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.

Please note that this version of the collection now requires proxmoxer 2.3.0 or higher.

Also note, this release is beta! We are working on a lot of refactoring, so please report any bugs you've found! :-)

Minor Changes

Bugfixes

New Modules

  • community.proxmox.proxmox_cluster_firewall - Cluster-level firewall options management for Proxmox VE cluster.
  • community.proxmox.proxmox_cluster_ha_rules_info - Retrieve Proxmox VE HA rules.
  • community.proxmox.proxmox_domain - Manage authentication realms.
  • community.proxmox.proxmox_domain_sync - Sync realms.

v1.6.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.

Major Changes

Minor Changes

Deprecated Features

  • proxmox - Certificate verification default changes from false to true with version 2.0.0 (ansible-collections#256).

Bugfixes

New Modules

  • community.proxmox.proxmox_role - Role management for Proxmox VE cluster.

v1.5.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

Bugfixes

  • proxmox all - add missing timeout parameter to proxmoxer object creation (ansible-collections#218).
  • proxmox_ipam_info - fix bug where selecting by vmid did not work (ansible-collections#211).
  • proxmox_zone - fix validation logic for VXLAN zones to accept either fabric or peers parameter. Previously, only fabric was accepted, but Proxmox VE also supports creating VXLAN zones with a peer address list (ansible-collections#216).
  • remove wrong api endpoints and error messages from proxmod_node certificate management(ansible-collections#232).

New Modules

  • community.proxmox.proxmox_ceph_mds - Add or delete Ceph Mds.
  • community.proxmox.proxmox_ceph_mgr - Add or delete Ceph Manager.
  • community.proxmox.proxmox_ceph_mon - Add or delete Ceph Monitor.
  • community.proxmox.proxmox_sendkey - Send key presses to a Proxmox VM console.

v1.4.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

Bugfixes

  • proxmox inventory plugin and proxmox module utils - avoid Python 2 compatibility imports (ansible-collections#175).
  • proxmox_kvm - remove limited choice for vga option in proxmox_kvm (ansible-collections#185)
  • proxmox_kvm, proxmox_template - remove ansible.module_utils.six dependency (ansible-collections#201).
  • proxmox_storage - fixed adding PBS-type storage by ensuring its parameters (server, datastore, etc.) are correctly sent to the Proxmox API (ansible-collections#171).
  • proxmox_user - added a third case when testing for not-yet-existant user (ansible-collections#163)
  • proxmox_vm_info - do not throw exception when iterating through machines and optional api results are missing (ansible-collections#191)

New Modules

  • community.proxmox.proxmox_cluster_ha_rules - Management of HA rules.
  • community.proxmox.proxmox_firewall - Manage firewall rules in Proxmox.
  • community.proxmox.proxmox_firewall_info - Manage firewall rules in Proxmox.
  • community.proxmox.proxmox_ipam_info - Retrieve information about IPAMs.
  • community.proxmox.proxmox_subnet - Create/Update/Delete subnets from SDN.
  • community.proxmox.proxmox_vnet - Manage virtual networks in Proxmox SDN.
  • community.proxmox.proxmox_vnet_info - Retrieve information about one or more Proxmox VE SDN vnets.
  • community.proxmox.proxmox_zone - Manage Proxmox zone configurations.
  • community.proxmox.proxmox_zone_info - Get Proxmox zone info.

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

Bugfixes

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

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

Bugfixes

New Modules

  • community.proxmox.proxmox_access_acl - Manages ACLs on the Proxmox PVE 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

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

Breaking Changes / Porting Guide

Bugfixes

  • proxmox - fix crash in module when the used on an existing LXC container with state=present and force=true (ansible-collections#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.