mirror of
https://github.com/jbowdre/phpIPAM-for-vRA8.git
synced 2024-11-23 07:22:19 +00:00
increment version: v1.0.7
This commit is contained in:
parent
cfd083dae0
commit
c1c197e73f
2 changed files with 4 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>
|
<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.6</provider.version>
|
<provider.version>1.0.7</provider.version>
|
||||||
|
|
||||||
<provider.supportsAddressSpaces>false</provider.supportsAddressSpaces>
|
<provider.supportsAddressSpaces>false</provider.supportsAddressSpaces>
|
||||||
<provider.supportsUpdateRecord>true</provider.supportsUpdateRecord>
|
<provider.supportsUpdateRecord>true</provider.supportsUpdateRecord>
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# v1.0.7
|
||||||
|
Enable optional custom subnet filter
|
||||||
|
|
||||||
# v1.0.6
|
# 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.
|
Fix for [an error](https://github.com/jbowdre/phpIPAM-for-vRA8/issues/3) when a subnet doesn't have a defined gateway.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue