Skip to content

Commit

Permalink
Prepare release 1.6.1 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeissner authored Feb 3, 2023
1 parent b7f4ba0 commit f125b7b
Show file tree
Hide file tree
Showing 20 changed files with 47 additions and 26 deletions.
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.6.0
current_version = 1.6.1

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


v1.6.1
======

Bugfixes
--------

- fix \#90 - booleans in subnet module aren't working
- fix \#93 - trouble creating subnet with a vrf

Enhancements
------------

- Enhance test suite by running test agains main phpipam versions as matrix build
- Update test playbooks to meet best practices for ansible 2.10.x
- move to nodejs 16 for `checkout` and `setup-python` action

v1.6.0
======

Expand Down
15 changes: 15 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,18 @@ releases:
- l2domain_parameter_in_subnet module.yml
- same_vlan_in_different_l2domains.yml
release_date: '2022-09-02'
1.6.1:
changes:
bugfixes:
- fix \#90 - booleans in subnet module aren't working
- fix \#93 - trouble creating subnet with a vrf
enhancements:
- Enhance test suite by running test agains main phpipam versions as matrix
build
- Update test playbooks to meet best practices for ansible 2.10.x
- move to nodejs 16 for `checkout` and `setup-python` action
fragments:
- ' booleans_in_subnet_module_not_working.yml'
- level_up_tests.yml
- trouble_creating_subnet_with_a_vrf.yml
release_date: '2023-01-24'
2 changes: 2 additions & 0 deletions changelogs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ sections:
- Bugfixes
- - known_issues
- Known Issues
- - enhancements
- Enhancements
title: codeaffen.phpipam
trivial_section_name: trivial
use_fqcn: true

This file was deleted.

8 changes: 0 additions & 8 deletions changelogs/fragments/level_up_tests.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/trouble_creating_subnet_with_a_vrf.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 @@ -42,7 +42,7 @@ codeaffen.phpipam.address module -- Manage addresses
.. Collection note
.. note::
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.0).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.1).

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

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 @@ -42,7 +42,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/codeaffen/phpipam>`_ (version 1.6.0).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.1).

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 @@ -42,7 +42,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/codeaffen/phpipam>`_ (version 1.6.0).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.1).

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/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Codeaffen.Phpipam
=================

Collection version 1.6.0
Collection version 1.6.1

.. contents::
:local:
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 @@ -42,7 +42,7 @@ codeaffen.phpipam.location module -- Manage locations
.. Collection note
.. note::
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.0).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.1).

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

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

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/subnet_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ codeaffen.phpipam.subnet module -- Manage subnets
.. Collection note
.. note::
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.0).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.1).

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/tag_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ codeaffen.phpipam.tag module -- Manage tags
.. Collection note
.. note::
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.0).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.1).

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/vlan_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ codeaffen.phpipam.vlan module -- Manage vlans
.. Collection note
.. note::
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.0).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.1).

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/vrf_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ codeaffen.phpipam.vrf module -- Manage virtual routers and forwarders
.. Collection note
.. note::
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.0).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.6.1).

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 galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors:
- "Mario Fritschen <[email protected]>"
- "Scott Arthur <[email protected]>"
- "lush <[email protected]>"
version: "1.6.0"
version: "1.6.1"
license:
- "GPL-3.0-or-later"
tags:
Expand Down

0 comments on commit f125b7b

Please sign in to comment.