Skip to content

Commit 5299416

Browse files
Release 1.2.0 (#134)
1 parent 1e9f005 commit 5299416

File tree

7 files changed

+93
-25
lines changed

7 files changed

+93
-25
lines changed

CHANGELOG.md

Lines changed: 42 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,61 @@
22

33
**Topics**
44

5-
- <a href="#v1-1-0">v1\.1\.0</a>
5+
- <a href="#v1-2-0">v1\.2\.0</a>
66
- <a href="#release-summary">Release Summary</a>
77
- <a href="#minor-changes">Minor Changes</a>
8-
- <a href="#bugfixes">Bugfixes</a>
98
- <a href="#new-modules">New Modules</a>
10-
- <a href="#v1-0-1">v1\.0\.1</a>
9+
- <a href="#v1-1-0">v1\.1\.0</a>
1110
- <a href="#release-summary-1">Release Summary</a>
1211
- <a href="#minor-changes-1">Minor Changes</a>
13-
- <a href="#v1-0-0">v1\.0\.0</a>
12+
- <a href="#bugfixes">Bugfixes</a>
13+
- <a href="#new-modules-1">New Modules</a>
14+
- <a href="#v1-0-1">v1\.0\.1</a>
1415
- <a href="#release-summary-2">Release Summary</a>
1516
- <a href="#minor-changes-2">Minor Changes</a>
17+
- <a href="#v1-0-0">v1\.0\.0</a>
18+
- <a href="#release-summary-3">Release Summary</a>
19+
- <a href="#minor-changes-3">Minor Changes</a>
1620
- <a href="#breaking-changes--porting-guide">Breaking Changes / Porting Guide</a>
1721
- <a href="#bugfixes-1">Bugfixes</a>
18-
- <a href="#new-modules-1">New Modules</a>
22+
- <a href="#new-modules-2">New Modules</a>
1923
- <a href="#v0-1-0">v0\.1\.0</a>
20-
- <a href="#release-summary-3">Release Summary</a>
24+
- <a href="#release-summary-4">Release Summary</a>
25+
26+
<a id="v1-2-0"></a>
27+
## v1\.2\.0
28+
29+
<a id="release-summary"></a>
30+
### Release Summary
31+
32+
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+
<a id="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+
<a id="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\.
2148

2249
<a id="v1-1-0"></a>
2350
## v1\.1\.0
2451

25-
<a id="release-summary"></a>
52+
<a id="release-summary-1"></a>
2653
### Release Summary
2754

2855
This is the minor release of the <code>community\.proxmox</code> collection\.
2956
This changelog contains all changes to the modules and plugins in this collection
3057
that have been made after the previous release\.
3158

32-
<a id="minor-changes"></a>
59+
<a id="minor-changes-1"></a>
3360
### Minor Changes
3461

3562
* 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\.
4067

4168
* 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)\)\.
4269

43-
<a id="new-modules"></a>
70+
<a id="new-modules-1"></a>
4471
### New Modules
4572

4673
* 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\.
5077
<a id="v1-0-1"></a>
5178
## v1\.0\.1
5279

53-
<a id="release-summary-1"></a>
80+
<a id="release-summary-2"></a>
5481
### Release Summary
5582

5683
This is a minor bugfix release for the <code>community\.proxmox</code> collections\.
5784
This changelog contains all changes to the modules and plugins in this collection
5885
that have been made after the previous release\.
5986

60-
<a id="minor-changes-1"></a>
87+
<a id="minor-changes-2"></a>
6188
### Minor Changes
6289

6390
* 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)\)\.
6491

6592
<a id="v1-0-0"></a>
6693
## v1\.0\.0
6794

68-
<a id="release-summary-2"></a>
95+
<a id="release-summary-3"></a>
6996
### Release Summary
7097

7198
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\.
7299

73-
<a id="minor-changes-2"></a>
100+
<a id="minor-changes-3"></a>
74101
### Minor Changes
75102

76103
* 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
90117

91118
* 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)\)\.
92119

93-
<a id="new-modules-1"></a>
120+
<a id="new-modules-2"></a>
94121
### New Modules
95122

96123
* 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
100127
<a id="v0-1-0"></a>
101128
## v0\.1\.0
102129

103-
<a id="release-summary-3"></a>
130+
<a id="release-summary-4"></a>
104131
### Release Summary
105132

106133
This is the first community\.proxmox release\. It contains mainly the state of the Proxmox content in community\.general 10\.6\.0\.

CHANGELOG.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ Community Proxmox Collection Release Notes
44

55
.. contents:: Topics
66

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.
29+
730
v1.1.0
831
======
932

changelogs/changelog.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,30 @@ releases:
100100
name: proxmox_cluster_ha_resources
101101
namespace: ''
102102
release_date: '2025-07-04'
103+
1.2.0:
104+
changes:
105+
minor_changes:
106+
- proxmox inventory plugin - always provide basic information regardless of
107+
want_facts (https://github.com/ansible-collections/community.proxmox/pull/124).
108+
- proxmox_cluster - cluster creation has been made idempotent (https://github.com/ansible-collections/community.proxmox/pull/125).
109+
- proxmox_pct_remote - allow forward agent with paramiko (https://github.com/ansible-collections/community.proxmox/pull/130).
110+
release_summary: 'This is the minor release of the ``community.proxmox`` collection.
111+
112+
This changelog contains all changes to the modules and plugins in this collection
113+
that have been made after the previous release.'
114+
fragments:
115+
- 1.2.0.yml
116+
- 124-inventory-expose-basic-info.yml
117+
- 125-cluster-idempotent.yml
118+
- 130-connection-forward-agent.yml
119+
modules:
120+
- description: Group management for Proxmox VE cluster.
121+
name: proxmox_group
122+
namespace: ''
123+
- description: Manage Proxmox VE nodes.
124+
name: proxmox_node
125+
namespace: ''
126+
- description: User management for Proxmox VE cluster.
127+
name: proxmox_user
128+
namespace: ''
129+
release_date: '2025-07-16'

changelogs/fragments/124-inventory-expose-basic-info.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/125-cluster-idempotent.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/130-connection-forward-agent.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace: community
99
name: proxmox
10-
version: 1.1.0
10+
version: 1.2.0
1111
readme: README.md
1212
authors:
1313
- Ansible community (https://github.com/ansible-community)

0 commit comments

Comments
 (0)