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
This is the minor release of the <code>community\.proxmox</code> collection\.
33
+
This changelog contains all changes to the modules and plugins in this collection that have been made after the previous release\.
34
+
35
+
<aid="minor-changes"></a>
36
+
### Minor Changes
37
+
38
+
* 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)\)\.
39
+
* 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)\)\.
40
+
* 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)\)\.
41
+
42
+
<aid="new-modules"></a>
43
+
### New Modules
44
+
45
+
* community\.proxmox\.proxmox\_group \- Group management for Proxmox VE cluster\.
46
+
* community\.proxmox\.proxmox\_node \- Manage Proxmox VE nodes\.
47
+
* community\.proxmox\.proxmox\_user \- User management for Proxmox VE cluster\.
21
48
22
49
<aid="v1-1-0"></a>
23
50
## v1\.1\.0
24
51
25
-
<aid="release-summary"></a>
52
+
<aid="release-summary-1"></a>
26
53
### Release Summary
27
54
28
55
This is the minor release of the <code>community\.proxmox</code> collection\.
29
56
This changelog contains all changes to the modules and plugins in this collection
30
57
that have been made after the previous release\.
31
58
32
-
<aid="minor-changes"></a>
59
+
<aid="minor-changes-1"></a>
33
60
### Minor Changes
34
61
35
62
* 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)\)\.
@@ -40,7 +67,7 @@ that have been made after the previous release\.
40
67
41
68
* 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)\)\.
42
69
43
-
<aid="new-modules"></a>
70
+
<aid="new-modules-1"></a>
44
71
### New Modules
45
72
46
73
* community\.proxmox\.proxmox\_access\_acl \- Management of ACLs for objects in Proxmox VE Cluster\.
@@ -50,27 +77,27 @@ that have been made after the previous release\.
50
77
<aid="v1-0-1"></a>
51
78
## v1\.0\.1
52
79
53
-
<aid="release-summary-1"></a>
80
+
<aid="release-summary-2"></a>
54
81
### Release Summary
55
82
56
83
This is a minor bugfix release for the <code>community\.proxmox</code> collections\.
57
84
This changelog contains all changes to the modules and plugins in this collection
This is the first stable release of the <code>community\.proxmox</code> collection since moving from <code>community\.general</code>\, released on 2025\-06\-08\.
72
99
73
-
<aid="minor-changes-2"></a>
100
+
<aid="minor-changes-3"></a>
74
101
### Minor Changes
75
102
76
103
* 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)\)\.
@@ -90,7 +117,7 @@ This is the first stable release of the <code>community\.proxmox</code> collecti
90
117
91
118
* proxmox \- fix crash in module when the used on an existing LXC container with <code>state\=present</code> and <code>force\=true</code> \([https\://github\.com/ansible\-collections/community\.proxmox/pull/91](https\://github\.com/ansible\-collections/community\.proxmox/pull/91)\)\.
92
119
93
-
<aid="new-modules-1"></a>
120
+
<aid="new-modules-2"></a>
94
121
### New Modules
95
122
96
123
* community\.proxmox\.proxmox\_backup\_schedule \- Schedule VM backups and removing them\.
@@ -100,7 +127,7 @@ This is the first stable release of the <code>community\.proxmox</code> collecti
100
127
<aid="v0-1-0"></a>
101
128
## v0\.1\.0
102
129
103
-
<aid="release-summary-3"></a>
130
+
<aid="release-summary-4"></a>
104
131
### Release Summary
105
132
106
133
This is the first community\.proxmox release\. It contains mainly the state of the Proxmox content in community\.general 10\.6\.0\.
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,29 @@ Community Proxmox Collection Release Notes
4
4
5
5
.. contents:: Topics
6
6
7
+
v1.2.0
8
+
======
9
+
10
+
Release Summary
11
+
---------------
12
+
13
+
This is the minor release of the ``community.proxmox`` collection.
14
+
This changelog contains all changes to the modules and plugins in this collection that have been made after the previous release.
15
+
16
+
Minor Changes
17
+
-------------
18
+
19
+
- proxmox inventory plugin - always provide basic information regardless of want_facts (https://github.com/ansible-collections/community.proxmox/pull/124).
20
+
- proxmox_cluster - cluster creation has been made idempotent (https://github.com/ansible-collections/community.proxmox/pull/125).
21
+
- proxmox_pct_remote - allow forward agent with paramiko (https://github.com/ansible-collections/community.proxmox/pull/130).
22
+
23
+
New Modules
24
+
-----------
25
+
26
+
- community.proxmox.proxmox_group - Group management for Proxmox VE cluster.
27
+
- community.proxmox.proxmox_node - Manage Proxmox VE nodes.
28
+
- community.proxmox.proxmox_user - User management for Proxmox VE cluster.
0 commit comments