Skip to content

Commit 42a4265

Browse files
authored
Prepare release 1.7.0 (#106)
1 parent c83ee06 commit 42a4265

20 files changed

+50
-21
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bumpversion]
22
commit = False
33
tag = False
4-
current_version = 1.6.1
4+
current_version = 1.7.0
55

66
[bumpversion:file:galaxy.yml]

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ codeaffen.phpipam Release Notes
55
.. contents:: Topics
66

77

8+
v1.7.0
9+
======
10+
11+
Bugfixes
12+
--------
13+
14+
- Fix \#98 - fix show_supernets_only parameter
15+
16+
Enhancements
17+
------------
18+
19+
- Add `folder` module to manage folders and nested folders
20+
- Refactor `subnet` module to handle subnets in folders
21+
22+
New Modules
23+
-----------
24+
25+
- codeaffen.phpipam.folder - Manage folders
26+
827
v1.6.1
928
======
1029

changelogs/changelog.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,19 @@ releases:
154154
- level_up_tests.yml
155155
- trouble_creating_subnet_with_a_vrf.yml
156156
release_date: '2023-01-24'
157+
1.7.0:
158+
changes:
159+
bugfixes:
160+
- Fix \#98 - fix show_supernets_only parameter
161+
enhancements:
162+
- Add `folder` module to manage folders and nested folders
163+
- Refactore `subnet` module to handle subnets in folders
164+
fragments:
165+
- feature_folder_module.yml
166+
- feature_subnet_folder_parent.yml
167+
- fix_show_supernets_only_param.yml
168+
modules:
169+
- description: Manage folders
170+
name: folder
171+
namespace: ''
172+
release_date: '2023-09-01'

changelogs/fragments/feature_folder_module.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/feature_subnet_folder_parent.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/fix_show_supernets_only_param.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/plugins/address_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ codeaffen.phpipam.address module -- Manage addresses
4242
.. Collection note
4343
4444
.. note::
45-
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.1).
45+
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.7.0).
4646

4747
You might already have this collection installed if you are using the ``ansible`` package.
4848
It is not included in ``ansible-core``.

docs/plugins/device_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ codeaffen.phpipam.device module -- Manage devices
4242
.. Collection note
4343
4444
.. note::
45-
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.1).
45+
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.7.0).
4646

4747
You might already have this collection installed if you are using the ``ansible`` package.
4848
It is not included in ``ansible-core``.

docs/plugins/device_type_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ codeaffen.phpipam.device_type module -- Manage device types
4242
.. Collection note
4343
4444
.. note::
45-
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.1).
45+
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.7.0).
4646

4747
You might already have this collection installed if you are using the ``ansible`` package.
4848
It is not included in ``ansible-core``.

docs/plugins/domain_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ codeaffen.phpipam.domain module -- Manage L2 routing domains
4242
.. Collection note
4343
4444
.. note::
45-
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.1).
45+
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.7.0).
4646

4747
You might already have this collection installed if you are using the ``ansible`` package.
4848
It is not included in ``ansible-core``.

0 commit comments

Comments
 (0)