Skip to content

Latest commit

 

History

History
196 lines (130 loc) · 2.96 KB

CHANGELOG.rst

File metadata and controls

196 lines (130 loc) · 2.96 KB

CiscoSMB Ansible module Release Notes

Release Date: 2021-09-13

Release Date: 2019-10-31 Minor changes in documentation, adding Python 3.6 as a supported version

Release Date: 2021-08-09 bugfix release

  • remove unnecersary parameters on function re.sub()
  • solves issue

Minor fixes for ansible collections inclusion

  • 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
  • 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
  • setup standard Ansible CI
  • correct version bumping
  • interface name canonicalization
  • add antsibull-changelog support
  • 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
  • Python 2.6, 2.7, 3.5 is required
  • add antsibull-changelog support
  • add Code of conduct
  • add Contribution
  • add required files for community inclusion
  • check tags and add tag switch
  • cluter removed
  • code cleaning
  • added facts subset "interfaces"
  • remove mock warning
  • add CBS350 support
  • unit tests for CBS350
  • doc update
  • add ciscosmb_command
  • uptime in seconds
  • ciscosmb_facts with default subset and unit tests