Skip to content

Latest commit

 

History

History
62 lines (35 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

62 lines (35 loc) · 1.08 KB

certbot-bigip plugin change log

1.2.1 - 2023-05-22

Fixed

  • Removed zope dependencies
  • Fixed compatibility for certbot 2.6
  • Updated tests

1.2.0 - 2023-01-26

Added

  • Added renew_deploy functionality to trigger an install after a successfull renew
  • Added support for elliptic curve certificates

Changed

  • Updated Readme to new parameter syntax and renew behaviour

Fixed

  • Fixed iRule to disable HTTP event after execution
  • Fixed Standalone handling

1.1.0 - 2021-05-01

Added

  • Plugin supports now Standalone BIG-IPs
  • Plugin now deploys to the active BIG-IP
  • Added verify-ssl parameter to enable or disable verification of the BIG-IP management API certificate, defaults to False to not have breakting changes. Might change in the future.

Fixed

  • Updated code for public release
  • Updated documentation

1.0.4 - 2021-02-18

Fixed

  • Fixed setup.py

1.0.3 - 2021-02-18

Fixed

  • Fixed situation with an empty parameter

1.0.2 - 2020-02-10

Added

  • Initial release - double tag

1.0.1 - 2020-02-10

Added

  • Initial release