summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/ciscosmb/changelogs/changelog.yaml
blob: 490b8c7e669554b491fe4da8d2322f34d2327fa1 (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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
ancestor: null
releases:
  0.0.2:
    changes:
      major_changes:
      - ciscosmb_facts with default subset and unit tests
  0.0.4:
    changes:
      minor_changes:
      - uptime in seconds
    release_date: '2021-01-29'
  0.0.5:
    changes:
      major_changes:
      - add ciscosmb_command
    release_date: '2021-02-18'
  0.0.6:
    changes:
      major_changes:
      - add CBS350 support
      - unit tests for CBS350
      minor_changes:
      - doc update
    release_date: '2021-02-23'
  0.1.0:
    changes:
      major_changes:
      - added facts subset "interfaces"
      minor_changes:
      - remove mock warning
    release_date: '2021-04-06'
  0.1.1:
    changes:
      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
    fragments:
    - 0.1.1-code_cleaning.yml
    - 0.1.1-prepare_for_community.yml
    release_date: '2021-04-06'
  0.8.0:
    changes:
      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
    fragments:
    - 0.8.0-code_cleaning.yml
    - 0.8.0-prepare_for_community.yml
    - 0.8.0-py27.yml
    - 0.8.0-tests.yml
    release_date: '2021-04-07'
  0.9.0:
    changes:
      major_changes:
      - interface name canonicalization
    fragments:
    - interface_canoticalization.yml
    release_date: '2021-04-08'
  0.9.1:
    changes:
      minor_changes:
      - correct version bumping
    fragments:
    - correct_changelog.yml
    release_date: '2021-04-08'
  1.0.0:
    changes:
      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
    fragments:
    - CI.yaml
    - shorten_module_name.yaml
    - transform2community.yml
    release_date: '2021-06-04'
  1.0.1:
    changes:
      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
      release_summary: Minor fixes for ansible collections inclusion
    fragments:
    - ansible_collections_inclusion.yml
    release_date: '2021-07-20'
  1.0.2:
    changes:
      bugfixes:
      - solves issue
      minor_changes:
      - remove unnecersary parameters on function re.sub()
      release_summary: 'Release Date: 2021-08-09 bugfix release'
    fragments:
    - release-1.0.2.yml
    - unnecesary_re_M.yml
    release_date: '2021-08-09'
  1.0.3:
    changes:
      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)
      release_summary: 'Release Date: 2019-10-31

        Minor changes in documentation, adding Python 3.6 as a supported version

        '
    fragments:
    - 41-doc_fixes.yml
    - 42-fix_galaxy_issue_url.yml
    - 44-add_py_36.yml
    - release-1.0.3.yml
    release_date: '2021-09-10'
  1.0.4:
    changes:
      bugfixes:
      - Module command does not support check_mode - https://github.com/ansible-collections/community.ciscosmb/pull/45
      release_summary: 'Release Date: 2021-09-13

        '
    fragments:
    - 45-no_check_mode.yml
    release_date: '2021-09-13'
  1.0.5:
    changes:
      minor_changes:
      - CI  change <plugin_type> <name> to name <name> for validate-module
      - CI - add ansible 2.13 to test matrix
    fragments:
    - CI-ansible-2.13.yml
    - CI-validate-modules.yml
    release_date: '2022-04-29'
  1.0.6:
    changes:
      deprecated_features:
      - support for Python 2.6 nad 2.7
      - support for ansible 2.9
      minor_changes:
      - added Ansible playbook examples ``cismosmb_inventory_template.yml``, ``cismosmb_gather_facts.yml``,
        ``cismosmb_commands.yml``
      - no longer testing for ansible 2.9 and for Python 2.6 / 2.7
      - removed unused portion of code in cliconf/ciscosmb.yml
      - test Ansible 2.14
      release_summary: "Code cleaning, better documentation   \n"
      removed_features:
      - remove testing for Python 2.6 nad 2.7
      - remove testing for ansible 2.9
    fragments:
    - CIchanges.yml
    - cliconf.yml
    - playbook_examples.yml
    - release-1.0.6.yml
    release_date: '2023-05-23'
  1.0.7:
    changes:
      bugfixes:
      - added Cisco device config guide to address issue
      - added extra "\n" to sending commands to address issue
      release_summary: 'Release Date: 2023-10-30

        Fix issue on CSB-350 #69

        Clarify configuration doc #66 #64

        '
    fragments:
    - issue66.yml
    - issue69.yml
    - release-1.0.7.yml
    release_date: '2023-10-30'
  1.0.8:
    changes:
      breaking_changes:
      - in facts of interface 'bandwith' changed to 'bandwidth'
      bugfixes:
      - issue
      - solved issue
      minor_changes:
      - docs - addeed info about SG-250 support and testing
      release_summary: "Release Date: 2024-04-09\n\n  Minor bugfixes, updated CI\n"
    fragments:
    - CI.yml
    - add-SG250.yml
    - bandwidth.yml
    - on_become.yml
    - release-1.0.8.yml
    release_date: '2024-04-09'
  1.0.9:
    changes:
      bugfixes:
      - typo in changelog fragment template
      - typo in test script
      minor_changes:
      - added additional attribute - add interface 'bandwidth' attribute
      - reverted attribute change - keep interface 'bandwith' attribute
      release_summary: 'Primarily revert release. Previous release (1.0.8) fixed typo
        in attribute name, but it was breaking change.

        This release brought the typo back (bandwith) and just added the new attribute
        with correct name "bandwidth" as a copy of the mistypped attribute.


        Attribude "bandwith" will be removed in next minor release.

        '
    fragments:
    - 75-versioning_violation.yml
    release_date: '2024-05-03'