Releases: ansible-collections/community.ciscosmb
Releases · ansible-collections/community.ciscosmb
1.0.9 - Revert breaking changes
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.
What's Changed
Full Changelog: 1.0.8...1.0.9
1.0.8
What's Changed
- Issue 71 bandwidth by @jscooksey in #72
- Remove erroneous priv. test - it falsely skip 'enable' for priv. 7 by @qaxi in #74
- updated CI
Full Changelog: 1.0.7...1.0.8
1.0.7
Clean code, better documentation, updated CI
What's Changed
- Added sample playbooks by @qaxi in #60
- Fix broken links in README by @mirceanton in #62
- Sync GHA CI/CD workflow with collection template by @webknjaz in #61
- Remove unused code 3600ed0e560d1a4 solving #67
New Contributors
Full Changelog: 1.0.5...1.0.6
Add stable-2.13 to the complete test matrix
1.0.5 version bump to 1.0.5
v1.0.4 Minor changes in documentation, remove Python 2.6 for ansible-devel
C ichanges (#49) devel does not support Py 2.6 no ansible 2.13 at this time
v1.0.3 Minor changes in documentation, add Python 3.6
version bump to 1.0.3
v1.0.2 - Parse large inventories
- remove unnecessary re.sub() rem.M
- units for large show_inventory output
- changelog fragment
v1.0.1 - Be ready for inclusion to Ansible 5
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 - first community release
- shorten module names from community.ciscosmb.ciscosmb_command to community.ciscosmb.command
- tests updated for community.ciscosmb
- transform collection qaxi.ciscosmb to community.ciscosmb