diff --git a/pom.xml b/pom.xml index 5054422..b8237cb 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ conditions of the subcomponent's license, as noted in the LICENSE file. phpIPAM phpIPAM integration for vRA - 1.0.5 + 1.0.6 false true diff --git a/src/main/resources/CHANGELOG.md b/src/main/resources/CHANGELOG.md index e69de29..0407d6f 100644 --- a/src/main/resources/CHANGELOG.md +++ b/src/main/resources/CHANGELOG.md @@ -0,0 +1,21 @@ +# v1.0.6 +Fix for [an error](https://github.com/jbowdre/phpIPAM-for-vRA8/issues/3) when a subnet doesn't have a defined gateway. + +Adds new option on integration configuration screen for whether or not vRA should only retrieve subnets marked as IP Pools in phpIPAM. + +# v1.0.5 +vRA 8.6.1 fixed the bug introduced in 8.6 where the `resource` property had dropped the `owner` field, causing `allocate_ip` to fail. + +v1.0.4 was created to work around that bug by removing the field entirely. + +v1.0.5 restores the field in a way which shouldn't break on existing 8.6 installs. + +# v1.0.4 +Fix for [an issue with vRA 8.6](https://github.com/jbowdre/phpIPAM-for-vRA8/issues/2) + +# v1.0.3 +Minor code cleanup; dynamically compute IP version in `allocate_ip` action. + +# v1.0.2 +Updated to allocate from the entire range of usable IPs; previously we started at x.x.x.10. +