Releases: aknot242/bigip-blue-green
Releases · aknot242/bigip-blue-green
v0.9.2
v0.9.1
v0.9.0
- now deletes an existing cookie if the traffic distribution value is set to 0 or 1
- iRule is now in a Handlebars templated file rather inline in the js code
- schema now validates distribution value range
- when saving declaration, will no longer "re-shim" iRule into a virtual server that already has the iRule enabled
- cookie expiration is now set to 20 minutes from issuance (was 1 day)
- cookie value is now validated before pool assignment to ensure no other pool member can be specified by tampering with the cookie value
- added logging to the iRule (default is off)
- various bug fixes