blob: 0254c5fd5af9c0d13bc3daaa04ee46b740b4e3a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
|
=====================================
CiscoSMB Ansible module Release Notes
=====================================
.. contents:: Topics
v1.0.5
======
Minor Changes
-------------
- CI change <plugin_type> <name> to name <name> for validate-module
- CI - add ansible 2.13 to test matrix
v1.0.4
======
Release Summary
---------------
Release Date: 2021-09-13
Bugfixes
--------
- Module command does not support check_mode - https://github.com/ansible-collections/community.ciscosmb/pull/45
v1.0.3
======
Release Summary
---------------
Release Date: 2019-10-31
Minor changes in documentation, adding Python 3.6 as a supported version
Minor Changes
-------------
- Add Py 3.6 to supported python versions (https://github.com/ansible-collections/community.ciscosmb/pull/44)
- Fix link to issue tracker in galaxy.yml (https://github.com/ansible-collections/community.ciscosmb/pull/42)
- Misc doc fixes for collection inclusion (https://github.com/ansible-collections/community.ciscosmb/pull/41)
v1.0.2
======
Release Summary
---------------
Release Date: 2021-08-09 bugfix release
Minor Changes
-------------
- remove unnecersary parameters on function re.sub()
Bugfixes
--------
- solves issue
v1.0.1
======
Release Summary
---------------
Minor fixes for ansible collections inclusion
Minor Changes
-------------
- Added Releasing, CoC and Contributing to README.md
- Added author
- Added license header
- Release policy, versioning, deprecation
- Updated CoC, added email address
- more descriptiove Release section on README.md
v1.0.0
======
Major Changes
-------------
- transform collection qaxi.ciscosmb to community.ciscosmb
- transform community.ciscosmb.ciscosmb_command to community.ciscosmb.command
- transform community.ciscosmb.ciscosmb_facts to community.ciscosmb.facts
Minor Changes
-------------
- setup standard Ansible CI
v0.9.1
======
Minor Changes
-------------
- correct version bumping
v0.9.0
======
Major Changes
-------------
- interface name canonicalization
v0.8.0
======
Major Changes
-------------
- add antsibull-changelog support
Minor Changes
-------------
- Python 2.6, 2.7, 3.5 compatibility
- add Code of conduct
- add Contribution
- add required files for community inclusion
- added ansible dev-guide manual test
- better tests requirements
- check tags and add tag switch
- cluter removed
- code cleaning
- update my tests
v0.1.1
======
Major Changes
-------------
- Python 2.6, 2.7, 3.5 is required
- add antsibull-changelog support
Minor Changes
-------------
- add Code of conduct
- add Contribution
- add required files for community inclusion
- check tags and add tag switch
- cluter removed
- code cleaning
v0.1.0
======
Major Changes
-------------
- added facts subset "interfaces"
Minor Changes
-------------
- remove mock warning
v0.0.6
======
Major Changes
-------------
- add CBS350 support
- unit tests for CBS350
Minor Changes
-------------
- doc update
v0.0.5
======
Major Changes
-------------
- add ciscosmb_command
v0.0.4
======
Minor Changes
-------------
- uptime in seconds
v0.0.2
======
Major Changes
-------------
- ciscosmb_facts with default subset and unit tests
|