increment version to 1.0.6

start using CHANGELOG.md
This commit is contained in:
John Bowdre 2021-12-21 16:57:12 -06:00
parent b1f5dd1aea
commit ec67aff7fa
2 changed files with 22 additions and 1 deletions

View file

@ -23,7 +23,7 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
<properties> <properties>
<provider.name>phpIPAM</provider.name> <provider.name>phpIPAM</provider.name>
<provider.description>phpIPAM integration for vRA</provider.description> <provider.description>phpIPAM integration for vRA</provider.description>
<provider.version>1.0.5</provider.version> <provider.version>1.0.6</provider.version>
<provider.supportsAddressSpaces>false</provider.supportsAddressSpaces> <provider.supportsAddressSpaces>false</provider.supportsAddressSpaces>
<provider.supportsUpdateRecord>true</provider.supportsUpdateRecord> <provider.supportsUpdateRecord>true</provider.supportsUpdateRecord>

View file

@ -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.