Skip to content

Prepare release 1.7.1 #130

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 18, 2025
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.7.0
current_version = 1.7.1

[bumpversion:file:galaxy.yml]
10 changes: 9 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ codeaffen.phpipam Release Notes

.. contents:: Topics

v1.7.1
======

Bugfixes
--------

- Fix \#123 - `app_id` defaults to `ansible` if not defined

v1.7.0
======
Expand All @@ -17,7 +24,7 @@ Enhancements
------------

- Add `folder` module to manage folders and nested folders
- Refactor `subnet` module to handle subnets in folders
- Refactore `subnet` module to handle subnets in folders

New Modules
-----------
Expand Down Expand Up @@ -181,3 +188,4 @@ New Modules

v0.1.0
======

7 changes: 7 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,10 @@ releases:
name: folder
namespace: ''
release_date: '2023-09-01'
1.7.1:
changes:
bugfixes:
- Fix \#123 - `app_id` defaults to `ansible` is not defined
fragments:
- app_id_default.yaml
release_date: '2025-04-18'
8 changes: 2 additions & 6 deletions docs/plugins/address_module.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.. Document meta

:orphan:
Expand All @@ -7,7 +6,7 @@
:trim:

.. meta::
:antsibull-docs: 2.5.0
:antsibull-docs: 2.16.3

.. Anchors

Expand All @@ -23,7 +22,7 @@ codeaffen.phpipam.address module -- Manage addresses
.. Collection note

.. note::
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/ui/repo/published/codeaffen/phpipam/>`_ (version 1.7.0).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/ui/repo/published/codeaffen/phpipam/>`_ (version 1.7.1).

It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.
Expand Down Expand Up @@ -879,7 +878,6 @@ Examples

.. code-block:: yaml+jinja


- name: "Reserve an IP address"
codeaffen.phpipam.address:
username: "admin"
Expand All @@ -904,7 +902,6 @@ Examples




.. Facts


Expand Down Expand Up @@ -942,4 +939,3 @@ Collection links


.. Parsing errors

20 changes: 8 additions & 12 deletions docs/plugins/device_module.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.. Document meta

:orphan:
Expand All @@ -7,7 +6,7 @@
:trim:

.. meta::
:antsibull-docs: 2.5.0
:antsibull-docs: 2.16.3

.. Anchors

Expand All @@ -23,7 +22,7 @@ codeaffen.phpipam.device module -- Manage devices
.. Collection note

.. note::
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/ui/repo/published/codeaffen/phpipam/>`_ (version 1.7.0).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/ui/repo/published/codeaffen/phpipam/>`_ (version 1.7.1).

It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.
Expand Down Expand Up @@ -294,7 +293,7 @@ Parameters

Rack where the device belongs to.

If set \ :emphasis:`starting\_rack\_unit`\ and \ :emphasis:`rack\_units`\ are also required.
If set :emphasis:`starting\_rack\_unit` and :emphasis:`rack\_units` are also required.


.. raw:: html
Expand Down Expand Up @@ -328,9 +327,9 @@ Parameters

<div class="ansible-option-cell">

Size of device in \ :emphasis:`U`\ .
Size of device in :emphasis:`U`.

If set \ :emphasis:`rack`\ and \ :emphasis:`starting\_rack\_unit`\ are also required.
If set :emphasis:`rack` and :emphasis:`starting\_rack\_unit` are also required.


.. raw:: html
Expand Down Expand Up @@ -844,7 +843,7 @@ Parameters

Which is the starting rack unit where the device is mounted.

If set \ :emphasis:`rack`\ and \ :emphasis:`racK\_units`\ are also required.
If set :emphasis:`rack` and :emphasis:`racK\_units` are also required.


.. raw:: html
Expand Down Expand Up @@ -924,9 +923,9 @@ Parameters

The value has to reflect values from device types configured.

Default device types are \ :emphasis:`Switch`\ , \ :emphasis:`Router`\ , \ :emphasis:`Firewall`\ , \ :emphasis:`Hub`\ , \ :emphasis:`Wireless`\ , \ :emphasis:`Database`\ , \ :emphasis:`Workstation`\ , \ :emphasis:`Laptop`\ and \ :emphasis:`Other`\ .
Default device types are :emphasis:`Switch`\ , :emphasis:`Router`\ , :emphasis:`Firewall`\ , :emphasis:`Hub`\ , :emphasis:`Wireless`\ , :emphasis:`Database`\ , :emphasis:`Workstation`\ , :emphasis:`Laptop` and :emphasis:`Other`.

User defined types can be created either via UI, API (e.g. \ :emphasis:`device\_type`\ ansible module within this collection).
User defined types can be created either via UI, API (e.g. :emphasis:`device\_type` ansible module within this collection).


.. raw:: html
Expand Down Expand Up @@ -1026,7 +1025,6 @@ Examples

.. code-block:: yaml+jinja


- name: "Create device"
codeaffen.phpipam.device:
username: "admin"
Expand All @@ -1049,7 +1047,6 @@ Examples




.. Facts


Expand Down Expand Up @@ -1087,4 +1084,3 @@ Collection links


.. Parsing errors

8 changes: 2 additions & 6 deletions docs/plugins/device_type_module.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.. Document meta

:orphan:
Expand All @@ -7,7 +6,7 @@
:trim:

.. meta::
:antsibull-docs: 2.5.0
:antsibull-docs: 2.16.3

.. Anchors

Expand All @@ -23,7 +22,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/ui/repo/published/codeaffen/phpipam/>`_ (version 1.7.0).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/ui/repo/published/codeaffen/phpipam/>`_ (version 1.7.1).

It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.
Expand Down Expand Up @@ -400,7 +399,6 @@ Examples

.. code-block:: yaml+jinja


- name: "Create device type"
codeaffen.phpipam.device_type:
username: "admin"
Expand All @@ -421,7 +419,6 @@ Examples




.. Facts


Expand Down Expand Up @@ -459,4 +456,3 @@ Collection links


.. Parsing errors

8 changes: 2 additions & 6 deletions docs/plugins/domain_module.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.. Document meta

:orphan:
Expand All @@ -7,7 +6,7 @@
:trim:

.. meta::
:antsibull-docs: 2.5.0
:antsibull-docs: 2.16.3

.. Anchors

Expand All @@ -23,7 +22,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/ui/repo/published/codeaffen/phpipam/>`_ (version 1.7.0).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/ui/repo/published/codeaffen/phpipam/>`_ (version 1.7.1).

It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.
Expand Down Expand Up @@ -434,7 +433,6 @@ Examples

.. code-block:: yaml+jinja


- name: "Create domain"
codeaffen.phpipam.domain:
username: "admin"
Expand All @@ -456,7 +454,6 @@ Examples




.. Facts


Expand Down Expand Up @@ -494,4 +491,3 @@ Collection links


.. Parsing errors

3 changes: 1 addition & 2 deletions docs/plugins/environment_variables.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

:orphan:

.. meta::
:antsibull-docs: 2.5.0
:antsibull-docs: 2.16.3

.. _list_of_collection_env_vars:

Expand Down
10 changes: 3 additions & 7 deletions docs/plugins/folder_module.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.. Document meta

:orphan:
Expand All @@ -7,7 +6,7 @@
:trim:

.. meta::
:antsibull-docs: 2.5.0
:antsibull-docs: 2.16.3

.. Anchors

Expand All @@ -23,7 +22,7 @@ codeaffen.phpipam.folder module -- Manage folders
.. Collection note

.. note::
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/ui/repo/published/codeaffen/phpipam/>`_ (version 1.7.0).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/ui/repo/published/codeaffen/phpipam/>`_ (version 1.7.1).

It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.
Expand Down Expand Up @@ -477,7 +476,6 @@ Examples

.. code-block:: yaml+jinja


- name: "Create a folder"
codeaffen.phpipam.folder:
username: "admin"
Expand All @@ -499,7 +497,6 @@ Examples




.. Facts


Expand Down Expand Up @@ -559,7 +556,7 @@ Common return values are documented :ref:`here <common_return_values>`, the foll

</div>


* - .. raw:: html

<div class="ansible-option-indent"></div><div class="ansible-option-cell">
Expand Down Expand Up @@ -641,4 +638,3 @@ Collection links


.. Parsing errors

9 changes: 2 additions & 7 deletions docs/plugins/index.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@


.. meta::
:antsibull-docs: 2.5.0
:antsibull-docs: 2.16.3


.. _plugins_in_codeaffen.phpipam:

Codeaffen.Phpipam
=================

Collection version 1.7.0
Collection version 1.7.1

.. contents::
:local:
Expand Down Expand Up @@ -52,7 +50,6 @@ Ansible Modules to manage phpIPAM installations
.. toctree::
:maxdepth: 1


Plugin Index
------------

Expand Down Expand Up @@ -103,5 +100,3 @@ Filter Plugins
:hidden:

is_subnet_filter


Loading
Loading