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
Regular and bugfix release\. This release include one braking change in the setup module\.
42
+
43
+
<aid="minor-changes"></a>
44
+
### Minor Changes
45
+
46
+
* init role \- improve error\-handling when no package manager is found \([https\://github\.com/ansible\-collections/community\.openwrt/issues/204](https\://github\.com/ansible\-collections/community\.openwrt/issues/204)\,[https\://github\.com/ansible\-collections/community\.openwrt/pull/207](https\://github\.com/ansible\-collections/community\.openwrt/pull/207)\)\.
47
+
* package\_facts \- move initialization code to <code>init\(\)</code> function \([https\://github\.com/ansible\-collections/community\.openwrt/pull/191](https\://github\.com/ansible\-collections/community\.openwrt/pull/191)\)\.
48
+
* uci \- move initialization code to <code>init\(\)</code> function \([https\://github\.com/ansible\-collections/community\.openwrt/pull/191](https\://github\.com/ansible\-collections/community\.openwrt/pull/191)\)\.
49
+
50
+
<aid="breaking-changes--porting-guide"></a>
51
+
### Breaking Changes / Porting Guide
52
+
53
+
* setup \- sensitive wireless credentials are now redacted from the <code>openwrt\_wireless</code> facts by default unless <code>expose\_secrets\=true</code> option is passed \([https\://github\.com/ansible\-collections/community\.openwrt/issues/38](https\://github\.com/ansible\-collections/community\.openwrt/issues/38)\,[https\://github\.com/ansible\-collections/community\.openwrt/pull/211](https\://github\.com/ansible\-collections/community\.openwrt/pull/211)\)\.
54
+
55
+
<aid="bugfixes"></a>
56
+
### Bugfixes
57
+
58
+
* copy \- fix vault\-encrypted source files being transferred to the remote without decryption \([https\://github\.com/ansible\-collections/community\.openwrt/issues/201](https\://github\.com/ansible\-collections/community\.openwrt/issues/201)\)\.
59
+
* copy \- implement diff mode\, which was declared as supported but never produced diff output \([https\://github\.com/ansible\-collections/community\.openwrt/issues/209](https\://github\.com/ansible\-collections/community\.openwrt/issues/209)\,[https\://github\.com/ansible\-collections/community\.openwrt/pull/219](https\://github\.com/ansible\-collections/community\.openwrt/pull/219)\)\.
60
+
* roles/common \- use <code>community\.openwrt\.wait\_for\_connection</code> in the <code>Wait for connection</code> handler to avoid the <code>python3 not found</code> failure \([https\://github\.com/ansible\-collections/community\.openwrt/issues/196](https\://github\.com/ansible\-collections/community\.openwrt/issues/196)\,[https\://github\.com/ansible\-collections/community\.openwrt/pull/218](https\://github\.com/ansible\-collections/community\.openwrt/pull/218)\)\.
61
+
* uci \- fix <code>command\=find</code> returning a generic \"Unknown error\.\" message and omitting <code>result</code> when no matching section is found \([https\://github\.com/ansible\-collections/community\.openwrt/issues/170](https\://github\.com/ansible\-collections/community\.openwrt/issues/170)\,[https\://github\.com/ansible\-collections/community\.openwrt/pull/210](https\://github\.com/ansible\-collections/community\.openwrt/pull/210)\)\.
* copy \- fix destination file name if <code>dest</code> is a directory \([https\://github\.com/ansible\-collections/community\.openwrt/pull/165](https\://github\.com/ansible\-collections/community\.openwrt/pull/165)\)\.
@@ -55,20 +88,20 @@ Regular and bugfix release\.
55
88
<aid="v1-1-0"></a>
56
89
## v1\.1\.0
57
90
58
-
<aid="release-summary-1"></a>
91
+
<aid="release-summary-2"></a>
59
92
### Release Summary
60
93
61
94
See [https\://github\.com/ansible\-collections/community\.openwrt/blob/main/CHANGELOG\.md](https\://github\.com/ansible\-collections/community\.openwrt/blob/main/CHANGELOG\.md) for all changes\.
62
95
63
-
<aid="minor-changes-1"></a>
96
+
<aid="minor-changes-2"></a>
64
97
### Minor Changes
65
98
66
99
* init role \- enable check mode in the task checking package manager compatibility \([https\://github\.com/ansible\-collections/community\.openwrt/pull/136](https\://github\.com/ansible\-collections/community\.openwrt/pull/136)\)\.
67
100
* nohup \- use <code>init\(\)</code> function to declare parameters \([https\://github\.com/ansible\-collections/community\.openwrt/pull/131](https\://github\.com/ansible\-collections/community\.openwrt/pull/131)\)\.
68
101
* setup \- collect <code>ansible\_date\_time</code> facts as well \([https\://github\.com/ansible\-collections/community\.openwrt/issues/52](https\://github\.com/ansible\-collections/community\.openwrt/issues/52)\,[https\://github\.com/ansible\-collections/community\.openwrt/pull/138](https\://github\.com/ansible\-collections/community\.openwrt/pull/138)\)\.
69
102
* setup \- report <code>ansible\_pkg\_mgr</code> fact with the detected package manager used \([https\://github\.com/ansible\-collections/community\.openwrt/pull/136](https\://github\.com/ansible\-collections/community\.openwrt/pull/136)\)\.
70
103
71
-
<aid="bugfixes-1"></a>
104
+
<aid="bugfixes-2"></a>
72
105
### Bugfixes
73
106
74
107
* ping \- module code must indicate it does not support check mode \([https\://github\.com/ansible\-collections/community\.openwrt/pull/132](https\://github\.com/ansible\-collections/community\.openwrt/pull/132)\)\.
@@ -83,22 +116,22 @@ See [https\://github\.com/ansible\-collections/community\.openwrt/blob/main/CHAN
83
116
<aid="v1-0-0"></a>
84
117
## v1\.0\.0
85
118
86
-
<aid="release-summary-2"></a>
119
+
<aid="release-summary-3"></a>
87
120
### Release Summary
88
121
89
122
First GA release of the community\.openwrt collection\.
90
123
91
124
<aid="v0-4-0"></a>
92
125
## v0\.4\.0
93
126
94
-
<aid="release-summary-3"></a>
127
+
<aid="release-summary-4"></a>
95
128
### Release Summary
96
129
97
130
Establish mechanism for integration testing\.
98
131
Add support to the <code>apk</code> package manager\.
99
132
Modules now have lifecycle functions <code>init\(\)</code> and <code>validate\(\)</code>\.
100
133
101
-
<aid="minor-changes-2"></a>
134
+
<aid="minor-changes-3"></a>
102
135
### Minor Changes
103
136
104
137
* command \- use functions <code>init\(\)</code> and <code>validate\(\)</code> \([https\://github\.com/ansible\-collections/community\.openwrt/issues/47](https\://github\.com/ansible\-collections/community\.openwrt/issues/47)\,[https\://github\.com/ansible\-collections/community\.openwrt/pull/67](https\://github\.com/ansible\-collections/community\.openwrt/pull/67)\)\.
@@ -121,7 +154,7 @@ Modules now have lifecycle functions <code>init\(\)</code> and <code>validate\(\
121
154
<aid="v0-3-0"></a>
122
155
## v0\.3\.0
123
156
124
-
<aid="release-summary-4"></a>
157
+
<aid="release-summary-5"></a>
125
158
### Release Summary
126
159
127
160
Add <code>\.devcontainer</code> setup\.
@@ -133,15 +166,15 @@ Rename setup role to <code>community\.openwrt\.init</code>\.
133
166
<aid="v0-2-0"></a>
134
167
## v0\.2\.0
135
168
136
-
<aid="release-summary-5"></a>
169
+
<aid="release-summary-6"></a>
137
170
### Release Summary
138
171
139
172
Use action plugins to \"wrap\" shell\-based modules\.
140
173
Update <code>build\_ignore</code> in <code>galaxy\.yml</code>\.
141
174
Move module docs to <code>\.py</code> files\.
142
175
Mark <code>shell\=ash</code> for <code>shellcheck</code>\.
143
176
144
-
<aid="minor-changes-3"></a>
177
+
<aid="minor-changes-4"></a>
145
178
### Minor Changes
146
179
147
180
* command \- revamp the shell wrapping mechanism \([https\://github\.com/ansible\-collections/community\.openwrt/pull/14](https\://github\.com/ansible\-collections/community\.openwrt/pull/14)\)\.
@@ -181,7 +214,7 @@ Mark <code>shell\=ash</code> for <code>shellcheck</code>\.
181
214
<aid="v0-1-0"></a>
182
215
## v0\.1\.0
183
216
184
-
<aid="release-summary-6"></a>
217
+
<aid="release-summary-7"></a>
185
218
### Release Summary
186
219
187
220
This is the first release of the <code>community\.openwrt</code> collection\.
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,34 @@ Community OpenWrt Release Notes
4
4
5
5
.. contents:: Topics
6
6
7
+
v1.3.0
8
+
======
9
+
10
+
Release Summary
11
+
---------------
12
+
13
+
Regular and bugfix release. This release include one braking change in the setup module.
14
+
15
+
Minor Changes
16
+
-------------
17
+
18
+
- init role - improve error-handling when no package manager is found (https://github.com/ansible-collections/community.openwrt/issues/204, https://github.com/ansible-collections/community.openwrt/pull/207).
19
+
- package_facts - move initialization code to ``init()`` function (https://github.com/ansible-collections/community.openwrt/pull/191).
20
+
- uci - move initialization code to ``init()`` function (https://github.com/ansible-collections/community.openwrt/pull/191).
21
+
22
+
Breaking Changes / Porting Guide
23
+
--------------------------------
24
+
25
+
- setup - sensitive wireless credentials are now redacted from the ``openwrt_wireless`` facts by default unless ``expose_secrets=true`` option is passed (https://github.com/ansible-collections/community.openwrt/issues/38, https://github.com/ansible-collections/community.openwrt/pull/211).
26
+
27
+
Bugfixes
28
+
--------
29
+
30
+
- copy - fix vault-encrypted source files being transferred to the remote without decryption (https://github.com/ansible-collections/community.openwrt/issues/201).
31
+
- copy - implement diff mode, which was declared as supported but never produced diff output (https://github.com/ansible-collections/community.openwrt/issues/209, https://github.com/ansible-collections/community.openwrt/pull/219).
32
+
- roles/common - use ``community.openwrt.wait_for_connection`` in the ``Wait for connection`` handler to avoid the ``python3 not found`` failure (https://github.com/ansible-collections/community.openwrt/issues/196, https://github.com/ansible-collections/community.openwrt/pull/218).
33
+
- uci - fix ``command=find`` returning a generic "Unknown error." message and omitting ``result`` when no matching section is found (https://github.com/ansible-collections/community.openwrt/issues/170, https://github.com/ansible-collections/community.openwrt/pull/210).
- roles/common - use ``community.openwrt.wait_for_connection`` in the ``Wait
182
+
for connection`` handler to avoid the ``python3 not found`` failure (https://github.com/ansible-collections/community.openwrt/issues/196,
- init role - improve error-handling when no package manager is found (https://github.com/ansible-collections/community.openwrt/issues/204,
0 commit comments