Skip to content

Latest commit

 

History

History
91 lines (73 loc) · 4.18 KB

CHANGELOG.md

File metadata and controls

91 lines (73 loc) · 4.18 KB

ansible-haproxy change log

2.x (unreleased)

Added

Changed

  • #71 This role no longer elevates permissions itself. Set become at the playbook level.
  • #85 The default TLS configuration earns an A from SSL Labs. Thanks, @reminec!

Fixed

  • #68 Configuration file changes are now idempotent. This role will not restart HAProxy if no configuration files change. Thanks, @aarnaud!

Removed

  • #54 Removed support for SmartOS.

1.1.0 (2017-04-11)

Added

  • #29 Added timeout settings for backend, frontend, and listen sections.
  • #32 Added 503 to default list of errorfiles. Thanks, @nathanielks!
  • #52 Added mode to listen section. Thanks, @dekhtyarev!
  • #59 Added tune parameters to global section.
  • #61 Enabled configuring the stats interface to listen on a dedicated address. Thanks, @fw8!
  • #62 Added ssl-default-bind-ciphers and ssl-default-bind-options to global section Thanks, @fw8!
  • #63 Added reqadd and rspadd to frontend section Thanks, @fw8!
  • #64 Added errorfile to backend section. Thanks, @fw8!
  • #69 Added reqrep, reqirep, rsprep, and rspirep to frontend section. Thanks, @hany!
  • #69 Enabled backports repository for Debian Squeeze and Jessie.
  • #70 Added capture to frontend and http-response to backend and frontend sections. Thanks, @hany!
  • #72 Added appsession to backend and listen. Thanks, @fw8!

Changed

  • #51 Made haproxy.defaults.log.facility optional.

Fixed

  • #34 Fixed whitespace in frontend template. Thanks, @noirbee!
  • #47 Fixed bug evaluating EPEL check in check mode.
  • #48 Fixed deprecation warnings for Ansible 2.x. Thanks, @UnderGreen!
  • #65 Set default values for configuration lists to avoid with_items/when conflict.
  • #66 Fixed typos in variable examples. Thanks, @clwells!
  • #67 Removed duplicate http-request in frontend section. Thanks, @clwells!
  • #73 Fixed http-check typos in listen template.