Skip to content

Releases: aknot242/bigip-blue-green

v0.9.2

30 Sep 17:54
Compare
Choose a tag to compare
  • Upgraded various npm packages in api and ui projects to address security vulnerabilities
  • Updated iRule to prevent injection vulnerabilities

v0.9.1

05 Jul 17:22
Compare
Choose a tag to compare
  • Upgraded Angular to v8
  • Resolved various package vulnerabilities
  • Updated Dockerfile to use Node 10 Alpine

v0.9.0

26 Feb 05:26
Compare
Choose a tag to compare
  • 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