Skip to content

Latest commit

 

History

History
183 lines (121 loc) · 3.56 KB

CHANGELOG.rst

File metadata and controls

183 lines (121 loc) · 3.56 KB

codeaffen.phpipam Release Notes

  • Fix #98 - fix show_supernets_only parameter
  • Add folder module to manage folders and nested folders
  • Refactor subnet module to handle subnets in folders
  • codeaffen.phpipam.folder - Manage folders
  • fix #90 - booleans in subnet module aren't working
  • fix #93 - trouble creating subnet with a vrf
  • 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
  • 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
  • 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
  • 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
  • fix ModuleNotFoundError while using the collection with ansible >= version 5
  • Minor formatting and spelling fixes.
  • Switch sphinx from recommonmark to myst_parser.
  • 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.
  • codeaffen.phpipam.location - Manage locations
  • codeaffen.phpipam.tag - Manage tags
  • fix KeyError 'section' bug (#41)
  • Fixing Creating same subnet in different sections isn't possible bug (#33)
  • Add is_subnet filter
  • Add filter documentation
  • Fix validate_certs is not used for api connection (#27)
  • Fixing There is no `validate_certs parameter in modules` bug (#25)
  • 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
  • codeaffen.phpipam.device - Manage devices
  • codeaffen.phpipam.device_type - Manage device types
  • codeaffen.phpipam.vrf - Manage virtual routers and forwarders
  • codeaffen.phpipam.domain - Manage L2 routing domains
  • codeaffen.phpipam.nameserver - Manage nameservers
  • codeaffen.phpipam.vlan - Manage vlans
  • codeaffen.phpipam.address - Manage addresses