Skip to content

Latest commit

 

History

History
110 lines (87 loc) · 2.78 KB

CHANGELOG.md

File metadata and controls

110 lines (87 loc) · 2.78 KB

rs-haproxy Cookbook CHANGELOG

This file is used to list changes made in each version of the rs-haproxy cookbook. v2.1.6

  • fixing sticky session from false input to nil

v2.1.5

  • adding in compression, and compression algo

v2.1.4

  • updating foodcritic items

v2.1.3

  • allow ['haproxy']['config']['backend'][pool_name] to be set in wrapper

v2.1.2

  • as we compile with multiproc enabled removing haproxy tuning for affinity
  • configured frontend and backend to support multiple items, especially when wrapped.
  • removed ubuntu 12.04 from test-kitchen as its EOL

v2.1.1

  • updating attributes/default.rb, and .kitchen.yml to match default.rb
  • removing marker
  • updating to chefdk - 1.2.22
  • updating for kitchen-dokken support and pinning to machine_tag >= 2.0.4
  • updating to fix issue [#45][], changing settings on the socket, and sudo from the collectd script
  • support for ubuntu 1604
  • cleaned up Gemfile
  • removed coveralls support
  • updated chefspec to ubuntu 1404
  • removed .ruby-version because we use chef-dk

v2.1.0

  • updates haproxy cookbook to 3.0
  • adds in tuning recipe

v2.0.1

  • pinning haproxy to ~> 3.0
  • removing fork haproxy in favor of supermarket version
  • updating berksfile.lock for latest supermarket package
  • fixing stats socket for haproxy 3.0

v2.0.0

  • Remove support for Chef 11
  • Add support for Chef 12 - PR: #34

v1.2.2

  • Add support for Rightlink 10.5.3
  • Replace crontab user 'rightscale' with 'root'.
  • pin version of aws, ohai, logrotate to retain chef 11 support
  • use rightscale_tag v1.2.1

v1.2.1

  • Updated to use machine_tag-1.2.1
  • Tag Scope limited to operational instances
  • Tag Scope limited to cloud of instance making call

v1.2.0

  • Add support for RightLink 10
  • Remove Support for RightLink 6

v1.1.3

  • Fix issue with backend servers not being monitored #25
  • Added config option to disable support for SSLv3.
  • Update the default HAProxy source version to 1.5.6.

v1.1.2

  • Add testing for support of Ubuntu 14.04, CentOS 7.0, and RedHat Enterprise Linux 7.0.
  • Update the default HAProxy source version to 1.5.4.

v1.1.1

  • Enable/disable schedule to periodically run rs-haproxy::frontend.

v1.1.0

  • Installs HAProxy 1.5.1
  • Created rs-haproxy::schedule recipe
  • HAProxy logs via rsyslog to /var/log/haproxy.log
  • HAProxy version determined by name of source file
  • In rs-haproxy::frontend, if no application servers are discovered, do nothing
  • Created rspec tests for rs-haproxy::schedule

v1.0.0

  • Initial release