diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3164e99..e22f780 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = False tag = False -current_version = 1.6.1 +current_version = 1.7.0 [bumpversion:file:galaxy.yml] diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4141f28..7607ee6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,25 @@ codeaffen.phpipam Release Notes .. contents:: Topics +v1.7.0 +====== + +Bugfixes +-------- + +- Fix \#98 - fix show_supernets_only parameter + +Enhancements +------------ + +- Add `folder` module to manage folders and nested folders +- Refactor `subnet` module to handle subnets in folders + +New Modules +----------- + +- codeaffen.phpipam.folder - Manage folders + v1.6.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 2302dfe..4d05ed0 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -154,3 +154,19 @@ releases: - level_up_tests.yml - trouble_creating_subnet_with_a_vrf.yml release_date: '2023-01-24' + 1.7.0: + changes: + bugfixes: + - Fix \#98 - fix show_supernets_only parameter + enhancements: + - Add `folder` module to manage folders and nested folders + - Refactore `subnet` module to handle subnets in folders + fragments: + - feature_folder_module.yml + - feature_subnet_folder_parent.yml + - fix_show_supernets_only_param.yml + modules: + - description: Manage folders + name: folder + namespace: '' + release_date: '2023-09-01' diff --git a/changelogs/fragments/feature_folder_module.yml b/changelogs/fragments/feature_folder_module.yml deleted file mode 100644 index 7539283..0000000 --- a/changelogs/fragments/feature_folder_module.yml +++ /dev/null @@ -1,2 +0,0 @@ -enhancements: - - Add `folder` module to manage folders and nested folders diff --git a/changelogs/fragments/feature_subnet_folder_parent.yml b/changelogs/fragments/feature_subnet_folder_parent.yml deleted file mode 100644 index 73053b3..0000000 --- a/changelogs/fragments/feature_subnet_folder_parent.yml +++ /dev/null @@ -1,2 +0,0 @@ -enhancements: - - Refactore `subnet` module to handle subnets in folders diff --git a/changelogs/fragments/fix_show_supernets_only_param.yml b/changelogs/fragments/fix_show_supernets_only_param.yml deleted file mode 100644 index 098e088..0000000 --- a/changelogs/fragments/fix_show_supernets_only_param.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- Fix \#98 - fix show_supernets_only parameter diff --git a/docs/plugins/address_module.rst b/docs/plugins/address_module.rst index 3efd7ec..1130135 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.1). + This module is part of the `codeaffen.phpipam collection `_ (version 1.7.0). 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 f88cb06..17a1076 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.1). + This module is part of the `codeaffen.phpipam collection `_ (version 1.7.0). 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 4888238..9be3fb2 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.1). + This module is part of the `codeaffen.phpipam collection `_ (version 1.7.0). 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 37a5f63..d85ab1f 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.1). + This module is part of the `codeaffen.phpipam collection `_ (version 1.7.0). 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/folder_module.rst b/docs/plugins/folder_module.rst index 7758051..310f641 100644 --- a/docs/plugins/folder_module.rst +++ b/docs/plugins/folder_module.rst @@ -42,7 +42,7 @@ codeaffen.phpipam.folder module -- Manage folders .. Collection note .. note:: - This module is part of the `codeaffen.phpipam collection `_ (version 1.6.1). + This module is part of the `codeaffen.phpipam collection `_ (version 1.7.0). 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 275f6cd..410be6d 100644 --- a/docs/plugins/index.rst +++ b/docs/plugins/index.rst @@ -5,7 +5,7 @@ Codeaffen.Phpipam ================= -Collection version 1.6.1 +Collection version 1.7.0 .. contents:: :local: diff --git a/docs/plugins/location_module.rst b/docs/plugins/location_module.rst index 929968f..c38cda1 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.1). + This module is part of the `codeaffen.phpipam collection `_ (version 1.7.0). 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 56081b9..5f87bf5 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.1). + This module is part of the `codeaffen.phpipam collection `_ (version 1.7.0). 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 2a219b0..373f47d 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.1). + This module is part of the `codeaffen.phpipam collection `_ (version 1.7.0). 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 02724a7..6659653 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.1). + This module is part of the `codeaffen.phpipam collection `_ (version 1.7.0). 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 8973760..a78ae9e 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.1). + This module is part of the `codeaffen.phpipam collection `_ (version 1.7.0). 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 3fe48f7..b7b4fdc 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.1). + This module is part of the `codeaffen.phpipam collection `_ (version 1.7.0). 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 92ed807..f2905d6 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.1). + This module is part of the `codeaffen.phpipam collection `_ (version 1.7.0). 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 deda4ee..b5c0b0e 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ authors: - "Mario Fritschen " - "Scott Arthur " - "lush " -version: "1.6.1" +version: "1.7.0" license: - "GPL-3.0-or-later" tags: