summaryrefslogtreecommitdiffstats
path: root/collections-debian-merged/ansible_collections/community/routeros/CHANGELOG.rst
diff options
context:
space:
mode:
Diffstat (limited to 'collections-debian-merged/ansible_collections/community/routeros/CHANGELOG.rst')
-rw-r--r--collections-debian-merged/ansible_collections/community/routeros/CHANGELOG.rst75
1 files changed, 75 insertions, 0 deletions
diff --git a/collections-debian-merged/ansible_collections/community/routeros/CHANGELOG.rst b/collections-debian-merged/ansible_collections/community/routeros/CHANGELOG.rst
new file mode 100644
index 00000000..a7df9bdc
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/routeros/CHANGELOG.rst
@@ -0,0 +1,75 @@
+================================
+Community RouterOS Release Notes
+================================
+
+.. contents:: Topics
+
+
+v1.1.0
+======
+
+Release Summary
+---------------
+
+This release allow dashes in usernames for SSH-based modules.
+
+Minor Changes
+-------------
+
+- command - added support for a dash (``-``) in username (https://github.com/ansible-collections/community.routeros/pull/18).
+- facts - added support for a dash (``-``) in username (https://github.com/ansible-collections/community.routeros/pull/18).
+
+v1.0.1
+======
+
+Release Summary
+---------------
+
+Maintenance release with a bugfix for ``api``.
+
+Bugfixes
+--------
+
+- api - remove ``id to .id`` as default requirement which conflicts with RouterOS ``id`` configuration parameter (https://github.com/ansible-collections/community.routeros/pull/15).
+
+v1.0.0
+======
+
+Release Summary
+---------------
+
+This is the first production (non-prerelease) release of ``community.routeros``.
+
+
+Bugfixes
+--------
+
+- routeros terminal plugin - allow slashes in hostnames for terminal detection. Without this, slashes in hostnames will result in connection timeouts (https://github.com/ansible-collections/community.network/pull/138).
+
+v0.1.1
+======
+
+Release Summary
+---------------
+
+Small improvements and bugfixes over the initial release.
+
+Bugfixes
+--------
+
+- api - fix crash when the ``ssl`` parameter is used (https://github.com/ansible-collections/community.routeros/pull/3).
+
+v0.1.0
+======
+
+Release Summary
+---------------
+
+The ``community.routeros`` continues the work on the Ansible RouterOS modules from their state in ``community.network`` 1.2.0. The changes listed here are thus relative to the modules ``community.network.routeros_*``.
+
+
+Minor Changes
+-------------
+
+- facts - now also collecting data about BGP and OSPF (https://github.com/ansible-collections/community.network/pull/101).
+- facts - set configuration export on to verbose, for full configuration export (https://github.com/ansible-collections/community.network/pull/104).