Skip to content

Commit d238a7c

Browse files
authored
prepare release 1.4.0 (#64)
* prepare release 1.4.0 * update documentation * update tags * update authors * bumpversion * Fix changelog entries There are changelog entries where the hash of the corresponding issue id was stripped. We need to escape them.
1 parent 545ce3b commit d238a7c

22 files changed

+131
-41
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bumpversion]
22
commit = False
33
tag = False
4-
current_version = 1.3.1
4+
current_version = 1.4.0
55

66
[bumpversion:file:galaxy.yml]

CHANGELOG.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ codeaffen.phpipam Release Notes
55
.. contents:: Topics
66

77

8+
v1.4.0
9+
======
10+
11+
Minor Changes
12+
-------------
13+
14+
- Minor formatting and spelling fixes.
15+
- Switch sphinx from recommonmark to myst_parser.
16+
- add `location_module` to `create`, `update` and `delete` locations this module also implement a facility to resolve the location from a address or a lat/lon pair
17+
- add `tag_module` to `create`, `update` and `delete` tags
18+
19+
Bugfixes
20+
--------
21+
22+
- fix \#57 - tag lookups failed when specified in an `address` task
23+
- fix \#61 - Device type examples
24+
25+
New Modules
26+
-----------
27+
28+
- codeaffen.phpipam.location - Manage locations
29+
- codeaffen.phpipam.tag - Manage tags
30+
831
v1.3.1
932
======
1033

changelogs/changelog.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,30 @@ releases:
8080
fragments:
8181
- missing_section_for_addresses.yml
8282
release_date: '2020-11-26'
83+
1.4.0:
84+
changes:
85+
bugfixes:
86+
- fix \#57 - tag lookups failed when specified in an `address` task
87+
- fix \#61 - Device type examples
88+
minor_changes:
89+
- Minor formatting and spelling fixes.
90+
- Switch sphinx from recommonmark to myst_parser.
91+
- add `location_module` to `create`, `update` and `delete` locations this module
92+
also implement a facility to resolve the location from a address or a lat/lon
93+
pair
94+
- add `tag_module` to `create`, `update` and `delete` tags
95+
fragments:
96+
- docs-update.yml
97+
- fix-device_type-examples.yml
98+
- fix-tag-lookups.yml
99+
- location_module.yml
100+
- switch_to_myst.yml
101+
- tag_module.yml
102+
modules:
103+
- description: Manage locations
104+
name: location
105+
namespace: ''
106+
- description: Manage tags
107+
name: tag
108+
namespace: ''
109+
release_date: '2021-12-16'

changelogs/fragments/docs-update.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/fix-device_type-examples.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/fix-tag-lookups.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/location_module.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/switch_to_myst.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/tag_module.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/plugins/address_module.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,13 @@ codeaffen.phpipam.address -- Manage addresses
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.3.1).
33+
This plugin is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.4.0).
3434

35-
To install it use: :code:`ansible-galaxy collection install codeaffen.phpipam`.
35+
You might already have this collection installed if you are using the ``ansible`` package.
36+
It is not included in ``ansible-core``.
37+
To check whether it is installed, run :code:`ansible-galaxy collection list`.
38+
39+
To install it, use: :code:`ansible-galaxy collection install codeaffen.phpipam`.
3640

3741
To use it in a playbook, specify: :code:`codeaffen.phpipam.address`.
3842

0 commit comments

Comments
 (0)