Skip to content

Commit

Permalink
Prepare release 1.7.0 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeissner authored Sep 1, 2023
1 parent c83ee06 commit 42a4265
Show file tree
Hide file tree
Showing 20 changed files with 50 additions and 21 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.1
current_version = 1.7.0

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


v1.7.0
======

Bugfixes
--------

- Fix \#98 - fix show_supernets_only parameter

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

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

New Modules
-----------

- codeaffen.phpipam.folder - Manage folders

v1.6.1
======

Expand Down
16 changes: 16 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,19 @@ releases:
- level_up_tests.yml
- trouble_creating_subnet_with_a_vrf.yml
release_date: '2023-01-24'
1.7.0:
changes:
bugfixes:
- Fix \#98 - fix show_supernets_only parameter
enhancements:
- Add `folder` module to manage folders and nested folders
- Refactore `subnet` module to handle subnets in folders
fragments:
- feature_folder_module.yml
- feature_subnet_folder_parent.yml
- fix_show_supernets_only_param.yml
modules:
- description: Manage folders
name: folder
namespace: ''
release_date: '2023-09-01'
2 changes: 0 additions & 2 deletions changelogs/fragments/feature_folder_module.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/feature_subnet_folder_parent.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/fix_show_supernets_only_param.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.1).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.7.0).

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.1).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.7.0).

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.1).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.7.0).

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.1).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.7.0).

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

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.1
Collection version 1.7.0

.. 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.1).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.7.0).

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.1).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.7.0).

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.1).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.7.0).

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.1).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.7.0).

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.1).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.7.0).

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.1).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.7.0).

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.1).
This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.7.0).

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.1"
version: "1.7.0"
license:
- "GPL-3.0-or-later"
tags:
Expand Down

0 comments on commit 42a4265

Please sign in to comment.