summaryrefslogtreecommitdiffstats
path: root/collections-debian-merged/ansible_collections/community/routeros/changelogs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 20:03:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 20:03:01 +0000
commita453ac31f3428614cceb99027f8efbdb9258a40b (patch)
treef61f87408f32a8511cbd91799f9cececb53e0374 /collections-debian-merged/ansible_collections/community/routeros/changelogs
parentInitial commit. (diff)
downloadansible-upstream.tar.xz
ansible-upstream.zip
Adding upstream version 2.10.7+merged+base+2.10.8+dfsg.upstream/2.10.7+merged+base+2.10.8+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'collections-debian-merged/ansible_collections/community/routeros/changelogs')
-rw-r--r--collections-debian-merged/ansible_collections/community/routeros/changelogs/changelog.yaml59
-rw-r--r--collections-debian-merged/ansible_collections/community/routeros/changelogs/config.yaml29
-rw-r--r--collections-debian-merged/ansible_collections/community/routeros/changelogs/fragments/.keep0
3 files changed, 88 insertions, 0 deletions
diff --git a/collections-debian-merged/ansible_collections/community/routeros/changelogs/changelog.yaml b/collections-debian-merged/ansible_collections/community/routeros/changelogs/changelog.yaml
new file mode 100644
index 00000000..cf1c51af
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/routeros/changelogs/changelog.yaml
@@ -0,0 +1,59 @@
+ancestor: null
+releases:
+ 0.1.0:
+ changes:
+ 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).
+ 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_*``.
+
+ '
+ fragments:
+ - 0.1.0.yml
+ - 101_update_facts.yml
+ - 104_facts_export_verbose.yml
+ release_date: '2020-10-26'
+ 0.1.1:
+ changes:
+ bugfixes:
+ - api - fix crash when the ``ssl`` parameter is used (https://github.com/ansible-collections/community.routeros/pull/3).
+ release_summary: Small improvements and bugfixes over the initial release.
+ fragments:
+ - 0.1.1.yml
+ - 3-api-ssl.yml
+ release_date: '2020-10-31'
+ 1.0.0:
+ changes:
+ 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).
+ release_summary: 'This is the first production (non-prerelease) release of ``community.routeros``.
+
+ '
+ fragments:
+ - 1.0.0.yml
+ - community.network-138-routeros-allow-slash.yml
+ release_date: '2020-11-17'
+ 1.0.1:
+ changes:
+ 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).
+ release_summary: Maintenance release with a bugfix for ``api``.
+ fragments:
+ - 1.0.1.yml
+ - 13-remove-id-restriction-for-api.yaml
+ release_date: '2020-12-11'
+ 1.1.0:
+ changes:
+ 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).
+ release_summary: This release allow dashes in usernames for SSH-based modules.
+ fragments:
+ - 1.1.0.yml
+ - 18-support-dashes-in-username.yml
+ release_date: '2021-01-04'
diff --git a/collections-debian-merged/ansible_collections/community/routeros/changelogs/config.yaml b/collections-debian-merged/ansible_collections/community/routeros/changelogs/config.yaml
new file mode 100644
index 00000000..8f014edb
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/routeros/changelogs/config.yaml
@@ -0,0 +1,29 @@
+changelog_filename_template: ../CHANGELOG.rst
+changelog_filename_version_depth: 0
+changes_file: changelog.yaml
+changes_format: combined
+keep_fragments: false
+mention_ancestor: true
+flatmap: true
+new_plugins_after_name: removed_features
+notesdir: fragments
+prelude_section_name: release_summary
+prelude_section_title: Release Summary
+sections:
+- - major_changes
+ - Major Changes
+- - minor_changes
+ - Minor Changes
+- - breaking_changes
+ - Breaking Changes / Porting Guide
+- - deprecated_features
+ - Deprecated Features
+- - removed_features
+ - Removed Features (previously deprecated)
+- - security_fixes
+ - Security Fixes
+- - bugfixes
+ - Bugfixes
+- - known_issues
+ - Known Issues
+title: Community RouterOS
diff --git a/collections-debian-merged/ansible_collections/community/routeros/changelogs/fragments/.keep b/collections-debian-merged/ansible_collections/community/routeros/changelogs/fragments/.keep
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/routeros/changelogs/fragments/.keep