Skip to content

Commit c3798af

Browse files
Render CHANGELOGS for releasee 1.1.0 (#122)
1 parent 9d9b7d9 commit c3798af

File tree

7 files changed

+102
-24
lines changed

7 files changed

+102
-24
lines changed

CHANGELOG.md

Lines changed: 45 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,75 @@
22

33
**Topics**
44

5-
- <a href="#v1-0-1">v1\.0\.1</a>
5+
- <a href="#v1-1-0">v1\.1\.0</a>
66
- <a href="#release-summary">Release Summary</a>
77
- <a href="#minor-changes">Minor Changes</a>
8-
- <a href="#v1-0-0">v1\.0\.0</a>
8+
- <a href="#bugfixes">Bugfixes</a>
9+
- <a href="#new-modules">New Modules</a>
10+
- <a href="#v1-0-1">v1\.0\.1</a>
911
- <a href="#release-summary-1">Release Summary</a>
1012
- <a href="#minor-changes-1">Minor Changes</a>
13+
- <a href="#v1-0-0">v1\.0\.0</a>
14+
- <a href="#release-summary-2">Release Summary</a>
15+
- <a href="#minor-changes-2">Minor Changes</a>
1116
- <a href="#breaking-changes--porting-guide">Breaking Changes / Porting Guide</a>
12-
- <a href="#bugfixes">Bugfixes</a>
13-
- <a href="#new-modules">New Modules</a>
17+
- <a href="#bugfixes-1">Bugfixes</a>
18+
- <a href="#new-modules-1">New Modules</a>
1419
- <a href="#v0-1-0">v0\.1\.0</a>
15-
- <a href="#release-summary-2">Release Summary</a>
20+
- <a href="#release-summary-3">Release Summary</a>
21+
22+
<a id="v1-1-0"></a>
23+
## v1\.1\.0
24+
25+
<a id="release-summary"></a>
26+
### Release Summary
27+
28+
This is the minor release of the <code>community\.proxmox</code> collection\.
29+
This changelog contains all changes to the modules and plugins in this collection
30+
that have been made after the previous release\.
31+
32+
<a id="minor-changes"></a>
33+
### Minor Changes
34+
35+
* 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)\)\.
36+
* proxmox \- validate the cluster name length \([https\://github\.com/ansible\-collections/community\.proxmox/pull/119](https\://github\.com/ansible\-collections/community\.proxmox/pull/119)\)\.
37+
38+
<a id="bugfixes"></a>
39+
### Bugfixes
40+
41+
* 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+
43+
<a id="new-modules"></a>
44+
### New Modules
45+
46+
* community\.proxmox\.proxmox\_access\_acl \- Management of ACLs for objects in Proxmox VE Cluster\.
47+
* community\.proxmox\.proxmox\_cluster\_ha\_groups \- Management of HA groups in Proxmox VE Cluster\.
48+
* community\.proxmox\.proxmox\_cluster\_ha\_resources \- Management of HA groups in Proxmox VE Cluster\.
1649

1750
<a id="v1-0-1"></a>
1851
## v1\.0\.1
1952

20-
<a id="release-summary"></a>
53+
<a id="release-summary-1"></a>
2154
### Release Summary
2255

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

27-
<a id="minor-changes"></a>
60+
<a id="minor-changes-1"></a>
2861
### Minor Changes
2962

3063
* 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)\)\.
3164

3265
<a id="v1-0-0"></a>
3366
## v1\.0\.0
3467

35-
<a id="release-summary-1"></a>
68+
<a id="release-summary-2"></a>
3669
### Release Summary
3770

3871
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\.
3972

40-
<a id="minor-changes-1"></a>
73+
<a id="minor-changes-2"></a>
4174
### Minor Changes
4275

4376
* 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)\)\.
@@ -52,12 +85,12 @@ This is the first stable release of the <code>community\.proxmox</code> collecti
5285
* proxmox \- <code>update</code> and <code>force</code> are now mutually exclusive \([https\://github\.com/ansible\-collections/community\.proxmox/pull/92](https\://github\.com/ansible\-collections/community\.proxmox/pull/92)\)\.
5386
* proxmox \- the default of <code>update</code> changed from <code>false</code> to <code>true</code> \([https\://github\.com/ansible\-collections/community\.proxmox/pull/92](https\://github\.com/ansible\-collections/community\.proxmox/pull/92)\)\.
5487

55-
<a id="bugfixes"></a>
88+
<a id="bugfixes-1"></a>
5689
### Bugfixes
5790

5891
* 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)\)\.
5992

60-
<a id="new-modules"></a>
93+
<a id="new-modules-1"></a>
6194
### New Modules
6295

6396
* community\.proxmox\.proxmox\_backup\_schedule \- Schedule VM backups and removing them\.
@@ -67,7 +100,7 @@ This is the first stable release of the <code>community\.proxmox</code> collecti
67100
<a id="v0-1-0"></a>
68101
## v0\.1\.0
69102

70-
<a id="release-summary-2"></a>
103+
<a id="release-summary-3"></a>
71104
### Release Summary
72105

73106
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: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@ Community Proxmox Collection Release Notes
44

55
.. contents:: Topics
66

7+
v1.1.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
15+
that have been made after the previous release.
16+
17+
Minor Changes
18+
-------------
19+
20+
- proxmox - allow force deletion of LXC containers (https://github.com/ansible-collections/community.proxmox/pull/105).
21+
- proxmox - validate the cluster name length (https://github.com/ansible-collections/community.proxmox/pull/119).
22+
23+
Bugfixes
24+
--------
25+
26+
- proxmox inventory plugin - avoid using deprecated option when templating options (https://github.com/ansible-collections/community.proxmox/pull/108).
27+
28+
New Modules
29+
-----------
30+
31+
- community.proxmox.proxmox_access_acl - Management of ACLs for objects in Proxmox VE Cluster.
32+
- community.proxmox.proxmox_cluster_ha_groups - Management of HA groups in Proxmox VE Cluster.
33+
- community.proxmox.proxmox_cluster_ha_resources - Management of HA groups in Proxmox VE Cluster.
34+
735
v1.0.1
836
======
937

changelogs/changelog.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,32 @@ releases:
7171
- 1.0.1.yml
7272
- 104-fix-warnings.yml
7373
release_date: '2025-06-09'
74+
1.1.0:
75+
changes:
76+
bugfixes:
77+
- proxmox inventory plugin - avoid using deprecated option when templating
78+
options (https://github.com/ansible-collections/community.proxmox/pull/108).
79+
minor_changes:
80+
- proxmox - allow force deletion of LXC containers (https://github.com/ansible-collections/community.proxmox/pull/105).
81+
- proxmox - validate the cluster name length (https://github.com/ansible-collections/community.proxmox/pull/119).
82+
release_summary: 'This is the minor release of the ``community.proxmox`` collection.
83+
84+
This changelog contains all changes to the modules and plugins in this collection
85+
86+
that have been made after the previous release.'
87+
fragments:
88+
- 1.1.0.yml
89+
- 105-allow-lxc-force-delete.yml
90+
- 108--disable_lookups.yml
91+
- 119-validate-cluster-name-lengths.yml
92+
modules:
93+
- description: Management of ACLs for objects in Proxmox VE Cluster.
94+
name: proxmox_access_acl
95+
namespace: ''
96+
- description: Management of HA groups in Proxmox VE Cluster.
97+
name: proxmox_cluster_ha_groups
98+
namespace: ''
99+
- description: Management of HA groups in Proxmox VE Cluster.
100+
name: proxmox_cluster_ha_resources
101+
namespace: ''
102+
release_date: '2025-07-04'

changelogs/fragments/1.1.0.yml

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

changelogs/fragments/105-allow-lxc-force-delete.yml

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

changelogs/fragments/108--disable_lookups.yml

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

changelogs/fragments/119-validate-cluster-name-lengths.yml

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

0 commit comments

Comments
 (0)