From efc563aaacbc76a50ed8639e12b038cedebcc391 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 29 Jun 2021 18:27:16 +0200 Subject: [PATCH] Release 1.2.0. --- CHANGELOG.rst | 21 ++++++++++++++++ changelogs/changelog.yaml | 24 +++++++++++++++++++ changelogs/fragments/1.2.0.yml | 1 - changelogs/fragments/23-idempotent_config.yml | 2 -- changelogs/fragments/34-api-ciphers.yml | 2 -- .../37-api-validate-cert-options.yml | 3 --- changelogs/fragments/ansible-core-_text.yml | 2 -- 7 files changed, 45 insertions(+), 10 deletions(-) delete mode 100644 changelogs/fragments/1.2.0.yml delete mode 100644 changelogs/fragments/23-idempotent_config.yml delete mode 100644 changelogs/fragments/34-api-ciphers.yml delete mode 100644 changelogs/fragments/37-api-validate-cert-options.yml delete mode 100644 changelogs/fragments/ansible-core-_text.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a7df9bd..003e942 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,27 @@ Community RouterOS Release Notes .. contents:: Topics +v1.2.0 +====== + +Release Summary +--------------- + +Bugfix and feature release. + +Minor Changes +------------- + +- Avoid internal ansible-core module_utils in favor of equivalent public API available since at least Ansible 2.9 (https://github.com/ansible-collections/community.routeros/pull/38). +- api - add options ``validate_certs`` (default value ``true``), ``validate_cert_hostname`` (default value ``false``), and ``ca_path`` to control certificate validation (https://github.com/ansible-collections/community.routeros/pull/37). +- api - rename option ``ssl`` to ``tls``, and keep the old name as an alias (https://github.com/ansible-collections/community.routeros/pull/37). +- fact - add fact ``ansible_net_config_nonverbose`` to get idempotent config (no date, no verbose) (https://github.com/ansible-collections/community.routeros/pull/23). + +Bugfixes +-------- + +- api - when using TLS/SSL, remove explicit cipher configuration to insecure values, which also makes it impossible to connect to newer RouterOS versions (https://github.com/ansible-collections/community.routeros/pull/34). + v1.1.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index cf1c51a..534cbce 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -57,3 +57,27 @@ releases: - 1.1.0.yml - 18-support-dashes-in-username.yml release_date: '2021-01-04' + 1.2.0: + changes: + bugfixes: + - api - when using TLS/SSL, remove explicit cipher configuration to insecure + values, which also makes it impossible to connect to newer RouterOS versions + (https://github.com/ansible-collections/community.routeros/pull/34). + minor_changes: + - Avoid internal ansible-core module_utils in favor of equivalent public API + available since at least Ansible 2.9 (https://github.com/ansible-collections/community.routeros/pull/38). + - api - add options ``validate_certs`` (default value ``true``), ``validate_cert_hostname`` + (default value ``false``), and ``ca_path`` to control certificate validation + (https://github.com/ansible-collections/community.routeros/pull/37). + - api - rename option ``ssl`` to ``tls``, and keep the old name as an alias + (https://github.com/ansible-collections/community.routeros/pull/37). + - fact - add fact ``ansible_net_config_nonverbose`` to get idempotent config + (no date, no verbose) (https://github.com/ansible-collections/community.routeros/pull/23). + release_summary: Bugfix and feature release. + fragments: + - 1.2.0.yml + - 23-idempotent_config.yml + - 34-api-ciphers.yml + - 37-api-validate-cert-options.yml + - ansible-core-_text.yml + release_date: '2021-06-29' diff --git a/changelogs/fragments/1.2.0.yml b/changelogs/fragments/1.2.0.yml deleted file mode 100644 index 56de6d9..0000000 --- a/changelogs/fragments/1.2.0.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix and feature release. diff --git a/changelogs/fragments/23-idempotent_config.yml b/changelogs/fragments/23-idempotent_config.yml deleted file mode 100644 index b43c584..0000000 --- a/changelogs/fragments/23-idempotent_config.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - fact - add fact ``ansible_net_config_nonverbose`` to get idempotent config (no date, no verbose) (https://github.com/ansible-collections/community.routeros/pull/23). diff --git a/changelogs/fragments/34-api-ciphers.yml b/changelogs/fragments/34-api-ciphers.yml deleted file mode 100644 index cf722b3..0000000 --- a/changelogs/fragments/34-api-ciphers.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- "api - when using TLS/SSL, remove explicit cipher configuration to insecure values, which also makes it impossible to connect to newer RouterOS versions (https://github.com/ansible-collections/community.routeros/pull/34)." diff --git a/changelogs/fragments/37-api-validate-cert-options.yml b/changelogs/fragments/37-api-validate-cert-options.yml deleted file mode 100644 index 650e13e..0000000 --- a/changelogs/fragments/37-api-validate-cert-options.yml +++ /dev/null @@ -1,3 +0,0 @@ -minor_changes: -- "api - rename option ``ssl`` to ``tls``, and keep the old name as an alias (https://github.com/ansible-collections/community.routeros/pull/37)." -- "api - add options ``validate_certs`` (default value ``true``), ``validate_cert_hostname`` (default value ``false``), and ``ca_path`` to control certificate validation (https://github.com/ansible-collections/community.routeros/pull/37)." diff --git a/changelogs/fragments/ansible-core-_text.yml b/changelogs/fragments/ansible-core-_text.yml deleted file mode 100644 index 5cc90a6..0000000 --- a/changelogs/fragments/ansible-core-_text.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- "Avoid internal ansible-core module_utils in favor of equivalent public API available since at least Ansible 2.9 (https://github.com/ansible-collections/community.routeros/pull/38)."