Skip to content

Commit

Permalink
prepare release 1.6.0 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeissner authored Sep 10, 2022
1 parent ff86a90 commit 2456d85
Show file tree
Hide file tree
Showing 21 changed files with 1,432 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
commit = False
tag = False
current_version = 1.5.0
current_version = 1.6.0

[bumpversion:file:galaxy.yml]
20 changes: 18 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,24 @@ codeaffen.phpipam Release Notes
.. contents:: Topics


v1.5.0
v1.6.0
======

Minor Changes
-------------

- Fix \#84 - Allow vlans with same vlan id in different l2 routing domains
- fix \#85 - Add `routing_domain` parameter to subnet module to allow subnet with same vlan id in different l2domains

Bugfixes
--------

- fix `ModuleNotFoundError` while using the collection with ansible >= version 5
- Fix \#77 - hostname parameter missing in task for address test case
- Fix documentation toolchain to link to external content automatically
- fix \#80 - Can't add VLAN to subnet through to phpipam implementation differences in different entities

v1.5.0
======

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

Bugfixes
--------

- fix `ModuleNotFoundError` while using the collection with ansible >= version 5

v1.4.0
======

Expand Down
21 changes: 20 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ releases:
1.5.0:
changes:
bugfixes:
- fix `ModuleNotFoundError` while using the collection with ansible >= version 5
- fix `ModuleNotFoundError` while using the collection with ansible >= version
5
minor_changes:
- fix \#68 - add automatic testing facility for all modules
- fix \#69 - add facility to setup local phpipam environment
Expand All @@ -120,3 +121,21 @@ releases:
- provide_local_phpiapm_environment.yml
- support_command_line_parameters.yml
release_date: '2022-03-07'
1.6.0:
changes:
bugfixes:
- Fix \#77 - hostname parameter missing in task for address test case
- Fix documentation toolchain to link to external content automatically
- fix \#80 - Can't add VLAN to subnet through to phpipam implementation differences
in different entities
minor_changes:
- Fix \#84 - Allow vlans with same vlan id in different l2 routing domains
- fix \#85 - Add `routing_domain` parameter to subnet module to allow subnet
with same vlan id in different l2domains
fragments:
- cant_add_vlan_to_subnet.yml
- extend_address_test.yml
- fix-documentation-toolchain.yml
- l2domain_parameter_in_subnet module.yml
- same_vlan_in_different_l2domains.yml
release_date: '2022-09-02'
2 changes: 0 additions & 2 deletions changelogs/fragments/cant_add_vlan_to_subnet.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/extend_address_test.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/fix-documentation-toolchain.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/l2domain_parameter_in_subnet module.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/same_vlan_in_different_l2domains.yml

This file was deleted.

2 changes: 1 addition & 1 deletion docs/plugins/address_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ codeaffen.phpipam.address module -- Manage addresses
.. Collection note
.. note::
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.5.0).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/device_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ codeaffen.phpipam.device module -- Manage devices
.. Collection note
.. note::
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.5.0).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/device_type_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ codeaffen.phpipam.device_type module -- Manage device types
.. Collection note
.. note::
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.5.0).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/domain_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ codeaffen.phpipam.domain module -- Manage L2 routing domains
.. Collection note
.. note::
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.5.0).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Codeaffen.Phpipam
=================

Collection version 1.5.0
Collection version 1.6.0

.. contents::
:local:
Expand Down Expand Up @@ -56,7 +56,7 @@ Modules
* :ref:`location module <ansible_collections.codeaffen.phpipam.location_module>` -- Manage locations
* :ref:`nameserver module <ansible_collections.codeaffen.phpipam.nameserver_module>` -- Manage nameservers
* :ref:`section module <ansible_collections.codeaffen.phpipam.section_module>` -- Manage sections
* :ref:`subnet module <ansible_collections.codeaffen.phpipam.subnet_module>` --
* :ref:`subnet module <ansible_collections.codeaffen.phpipam.subnet_module>` -- Manage subnets
* :ref:`tag module <ansible_collections.codeaffen.phpipam.tag_module>` -- Manage tags
* :ref:`vlan module <ansible_collections.codeaffen.phpipam.vlan_module>` -- Manage vlans
* :ref:`vrf module <ansible_collections.codeaffen.phpipam.vrf_module>` -- Manage virtual routers and forwarders
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/location_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ codeaffen.phpipam.location module -- Manage locations
.. Collection note
.. note::
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.5.0).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/nameserver_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ codeaffen.phpipam.nameserver module -- Manage nameservers
.. Collection note
.. note::
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.5.0).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/section_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ codeaffen.phpipam.section module -- Manage sections
.. Collection note
.. note::
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.5.0).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.0).

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

0 comments on commit 2456d85

Please sign in to comment.