=============================== codeaffen.phpipam Release Notes =============================== .. contents:: Topics v1.7.1 ====== Bugfixes -------- - Fix \#123 - `app_id` defaults to `ansible` if not defined v1.7.0 ====== 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 New Modules ----------- - codeaffen.phpipam.folder - Manage folders 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 ====== Minor Changes ------------- - Fix \#84 - Allow vlans with same vlan id in different l2 routing domains - fix \#85 - Add `routing_domain` parameter to subnet module to allow subnet with same vlan id in different l2domains Bugfixes -------- - Fix \#77 - hostname parameter missing in task for address test case - Fix documentation toolchain to link to external content automatically - fix \#80 - Can't add VLAN to subnet through to phpipam implementation differences in different entities v1.5.0 ====== Minor Changes ------------- - fix \#68 - add automatic testing facility for all modules - fix \#69 - add facility to setup local phpipam environment - fix \#70 - provide environment variable support for connection data Bugfixes -------- - fix `ModuleNotFoundError` while using the collection with ansible >= version 5 v1.4.0 ====== Minor Changes ------------- - Minor formatting and spelling fixes. - Switch sphinx from recommonmark to myst_parser. Bugfixes -------- - fix \#57 - tag lookups failed when specified in an `address` task - fix \#61 - Device type examples - with [AHH538](https://issues.redhat.com/browse/AAH-538) `requires_ansible` is mandatory in `meta/runtime.yml`. So we add the minimum version for our collection here. New Modules ----------- - codeaffen.phpipam.location - Manage locations - codeaffen.phpipam.tag - Manage tags v1.3.1 ====== Bugfixes -------- - fix `KeyError 'section'` bug (https://github.com/codeaffen/phpipam-ansible-modules/issues/41) v1.3.0 ====== Bugfixes -------- - Fixing `Creating same subnet in different sections isn't possible` bug (https://github.com/codeaffen/phpipam-ansible-modules/issues/33) v1.2.0 ====== Minor Changes ------------- - Add `is_subnet` filter - Add filter documentation v1.1.1 ====== Bugfixes -------- - Fix `validate_certs` is not used for api connection (https://github.com/codeaffen/phpipam-ansible-modules/issues/27) v1.1.0 ====== Bugfixes -------- - Fixing `There is no `validate_certs` parameter in modules` bug (https://github.com/codeaffen/phpipam-ansible-modules/issues/25) v1.0.0 ====== Major Changes ------------- - Adapt documentation to reflect the final requirements - Running tests against the new version and do some changes to work as expected - Switch to stable version of `phpypam` module v0.5.0 ====== New Modules ----------- - codeaffen.phpipam.device - Manage devices - codeaffen.phpipam.device_type - Manage device types v0.4.0 ====== New Modules ----------- - codeaffen.phpipam.vrf - Manage virtual routers and forwarders v0.3.0 ====== New Modules ----------- - codeaffen.phpipam.domain - Manage L2 routing domains - codeaffen.phpipam.nameserver - Manage nameservers - codeaffen.phpipam.vlan - Manage vlans v0.2.0 ====== New Modules ----------- - codeaffen.phpipam.address - Manage addresses v0.1.0 ======