diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e43c6d3..3164e99 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = False tag = False -current_version = 1.6.0 +current_version = 1.6.1 [bumpversion:file:galaxy.yml] diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 07aced5..4141f28 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,22 @@ codeaffen.phpipam Release Notes .. contents:: Topics +v1.6.1 +====== + +Bugfixes +-------- + +- fix \#90 - booleans in subnet module aren't working +- fix \#93 - trouble creating subnet with a vrf + +Enhancements +------------ + +- Enhance test suite by running test agains main phpipam versions as matrix build +- Update test playbooks to meet best practices for ansible 2.10.x +- move to nodejs 16 for `checkout` and `setup-python` action + v1.6.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 35b2704..2302dfe 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -139,3 +139,18 @@ releases: - l2domain_parameter_in_subnet module.yml - same_vlan_in_different_l2domains.yml release_date: '2022-09-02' + 1.6.1: + changes: + bugfixes: + - fix \#90 - booleans in subnet module aren't working + - fix \#93 - trouble creating subnet with a vrf + enhancements: + - Enhance test suite by running test agains main phpipam versions as matrix + build + - Update test playbooks to meet best practices for ansible 2.10.x + - move to nodejs 16 for `checkout` and `setup-python` action + fragments: + - ' booleans_in_subnet_module_not_working.yml' + - level_up_tests.yml + - trouble_creating_subnet_with_a_vrf.yml + release_date: '2023-01-24' diff --git a/changelogs/config.yaml b/changelogs/config.yaml index 202ab00..a0b4054 100644 --- a/changelogs/config.yaml +++ b/changelogs/config.yaml @@ -27,6 +27,8 @@ sections: - Bugfixes - - known_issues - Known Issues +- - enhancements + - Enhancements title: codeaffen.phpipam trivial_section_name: trivial use_fqcn: true diff --git a/changelogs/fragments/ booleans_in_subnet_module_not_working.yml b/changelogs/fragments/ booleans_in_subnet_module_not_working.yml deleted file mode 100644 index 5a74e0d..0000000 --- a/changelogs/fragments/ booleans_in_subnet_module_not_working.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - fix \#90 - booleans in subnet module aren't working diff --git a/changelogs/fragments/level_up_tests.yml b/changelogs/fragments/level_up_tests.yml deleted file mode 100644 index 8358646..0000000 --- a/changelogs/fragments/level_up_tests.yml +++ /dev/null @@ -1,8 +0,0 @@ -bugfixes: - - Enhance test suite by running test agains main phpipam versions as matrix build - - Update test playbooks to meet best practices for ansible 2.10.x - - use FQCNs - - migrate from `include` to `include_tasks` - - Add missing names - - Start names with upper case letters - - move to nodejs 16 for `checkout` and `setup-python` action diff --git a/changelogs/fragments/trouble_creating_subnet_with_a_vrf.yml b/changelogs/fragments/trouble_creating_subnet_with_a_vrf.yml deleted file mode 100644 index f7fecbc..0000000 --- a/changelogs/fragments/trouble_creating_subnet_with_a_vrf.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - fix \#93 - trouble creating subnet with a vrf diff --git a/docs/plugins/address_module.rst b/docs/plugins/address_module.rst index f6536ff..3efd7ec 100644 --- a/docs/plugins/address_module.rst +++ b/docs/plugins/address_module.rst @@ -42,7 +42,7 @@ codeaffen.phpipam.address module -- Manage addresses .. Collection note .. note:: - This module is part of the `codeaffen.phpipam collection `_ (version 1.6.0). + This module is part of the `codeaffen.phpipam collection `_ (version 1.6.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/device_module.rst b/docs/plugins/device_module.rst index 4180b53..f88cb06 100644 --- a/docs/plugins/device_module.rst +++ b/docs/plugins/device_module.rst @@ -42,7 +42,7 @@ codeaffen.phpipam.device module -- Manage devices .. Collection note .. note:: - This module is part of the `codeaffen.phpipam collection `_ (version 1.6.0). + This module is part of the `codeaffen.phpipam collection `_ (version 1.6.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/device_type_module.rst b/docs/plugins/device_type_module.rst index 85a53a8..4888238 100644 --- a/docs/plugins/device_type_module.rst +++ b/docs/plugins/device_type_module.rst @@ -42,7 +42,7 @@ codeaffen.phpipam.device_type module -- Manage device types .. Collection note .. note:: - This module is part of the `codeaffen.phpipam collection `_ (version 1.6.0). + This module is part of the `codeaffen.phpipam collection `_ (version 1.6.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/domain_module.rst b/docs/plugins/domain_module.rst index 16e5e4c..37a5f63 100644 --- a/docs/plugins/domain_module.rst +++ b/docs/plugins/domain_module.rst @@ -42,7 +42,7 @@ codeaffen.phpipam.domain module -- Manage L2 routing domains .. Collection note .. note:: - This module is part of the `codeaffen.phpipam collection `_ (version 1.6.0). + This module is part of the `codeaffen.phpipam collection `_ (version 1.6.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/index.rst b/docs/plugins/index.rst index 8c49904..ff8ebab 100644 --- a/docs/plugins/index.rst +++ b/docs/plugins/index.rst @@ -5,7 +5,7 @@ Codeaffen.Phpipam ================= -Collection version 1.6.0 +Collection version 1.6.1 .. contents:: :local: diff --git a/docs/plugins/location_module.rst b/docs/plugins/location_module.rst index 6d9b551..929968f 100644 --- a/docs/plugins/location_module.rst +++ b/docs/plugins/location_module.rst @@ -42,7 +42,7 @@ codeaffen.phpipam.location module -- Manage locations .. Collection note .. note:: - This module is part of the `codeaffen.phpipam collection `_ (version 1.6.0). + This module is part of the `codeaffen.phpipam collection `_ (version 1.6.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/nameserver_module.rst b/docs/plugins/nameserver_module.rst index 5f2569c..56081b9 100644 --- a/docs/plugins/nameserver_module.rst +++ b/docs/plugins/nameserver_module.rst @@ -42,7 +42,7 @@ codeaffen.phpipam.nameserver module -- Manage nameservers .. Collection note .. note:: - This module is part of the `codeaffen.phpipam collection `_ (version 1.6.0). + This module is part of the `codeaffen.phpipam collection `_ (version 1.6.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/section_module.rst b/docs/plugins/section_module.rst index af704ef..2a219b0 100644 --- a/docs/plugins/section_module.rst +++ b/docs/plugins/section_module.rst @@ -42,7 +42,7 @@ codeaffen.phpipam.section module -- Manage sections .. Collection note .. note:: - This module is part of the `codeaffen.phpipam collection `_ (version 1.6.0). + This module is part of the `codeaffen.phpipam collection `_ (version 1.6.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/subnet_module.rst b/docs/plugins/subnet_module.rst index c0bfe7c..166d412 100644 --- a/docs/plugins/subnet_module.rst +++ b/docs/plugins/subnet_module.rst @@ -42,7 +42,7 @@ codeaffen.phpipam.subnet module -- Manage subnets .. Collection note .. note:: - This module is part of the `codeaffen.phpipam collection `_ (version 1.6.0). + This module is part of the `codeaffen.phpipam collection `_ (version 1.6.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/tag_module.rst b/docs/plugins/tag_module.rst index f2f3d2e..8973760 100644 --- a/docs/plugins/tag_module.rst +++ b/docs/plugins/tag_module.rst @@ -42,7 +42,7 @@ codeaffen.phpipam.tag module -- Manage tags .. Collection note .. note:: - This module is part of the `codeaffen.phpipam collection `_ (version 1.6.0). + This module is part of the `codeaffen.phpipam collection `_ (version 1.6.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/vlan_module.rst b/docs/plugins/vlan_module.rst index 20f7587..3fe48f7 100644 --- a/docs/plugins/vlan_module.rst +++ b/docs/plugins/vlan_module.rst @@ -42,7 +42,7 @@ codeaffen.phpipam.vlan module -- Manage vlans .. Collection note .. note:: - This module is part of the `codeaffen.phpipam collection `_ (version 1.6.0). + This module is part of the `codeaffen.phpipam collection `_ (version 1.6.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/vrf_module.rst b/docs/plugins/vrf_module.rst index 295358f..92ed807 100644 --- a/docs/plugins/vrf_module.rst +++ b/docs/plugins/vrf_module.rst @@ -42,7 +42,7 @@ codeaffen.phpipam.vrf module -- Manage virtual routers and forwarders .. Collection note .. note:: - This module is part of the `codeaffen.phpipam collection `_ (version 1.6.0). + This module is part of the `codeaffen.phpipam collection `_ (version 1.6.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/galaxy.yml b/galaxy.yml index b7ffba2..deda4ee 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ authors: - "Mario Fritschen " - "Scott Arthur " - "lush " -version: "1.6.0" +version: "1.6.1" license: - "GPL-3.0-or-later" tags: