Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4.0
current_version = 1.5.0

[bumpversion:file:galaxy.yml]
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ codeaffen.phpipam Release Notes
.. contents:: Topics


v1.5.0
======

Bugfixes
--------

- 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
- fix \#70 - provide environment variable support for connection data

v1.4.0
======

Expand Down
17 changes: 16 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ releases:
bugfixes:
- fix \#57 - tag lookups failed when specified in an `address` task
- fix \#61 - Device type examples
- with [AHH538](https://issues.redhat.com/browse/AAH-538) `requires_ansible` is mandatory in `meta/runtime.yml`. So we add the minimum version for our collection here.
- with [AHH538](https://issues.redhat.com/browse/AAH-538) `requires_ansible`
is mandatory in `meta/runtime.yml`. So we add the minimum version for our
collection here.
minor_changes:
- Minor formatting and spelling fixes.
- Switch sphinx from recommonmark to myst_parser.
Expand All @@ -105,3 +107,16 @@ releases:
name: tag
namespace: ''
release_date: '2021-12-16'
1.5.0:
changes:
bugfixes:
- 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
- fix \#70 - provide environment variable support for connection data
fragments:
- add_automatic_testing_facility.yml
- provide_local_phpiapm_environment.yml
- support_command_line_parameters.yml
release_date: '2022-03-07'
2 changes: 0 additions & 2 deletions changelogs/fragments/add_automatic_testing_facility.yml

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/support_command_line_parameters.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 @@ -30,7 +30,7 @@ codeaffen.phpipam.address -- Manage addresses
.. Collection note

.. note::
This plugin is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.4.0).
This plugin is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.5.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 @@ -30,7 +30,7 @@ codeaffen.phpipam.device -- Manage devices
.. Collection note

.. note::
This plugin is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.4.0).
This plugin is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.5.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 @@ -30,7 +30,7 @@ codeaffen.phpipam.device_type -- Manage device types
.. Collection note

.. note::
This plugin is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.4.0).
This plugin is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.5.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 @@ -30,7 +30,7 @@ codeaffen.phpipam.domain -- Manage L2 routing domains
.. Collection note

.. note::
This plugin is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.4.0).
This plugin is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.5.0).

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

Collection version 1.4.0
Collection version 1.5.0

.. toctree::
:maxdepth: 1
Expand All @@ -16,6 +16,11 @@ Plugin Index
These are the plugins in the codeaffen.phpipam collection


Lookup Plugins
~~~~~~~~~~~~~~

* :ref:`subnet <ansible_collections.codeaffen.phpipam.subnet_lookup>` -- lookup for subnet information

Modules
~~~~~~~

Expand All @@ -41,6 +46,7 @@ Modules
:maxdepth: 1
:hidden:

subnet_lookup
address_module
device_module
device_type_module
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 @@ -30,7 +30,7 @@ codeaffen.phpipam.location -- Manage locations
.. Collection note

.. note::
This plugin is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.4.0).
This plugin is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.5.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 @@ -30,7 +30,7 @@ codeaffen.phpipam.nameserver -- Manage nameservers
.. Collection note

.. note::
This plugin is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.4.0).
This plugin is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.5.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 @@ -30,7 +30,7 @@ codeaffen.phpipam.section -- Manage sections
.. Collection note

.. note::
This plugin is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.4.0).
This plugin is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.5.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