Skip to content

Commit 2782fb7

Browse files
authored
Prepare release 1.7.1 (#130)
1 parent cd10076 commit 2782fb7

19 files changed

+70
-113
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.7.0
4+
current_version = 1.7.1
55

66
[bumpversion:file:galaxy.yml]

CHANGELOG.rst

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ codeaffen.phpipam Release Notes
44

55
.. contents:: Topics
66

7+
v1.7.1
8+
======
9+
10+
Bugfixes
11+
--------
12+
13+
- Fix \#123 - `app_id` defaults to `ansible` if not defined
714

815
v1.7.0
916
======
@@ -17,7 +24,7 @@ Enhancements
1724
------------
1825

1926
- Add `folder` module to manage folders and nested folders
20-
- Refactor `subnet` module to handle subnets in folders
27+
- Refactore `subnet` module to handle subnets in folders
2128

2229
New Modules
2330
-----------
@@ -181,3 +188,4 @@ New Modules
181188

182189
v0.1.0
183190
======
191+

changelogs/changelog.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,10 @@ releases:
170170
name: folder
171171
namespace: ''
172172
release_date: '2023-09-01'
173+
1.7.1:
174+
changes:
175+
bugfixes:
176+
- Fix \#123 - `app_id` defaults to `ansible` is not defined
177+
fragments:
178+
- app_id_default.yaml
179+
release_date: '2025-04-18'

docs/plugins/address_module.rst

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
.. Document meta
32
43
:orphan:
@@ -7,7 +6,7 @@
76
:trim:
87

98
.. meta::
10-
:antsibull-docs: 2.5.0
9+
:antsibull-docs: 2.16.3
1110

1211
.. Anchors
1312
@@ -23,7 +22,7 @@ codeaffen.phpipam.address module -- Manage addresses
2322
.. Collection note
2423
2524
.. note::
26-
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/ui/repo/published/codeaffen/phpipam/>`_ (version 1.7.0).
25+
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/ui/repo/published/codeaffen/phpipam/>`_ (version 1.7.1).
2726

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

880879
.. code-block:: yaml+jinja
881880

882-
883881
- name: "Reserve an IP address"
884882
codeaffen.phpipam.address:
885883
username: "admin"
@@ -904,7 +902,6 @@ Examples
904902

905903

906904

907-
908905
.. Facts
909906
910907
@@ -942,4 +939,3 @@ Collection links
942939

943940

944941
.. Parsing errors
945-

docs/plugins/device_module.rst

+8-12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
.. Document meta
32
43
:orphan:
@@ -7,7 +6,7 @@
76
:trim:
87

98
.. meta::
10-
:antsibull-docs: 2.5.0
9+
:antsibull-docs: 2.16.3
1110

1211
.. Anchors
1312
@@ -23,7 +22,7 @@ codeaffen.phpipam.device module -- Manage devices
2322
.. Collection note
2423
2524
.. note::
26-
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/ui/repo/published/codeaffen/phpipam/>`_ (version 1.7.0).
25+
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/ui/repo/published/codeaffen/phpipam/>`_ (version 1.7.1).
2726

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

295294
Rack where the device belongs to.
296295

297-
If set \ :emphasis:`starting\_rack\_unit`\ and \ :emphasis:`rack\_units`\ are also required.
296+
If set :emphasis:`starting\_rack\_unit` and :emphasis:`rack\_units` are also required.
298297

299298

300299
.. raw:: html
@@ -328,9 +327,9 @@ Parameters
328327

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

331-
Size of device in \ :emphasis:`U`\ .
330+
Size of device in :emphasis:`U`.
332331

333-
If set \ :emphasis:`rack`\ and \ :emphasis:`starting\_rack\_unit`\ are also required.
332+
If set :emphasis:`rack` and :emphasis:`starting\_rack\_unit` are also required.
334333

335334

336335
.. raw:: html
@@ -844,7 +843,7 @@ Parameters
844843

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

847-
If set \ :emphasis:`rack`\ and \ :emphasis:`racK\_units`\ are also required.
846+
If set :emphasis:`rack` and :emphasis:`racK\_units` are also required.
848847

849848

850849
.. raw:: html
@@ -924,9 +923,9 @@ Parameters
924923

925924
The value has to reflect values from device types configured.
926925

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

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

931930

932931
.. raw:: html
@@ -1026,7 +1025,6 @@ Examples
10261025

10271026
.. code-block:: yaml+jinja
10281027

1029-
10301028
- name: "Create device"
10311029
codeaffen.phpipam.device:
10321030
username: "admin"
@@ -1049,7 +1047,6 @@ Examples
10491047

10501048

10511049

1052-
10531050
.. Facts
10541051
10551052
@@ -1087,4 +1084,3 @@ Collection links
10871084

10881085

10891086
.. Parsing errors
1090-

docs/plugins/device_type_module.rst

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
.. Document meta
32
43
:orphan:
@@ -7,7 +6,7 @@
76
:trim:
87

98
.. meta::
10-
:antsibull-docs: 2.5.0
9+
:antsibull-docs: 2.16.3
1110

1211
.. Anchors
1312
@@ -23,7 +22,7 @@ codeaffen.phpipam.device_type module -- Manage device types
2322
.. Collection note
2423
2524
.. note::
26-
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/ui/repo/published/codeaffen/phpipam/>`_ (version 1.7.0).
25+
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/ui/repo/published/codeaffen/phpipam/>`_ (version 1.7.1).
2726

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

401400
.. code-block:: yaml+jinja
402401

403-
404402
- name: "Create device type"
405403
codeaffen.phpipam.device_type:
406404
username: "admin"
@@ -421,7 +419,6 @@ Examples
421419

422420

423421

424-
425422
.. Facts
426423
427424
@@ -459,4 +456,3 @@ Collection links
459456

460457

461458
.. Parsing errors
462-

docs/plugins/domain_module.rst

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
.. Document meta
32
43
:orphan:
@@ -7,7 +6,7 @@
76
:trim:
87

98
.. meta::
10-
:antsibull-docs: 2.5.0
9+
:antsibull-docs: 2.16.3
1110

1211
.. Anchors
1312
@@ -23,7 +22,7 @@ codeaffen.phpipam.domain module -- Manage L2 routing domains
2322
.. Collection note
2423
2524
.. note::
26-
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/ui/repo/published/codeaffen/phpipam/>`_ (version 1.7.0).
25+
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/ui/repo/published/codeaffen/phpipam/>`_ (version 1.7.1).
2726

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

435434
.. code-block:: yaml+jinja
436435

437-
438436
- name: "Create domain"
439437
codeaffen.phpipam.domain:
440438
username: "admin"
@@ -456,7 +454,6 @@ Examples
456454

457455

458456

459-
460457
.. Facts
461458
462459
@@ -494,4 +491,3 @@ Collection links
494491

495492

496493
.. Parsing errors
497-

docs/plugins/environment_variables.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
21
:orphan:
32

43
.. meta::
5-
:antsibull-docs: 2.5.0
4+
:antsibull-docs: 2.16.3
65

76
.. _list_of_collection_env_vars:
87

docs/plugins/folder_module.rst

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
.. Document meta
32
43
:orphan:
@@ -7,7 +6,7 @@
76
:trim:
87

98
.. meta::
10-
:antsibull-docs: 2.5.0
9+
:antsibull-docs: 2.16.3
1110

1211
.. Anchors
1312
@@ -23,7 +22,7 @@ codeaffen.phpipam.folder module -- Manage folders
2322
.. Collection note
2423
2524
.. note::
26-
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/ui/repo/published/codeaffen/phpipam/>`_ (version 1.7.0).
25+
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/ui/repo/published/codeaffen/phpipam/>`_ (version 1.7.1).
2726

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

478477
.. code-block:: yaml+jinja
479478

480-
481479
- name: "Create a folder"
482480
codeaffen.phpipam.folder:
483481
username: "admin"
@@ -499,7 +497,6 @@ Examples
499497

500498

501499

502-
503500
.. Facts
504501
505502
@@ -559,7 +556,7 @@ Common return values are documented :ref:`here <common_return_values>`, the foll
559556

560557
</div>
561558

562-
559+
563560
* - .. raw:: html
564561

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

642639

643640
.. Parsing errors
644-

docs/plugins/index.rst

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
2-
31
.. meta::
4-
:antsibull-docs: 2.5.0
2+
:antsibull-docs: 2.16.3
53

64

75
.. _plugins_in_codeaffen.phpipam:
86

97
Codeaffen.Phpipam
108
=================
119

12-
Collection version 1.7.0
10+
Collection version 1.7.1
1311

1412
.. contents::
1513
:local:
@@ -52,7 +50,6 @@ Ansible Modules to manage phpIPAM installations
5250
.. toctree::
5351
:maxdepth: 1
5452

55-
5653
Plugin Index
5754
------------
5855

@@ -103,5 +100,3 @@ Filter Plugins
103100
:hidden:
104101

105102
is_subnet_filter
106-
107-

0 commit comments

Comments
 (0)