Changelog¶
v1.0.2 - 2024-11-18¶
Improve reporting of fortigate api token resolving errors
Avoid parallel sessions towards fortiflex api
Make less useless call to fortiflex authentication api
Optimize the number of calls made to the fortiflex authentication api
v1.0.1 - 2024-09-26¶
Update README.md
v1.0.0 - 2024-08-28¶
Add _parent reverse relation and index on PrefixList’s Rule
Fix dry-run of StaticRange resource (#28)
v0.4.2 - 2024-07-23¶
Make sure to refresh expired entitlement token before attempting to install it.
v0.4.1 - 2024-07-16¶
Handle GRACE_PERIOD status in fortigate::fortiflex::Entitlement resource handler
v0.4.0 - 2024-06-24¶
Add AddressGroup and AddressGroup6 resources
v0.3.4 - 2024-05-28¶
Fix id fields blackhole static route
v0.3.3 - 2024-05-16¶
v0.3.2 - 2024-05-07¶
Add default token field
Fix agent name for Fortiflex resources
Make sure that two fortigate resources cannot deploy at the same time (entitlement + other Fortigate resource)
Improve Entitlement Handler
Will now wait for the license to be up before interacting with the Firewall. If it takes too much time, the resource will be skipped
The body of the password change request is now hidden
Fix interface mode not being reset
v0.3.1 - 2024-04-23¶
Update inmanta-module-restbase version
v0.3.0 - 2024-04-15¶
Add support for secrets
v0.2.0 - 2024-02-23¶
Handle redistributes correctly on BGP
Handle graceful-restart-time correctly on BGP
Normalize netmasks in Fortigate resources
Stop using deprecated
jsonschema.RefResolver
Add restbase caching mechanism for schemas
Add Administrator resources + ability to change admin password
Fix special case where the installation of the entitlement would fail: install an entitlement with an expired end date
v0.1.1 - 2024-01-16¶
Clean up duplicated Address entities
Fix installation of an entitlement leading directly to a failure
Fix static range when DHCP was used
Fix SSL warning
v0.1.0 - 2023-11-27¶
Add co-management for Range resources
Add Static Route Range resource
Add Policy Range resources
Entitlement and Configuration handlers have been improved
v0.0.1 - 2023-08-29¶
Initial release