Skip to content

Commit 2456d85

Browse files
authored
prepare release 1.6.0 (#87)
1 parent ff86a90 commit 2456d85

21 files changed

+1432
-40
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bumpversion]
22
commit = False
33
tag = False
4-
current_version = 1.5.0
4+
current_version = 1.6.0
55

66
[bumpversion:file:galaxy.yml]

CHANGELOG.rst

+18-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,24 @@ codeaffen.phpipam Release Notes
55
.. contents:: Topics
66

77

8-
v1.5.0
8+
v1.6.0
99
======
1010

11+
Minor Changes
12+
-------------
13+
14+
- Fix \#84 - Allow vlans with same vlan id in different l2 routing domains
15+
- fix \#85 - Add `routing_domain` parameter to subnet module to allow subnet with same vlan id in different l2domains
16+
1117
Bugfixes
1218
--------
1319

14-
- fix `ModuleNotFoundError` while using the collection with ansible >= version 5
20+
- Fix \#77 - hostname parameter missing in task for address test case
21+
- Fix documentation toolchain to link to external content automatically
22+
- fix \#80 - Can't add VLAN to subnet through to phpipam implementation differences in different entities
23+
24+
v1.5.0
25+
======
1526

1627
Minor Changes
1728
-------------
@@ -20,6 +31,11 @@ Minor Changes
2031
- fix \#69 - add facility to setup local phpipam environment
2132
- fix \#70 - provide environment variable support for connection data
2233

34+
Bugfixes
35+
--------
36+
37+
- fix `ModuleNotFoundError` while using the collection with ansible >= version 5
38+
2339
v1.4.0
2440
======
2541

changelogs/changelog.yaml

+20-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ releases:
110110
1.5.0:
111111
changes:
112112
bugfixes:
113-
- fix `ModuleNotFoundError` while using the collection with ansible >= version 5
113+
- fix `ModuleNotFoundError` while using the collection with ansible >= version
114+
5
114115
minor_changes:
115116
- fix \#68 - add automatic testing facility for all modules
116117
- fix \#69 - add facility to setup local phpipam environment
@@ -120,3 +121,21 @@ releases:
120121
- provide_local_phpiapm_environment.yml
121122
- support_command_line_parameters.yml
122123
release_date: '2022-03-07'
124+
1.6.0:
125+
changes:
126+
bugfixes:
127+
- Fix \#77 - hostname parameter missing in task for address test case
128+
- Fix documentation toolchain to link to external content automatically
129+
- fix \#80 - Can't add VLAN to subnet through to phpipam implementation differences
130+
in different entities
131+
minor_changes:
132+
- Fix \#84 - Allow vlans with same vlan id in different l2 routing domains
133+
- fix \#85 - Add `routing_domain` parameter to subnet module to allow subnet
134+
with same vlan id in different l2domains
135+
fragments:
136+
- cant_add_vlan_to_subnet.yml
137+
- extend_address_test.yml
138+
- fix-documentation-toolchain.yml
139+
- l2domain_parameter_in_subnet module.yml
140+
- same_vlan_in_different_l2domains.yml
141+
release_date: '2022-09-02'

changelogs/fragments/cant_add_vlan_to_subnet.yml

-2
This file was deleted.

changelogs/fragments/extend_address_test.yml

-2
This file was deleted.

changelogs/fragments/fix-documentation-toolchain.yml

-2
This file was deleted.

changelogs/fragments/l2domain_parameter_in_subnet module.yml

-2
This file was deleted.

changelogs/fragments/same_vlan_in_different_l2domains.yml

-2
This file was deleted.

docs/plugins/address_module.rst

+1-1
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.5.0).
45+
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.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

+1-1
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.5.0).
45+
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.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

+1-1
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.5.0).
45+
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.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

+1-1
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.5.0).
45+
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.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/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Codeaffen.Phpipam
66
=================
77

8-
Collection version 1.5.0
8+
Collection version 1.6.0
99

1010
.. contents::
1111
:local:
@@ -56,7 +56,7 @@ Modules
5656
* :ref:`location module <ansible_collections.codeaffen.phpipam.location_module>` -- Manage locations
5757
* :ref:`nameserver module <ansible_collections.codeaffen.phpipam.nameserver_module>` -- Manage nameservers
5858
* :ref:`section module <ansible_collections.codeaffen.phpipam.section_module>` -- Manage sections
59-
* :ref:`subnet module <ansible_collections.codeaffen.phpipam.subnet_module>` --
59+
* :ref:`subnet module <ansible_collections.codeaffen.phpipam.subnet_module>` -- Manage subnets
6060
* :ref:`tag module <ansible_collections.codeaffen.phpipam.tag_module>` -- Manage tags
6161
* :ref:`vlan module <ansible_collections.codeaffen.phpipam.vlan_module>` -- Manage vlans
6262
* :ref:`vrf module <ansible_collections.codeaffen.phpipam.vrf_module>` -- Manage virtual routers and forwarders

docs/plugins/location_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ codeaffen.phpipam.location module -- Manage locations
4242
.. Collection note
4343
4444
.. note::
45-
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.5.0).
45+
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.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/nameserver_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ codeaffen.phpipam.nameserver module -- Manage nameservers
4242
.. Collection note
4343
4444
.. note::
45-
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.5.0).
45+
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.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/section_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ codeaffen.phpipam.section module -- Manage sections
4242
.. Collection note
4343
4444
.. note::
45-
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.5.0).
45+
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.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)