Skip to content

Commit f125b7b

Browse files
authored
Prepare release 1.6.1 (#96)
1 parent b7f4ba0 commit f125b7b

20 files changed

+47
-26
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.6.0
4+
current_version = 1.6.1
55

66
[bumpversion:file:galaxy.yml]

CHANGELOG.rst

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

77

8+
v1.6.1
9+
======
10+
11+
Bugfixes
12+
--------
13+
14+
- fix \#90 - booleans in subnet module aren't working
15+
- fix \#93 - trouble creating subnet with a vrf
16+
17+
Enhancements
18+
------------
19+
20+
- Enhance test suite by running test agains main phpipam versions as matrix build
21+
- Update test playbooks to meet best practices for ansible 2.10.x
22+
- move to nodejs 16 for `checkout` and `setup-python` action
23+
824
v1.6.0
925
======
1026

changelogs/changelog.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,18 @@ releases:
139139
- l2domain_parameter_in_subnet module.yml
140140
- same_vlan_in_different_l2domains.yml
141141
release_date: '2022-09-02'
142+
1.6.1:
143+
changes:
144+
bugfixes:
145+
- fix \#90 - booleans in subnet module aren't working
146+
- fix \#93 - trouble creating subnet with a vrf
147+
enhancements:
148+
- Enhance test suite by running test agains main phpipam versions as matrix
149+
build
150+
- Update test playbooks to meet best practices for ansible 2.10.x
151+
- move to nodejs 16 for `checkout` and `setup-python` action
152+
fragments:
153+
- ' booleans_in_subnet_module_not_working.yml'
154+
- level_up_tests.yml
155+
- trouble_creating_subnet_with_a_vrf.yml
156+
release_date: '2023-01-24'

changelogs/config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ sections:
2727
- Bugfixes
2828
- - known_issues
2929
- Known Issues
30+
- - enhancements
31+
- Enhancements
3032
title: codeaffen.phpipam
3133
trivial_section_name: trivial
3234
use_fqcn: true

changelogs/fragments/ booleans_in_subnet_module_not_working.yml

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

changelogs/fragments/level_up_tests.yml

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

changelogs/fragments/trouble_creating_subnet_with_a_vrf.yml

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

docs/plugins/address_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ codeaffen.phpipam.address module -- Manage addresses
4242
.. Collection note
4343
4444
.. note::
45-
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.0).
45+
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.1).
4646

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

docs/plugins/device_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ codeaffen.phpipam.device module -- Manage devices
4242
.. Collection note
4343
4444
.. note::
45-
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.0).
45+
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.1).
4646

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

docs/plugins/device_type_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ codeaffen.phpipam.device_type module -- Manage device types
4242
.. Collection note
4343
4444
.. note::
45-
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.0).
45+
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.1).
4646

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

0 commit comments

Comments
 (0)