Skip to content

Commit 161dce4

Browse files
authored
last commit - 0.2.0 release (#182)
1 parent a79b4d2 commit 161dce4

File tree

6 files changed

+70
-13
lines changed

6 files changed

+70
-13
lines changed

CHANGELOG.md

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,50 @@
22

33
**Topics**
44

5-
- <a href="#v0-1-0">v0\.1\.0</a>
5+
- <a href="#v0-2-0">v0\.2\.0</a>
66
- <a href="#release-summary">Release Summary</a>
7+
- <a href="#minor-changes">Minor Changes</a>
78
- <a href="#new-modules">New Modules</a>
9+
- <a href="#v0-1-0">v0\.1\.0</a>
10+
- <a href="#release-summary-1">Release Summary</a>
11+
- <a href="#new-modules-1">New Modules</a>
12+
13+
<a id="v0-2-0"></a>
14+
## v0\.2\.0
15+
16+
<a id="release-summary"></a>
17+
### Release Summary
18+
19+
New release of the <code>ans2dev\.general</code> collection\.
20+
The changelog describes all changes made to the modules and plugins included in this collection\.
21+
Official documentation is now avaible at [https\://3a2dev\.github\.io/ans2dev\.general](https\://3a2dev\.github\.io/ans2dev\.general)
22+
23+
<a id="minor-changes"></a>
24+
### Minor Changes
25+
26+
* open\_xl \- add new <code>n</code> value for <code>op</code> option to create new excel file without <code>src</code> \([https\://github\.com/3A2DEV/ans2dev\.general/pull/116](https\://github\.com/3A2DEV/ans2dev\.general/pull/116)\)\.
27+
* open\_xl \- fix <code>bgColor</code> format cells when write data\, now module reapply the format \([https\://github\.com/3A2DEV/ans2dev\.general/pull/142](https\://github\.com/3A2DEV/ans2dev\.general/pull/142)\)\.
28+
* sar\_facts \- Updated to follow the Ansible standard\, it now uses <code>module\.run\_command\(\)</code> and <code>module\.get\_bin\_path\(\)</code> \([https\://github\.com/3A2DEV/ans2dev\.general/pull/154](https\://github\.com/3A2DEV/ans2dev\.general/pull/154)\)\.
29+
30+
<a id="new-modules"></a>
31+
### New Modules
32+
33+
* ans2dev\.general\.chrony\_info \- Collect chrony information\.
34+
* ans2dev\.general\.udevadm\_control \- Reload udev rules\.
35+
* ans2dev\.general\.udevadm\_info \- Collect udevadm device information\.
36+
* ans2dev\.general\.udevadm\_trigger \- Trigger udev rules\.
37+
* ans2dev\.general\.udevadm\_verify \- Verify udev rules file\.
838

939
<a id="v0-1-0"></a>
1040
## v0\.1\.0
1141

12-
<a id="release-summary"></a>
42+
<a id="release-summary-1"></a>
1343
### Release Summary
1444

1545
This is the first proper release of the <code>ans2dev\.general</code> collection\.
1646
The changelog describes all changes made to the modules and plugins included in this collection\.
1747

18-
<a id="new-modules"></a>
48+
<a id="new-modules-1"></a>
1949
### New Modules
2050

2151
* ans2dev\.general\.charts \- Generate high\-quality charts using Plotly and save them as images\.

changelogs/changelog.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,40 @@ releases:
2424
name: sar_facts
2525
namespace: ''
2626
release_date: '2025-04-02'
27+
0.2.0:
28+
changes:
29+
minor_changes:
30+
- open_xl - add new ``n`` value for ``op`` option to create new excel file without
31+
``src`` (https://github.com/3A2DEV/ans2dev.general/pull/116).
32+
- open_xl - fix ``bgColor`` format cells when write data, now module reapply
33+
the format (https://github.com/3A2DEV/ans2dev.general/pull/142).
34+
- sar_facts - Updated to follow the Ansible standard, it now uses ``module.run_command()``
35+
and ``module.get_bin_path()`` (https://github.com/3A2DEV/ans2dev.general/pull/154).
36+
release_summary: 'New release of the ``ans2dev.general`` collection.
37+
38+
The changelog describes all changes made to the modules and plugins included
39+
in this collection.
40+
41+
Official documentation is now avaible at https://3a2dev.github.io/ans2dev.general'
42+
fragments:
43+
- 0.2.0.yml
44+
- 116-open_xl-add-file-creation.yml
45+
- 142-open_xl-fix-bgcolor.yml
46+
- 154-sar_facts-refactor.yml
47+
modules:
48+
- description: Collect chrony information.
49+
name: chrony_info
50+
namespace: ''
51+
- description: Reload udev rules.
52+
name: udevadm_control
53+
namespace: ''
54+
- description: Collect udevadm device information.
55+
name: udevadm_info
56+
namespace: ''
57+
- description: Trigger udev rules.
58+
name: udevadm_trigger
59+
namespace: ''
60+
- description: Verify udev rules file.
61+
name: udevadm_verify
62+
namespace: ''
63+
release_date: '2025-04-17'

changelogs/fragments/0.2.0.yml

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

changelogs/fragments/116-open_xl-add-file-creation.yml

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

changelogs/fragments/142-open_xl-fix-bgcolor.yml

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

changelogs/fragments/154-sar_facts-refactor.yml

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

0 commit comments

Comments
 (0)