mirror of
https://github.com/jbowdre/phpIPAM-for-vRA8.git
synced 2024-11-21 06:22:19 +00:00
increment version to 1.0.6
start using CHANGELOG.md
This commit is contained in:
parent
b1f5dd1aea
commit
ec67aff7fa
2 changed files with 22 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -23,7 +23,7 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
|
|||
<properties>
|
||||
<provider.name>phpIPAM</provider.name>
|
||||
<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.supportsUpdateRecord>true</provider.supportsUpdateRecord>
|
||||
|
|
|
@ -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.
|
||||
|
Loading…
Reference in a new issue