prepare for release (#75)

prepare for release

Reviewed-by: https://github.com/apps/ansible-zuul
pull/76/head 2.2.0
Ashwini Mhatre 2021-05-17 14:19:59 +05:30 committed by GitHub
parent 2636312822
commit 32a6922235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 37 additions and 24 deletions

View File

@ -5,6 +5,21 @@ Ansible Utils Collection Release Notes
.. contents:: Topics .. contents:: Topics
v2.2.0
======
Minor Changes
-------------
- Add in_any_network, in_network, in_one_network test plugins
- Add ip, ip_address test plugins
- Add ipv4, ipv4_address, ipv4_hostmask, ipv4_netmask test plugins
- Add ipv6, ipv6_address, ipv6_ipv4_mapped, ipv6_sixtofour, ipv6_teredo test plugins
- Add loopback, mac, multicast test plugins
- Add private, public, reserved test plugins
- Add resolvable test plugins
- Add subnet_of, supernet_of, unspecified test plugins
v2.1.0 v2.1.0
====== ======

View File

@ -97,3 +97,25 @@ releases:
- add_missing_test_requirements.yml - add_missing_test_requirements.yml
- fix_tests.yaml - fix_tests.yaml
release_date: '2021-04-27' release_date: '2021-04-27'
2.2.0:
changes:
minor_changes:
- Add in_any_network, in_network, in_one_network test plugins
- Add ip, ip_address test plugins
- Add ipv4, ipv4_address, ipv4_hostmask, ipv4_netmask test plugins
- Add ipv6, ipv6_address, ipv6_ipv4_mapped, ipv6_sixtofour, ipv6_teredo test
plugins
- Add loopback, mac, multicast test plugins
- Add private, public, reserved test plugins
- Add resolvable test plugins
- Add subnet_of, supernet_of, unspecified test plugins
fragments:
- add_netaddr_test_plugins_1.yml
- add_netaddr_test_plugins_2.yml
- add_netaddr_test_plugins_3.yml
- add_netaddr_test_plugins_4.yml
- add_netaddr_test_plugins_5.yml
- add_netaddr_test_plugins_6.yml
- add_netaddr_test_plugins_7.yml
- add_netaddr_test_plugins_8.yml
release_date: '2021-05-17'

View File

@ -1,3 +0,0 @@
---
minor_changes:
- Add in_any_network, in_network, in_one_network test plugins

View File

@ -1,3 +0,0 @@
---
minor_changes:
- Add ip, ip_address test plugins

View File

@ -1,3 +0,0 @@
---
minor_changes:
- Add ipv4, ipv4_address, ipv4_hostmask, ipv4_netmask test plugins

View File

@ -1,3 +0,0 @@
---
minor_changes:
- Add ipv6, ipv6_address, ipv6_ipv4_mapped, ipv6_sixtofour, ipv6_teredo test plugins

View File

@ -1,3 +0,0 @@
---
minor_changes:
- Add loopback, mac, multicast test plugins

View File

@ -1,3 +0,0 @@
---
minor_changes:
- Add private, public, reserved test plugins

View File

@ -1,3 +0,0 @@
---
minor_changes:
- Add subnet_of, supernet_of, unspecified test plugins

View File

@ -1,3 +0,0 @@
---
minor_changes:
- Add resolvable test plugins