Releases: devon-mar/nornir_routeros
Releases · devon-mar/nornir_routeros
v0.7.0
- Drop support for Python versions < 3.9
- Update dependencies
routeros_config_item
: template_property_values
now defaults to False
routeros_config_item
: add set_properties
parameter
Full Changelog: v0.6.0...v0.7.0
v0.6.0
- Add option to disable Jinja2 templating to
routeros_config_item
.
v0.5.0
What's Changed
- Use a container instead of Vagrant for integration tests
- Cleanup dependencies
- Fix task kwargs conflicts with Nornir's kwargs (thanks @dteslya)
- Add a
_
to the end of any kwargs that conflict with Nornir's kwargs
v0.4.0
- Fix
ssl_verify
extra connection parameter.
v0.3.1
- Allow jinja2 v3 as a dependency
v0.3.0
What's Changed
- Update connections.rst by @dmcken in #1
- Add integration tests
- Update documentation to be consistent with task args
- Use
kwargs
instead of command_args
in the routeros_command
task.
- Fix
dry_run
in routeros_config_item
task.
- Fix command encoding in
routeros_command
New Contributors
Full Changelog: https://github.com/devon-mar/nornir_routeros/commits/v0.3.0